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