Uses of Class
br.com.juno.integration.api.model.Webhook.WebhookStatusEnum
-
Packages that use Webhook.WebhookStatusEnum Package Description br.com.juno.integration.api.model br.com.juno.integration.api.services.request.notification.webhook -
-
Uses of Webhook.WebhookStatusEnum in br.com.juno.integration.api.model
Methods in br.com.juno.integration.api.model that return Webhook.WebhookStatusEnum Modifier and Type Method Description Webhook.WebhookStatusEnumWebhook. getStatus()static Webhook.WebhookStatusEnumWebhook.WebhookStatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Webhook.WebhookStatusEnum[]Webhook.WebhookStatusEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in br.com.juno.integration.api.model with parameters of type Webhook.WebhookStatusEnum Modifier and Type Method Description protected voidWebhook. setStatus(Webhook.WebhookStatusEnum status) -
Uses of Webhook.WebhookStatusEnum in br.com.juno.integration.api.services.request.notification.webhook
Methods in br.com.juno.integration.api.services.request.notification.webhook that return Webhook.WebhookStatusEnum Modifier and Type Method Description Webhook.WebhookStatusEnumWebhookUpdateRequest. getStatus()Methods in br.com.juno.integration.api.services.request.notification.webhook with parameters of type Webhook.WebhookStatusEnum Modifier and Type Method Description voidWebhookUpdateRequest. setStatus(Webhook.WebhookStatusEnum status)
-