Uses of Class
org.oxerr.viagogo.model.response.webhook.Webhook
-
Uses of Webhook in org.oxerr.viagogo.client.rescu.impl.webhook
Modifier and TypeMethodDescriptionWebhookServiceImpl.createWebhook
(Webhook webhook) WebhookServiceImpl.getWebhook
(Integer id) WebhookServiceImpl.updateWebhook
(Integer id, Webhook webhook) Modifier and TypeMethodDescriptionWebhookServiceImpl.createWebhook
(Webhook webhook) WebhookServiceImpl.updateWebhook
(Integer id, Webhook webhook) -
Uses of Webhook in org.oxerr.viagogo.client.rescu.resource.webhook
Modifier and TypeMethodDescriptionWebhookResource.createWebhook
(Webhook webhook) WebhookResource.getWebhook
(Integer webhookId) WebhookResource.updateWebhook
(Integer webhookId, Webhook webhook) Modifier and TypeMethodDescriptionWebhookResource.createWebhook
(Webhook webhook) WebhookResource.updateWebhook
(Integer webhookId, Webhook webhook) -
Uses of Webhook in org.oxerr.viagogo.client.webhook
Modifier and TypeMethodDescriptionWebhookService.createWebhook
(Webhook webhook) WebhookService.getWebhook
(Integer id) WebhookService.updateWebhook
(Integer id, Webhook webhook) Modifier and TypeMethodDescriptionWebhookService.createWebhook
(Webhook webhook) WebhookService.updateWebhook
(Integer id, Webhook webhook)