Uses of Enum Class
pl.edu.icm.unity.engine.api.integration.Webhook.WebhookHttpMethod
-
Uses of Webhook.WebhookHttpMethod in pl.edu.icm.unity.engine.api.integration
Modifier 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.ModifierConstructorDescriptionWebhook
(String url, Webhook.WebhookHttpMethod httpMethod, String truststore, String secret)