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