Uses of Enum Class
pl.edu.icm.unity.engine.api.integration.Webhook.WebhookHttpMethod
Packages that use Webhook.WebhookHttpMethod
-
Uses of Webhook.WebhookHttpMethod in pl.edu.icm.unity.engine.api.integration
Fields in pl.edu.icm.unity.engine.api.integration declared as Webhook.WebhookHttpMethodMethods in pl.edu.icm.unity.engine.api.integration that return Webhook.WebhookHttpMethodModifier and TypeMethodDescriptionstatic Webhook.WebhookHttpMethod
Returns the enum constant of this class with the specified name.static Webhook.WebhookHttpMethod[]
Webhook.WebhookHttpMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in pl.edu.icm.unity.engine.api.integration with parameters of type Webhook.WebhookHttpMethodModifierConstructorDescriptionWebhook
(String url, Webhook.WebhookHttpMethod httpMethod, String truststore, String secret)