Class WebhookServiceImpl
java.lang.Object
org.oxerr.viagogo.client.rescu.impl.webhook.WebhookServiceImpl
- All Implemented Interfaces:
WebhookService
-
Constructor Summary
-
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)
-
Constructor Details
-
WebhookServiceImpl
-
-
Method Details
-
getWebhooks
- Specified by:
getWebhooks
in interfaceWebhookService
- Throws:
IOException
-
createWebhook
- Specified by:
createWebhook
in interfaceWebhookService
- Throws:
IOException
-
getWebhook
- Specified by:
getWebhook
in interfaceWebhookService
- Throws:
IOException
-
updateWebhook
- Specified by:
updateWebhook
in interfaceWebhookService
- Throws:
IOException
-
deleteWebhook
- Specified by:
deleteWebhook
in interfaceWebhookService
- Throws:
IOException
-
ping
- Specified by:
ping
in interfaceWebhookService
- Throws:
IOException
-