Uses of Class
org.oxerr.viagogo.model.response.webhook.Webhook
Packages that use Webhook
-
Uses of Webhook in org.oxerr.viagogo.client.rescu.impl.webhook
Methods in org.oxerr.viagogo.client.rescu.impl.webhook that return WebhookModifier and TypeMethodDescriptionWebhookServiceImpl.createWebhook(Webhook webhook) WebhookServiceImpl.getWebhook(Integer id) WebhookServiceImpl.updateWebhook(Integer id, Webhook webhook) Methods in org.oxerr.viagogo.client.rescu.impl.webhook with parameters of type WebhookModifier and TypeMethodDescriptionWebhookServiceImpl.createWebhook(Webhook webhook) WebhookServiceImpl.updateWebhook(Integer id, Webhook webhook) -
Uses of Webhook in org.oxerr.viagogo.client.rescu.resource.webhook
Methods in org.oxerr.viagogo.client.rescu.resource.webhook that return WebhookModifier and TypeMethodDescriptionWebhookResource.createWebhook(Webhook webhook) WebhookResource.getWebhook(Integer webhookId) WebhookResource.updateWebhook(Integer webhookId, Webhook webhook) Methods in org.oxerr.viagogo.client.rescu.resource.webhook with parameters of type WebhookModifier and TypeMethodDescriptionWebhookResource.createWebhook(Webhook webhook) WebhookResource.updateWebhook(Integer webhookId, Webhook webhook) -
Uses of Webhook in org.oxerr.viagogo.client.webhook
Methods in org.oxerr.viagogo.client.webhook that return WebhookModifier and TypeMethodDescriptionWebhookService.createWebhook(Webhook webhook) WebhookService.getWebhook(Integer id) WebhookService.updateWebhook(Integer id, Webhook webhook) Methods in org.oxerr.viagogo.client.webhook with parameters of type WebhookModifier and TypeMethodDescriptionWebhookService.createWebhook(Webhook webhook) WebhookService.updateWebhook(Integer id, Webhook webhook)