Uses of Class
pl.edu.icm.unity.engine.api.integration.Webhook.WebhookHttpMethod
-
Packages that use Webhook.WebhookHttpMethod Package Description pl.edu.icm.unity.engine.api.integration -
-
Uses of Webhook.WebhookHttpMethod in pl.edu.icm.unity.engine.api.integration
Fields in pl.edu.icm.unity.engine.api.integration declared as Webhook.WebhookHttpMethod Modifier and Type Field Description Webhook.WebhookHttpMethod
Webhook. httpMethod
Methods in pl.edu.icm.unity.engine.api.integration that return Webhook.WebhookHttpMethod Modifier and Type Method Description static Webhook.WebhookHttpMethod
Webhook.WebhookHttpMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static Webhook.WebhookHttpMethod[]
Webhook.WebhookHttpMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in pl.edu.icm.unity.engine.api.integration with parameters of type Webhook.WebhookHttpMethod Constructor Description Webhook(String url, Webhook.WebhookHttpMethod httpMethod, String truststore, String secret)
-