Uses of Class
br.com.juno.integration.api.model.Webhook
-
Packages that use Webhook Package Description br.com.juno.integration.api.services -
-
Uses of Webhook in br.com.juno.integration.api.services
Methods in br.com.juno.integration.api.services that return Webhook Modifier and Type Method Description WebhookNotificationService. createWebhook(WebhookCreateRequest request)WebhookNotificationService. findWebhook(WebhookFindRequest request)WebhookNotificationService. updateWebhook(WebhookUpdateRequest request)Methods in br.com.juno.integration.api.services that return types with arguments of type Webhook Modifier and Type Method Description List<Webhook>NotificationService. listWebhooks(WebhookListRequest request)
-