Package org.oxerr.viagogo.client.webhook
Interface WebhookService
- All Known Implementing Classes:
WebhookServiceImpl
public interface WebhookService
-
Method Summary
Modifier and TypeMethodDescriptioncreateWebhook
(Webhook webhook) void
deleteWebhook
(Integer id) getWebhook
(Integer id) getWebhooks
(Integer page, Integer pageSize, String sort) void
updateWebhook
(Integer id, Webhook webhook)
-
Method Details
-
getWebhooks
- Throws:
IOException
-
createWebhook
- Throws:
IOException
-
getWebhook
- Throws:
IOException
-
updateWebhook
- Throws:
IOException
-
deleteWebhook
- Throws:
IOException
-
ping
- Throws:
IOException
-