Class WebhookServiceImpl
java.lang.Object
org.oxerr.viagogo.client.rescu.impl.webhook.WebhookServiceImpl
- All Implemented Interfaces:
- org.oxerr.viagogo.client.webhook.WebhookService
public class WebhookServiceImpl
extends Object
implements org.oxerr.viagogo.client.webhook.WebhookService
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.oxerr.viagogo.model.response.webhook.WebhookcreateWebhook(org.oxerr.viagogo.model.response.webhook.Webhook webhook) voiddeleteWebhook(Integer id) org.oxerr.viagogo.model.response.webhook.WebhookgetWebhook(Integer id) org.oxerr.viagogo.model.response.webhook.WebhooksgetWebhooks(Integer page, Integer pageSize, String sort) voidorg.oxerr.viagogo.model.response.webhook.WebhookupdateWebhook(Integer id, org.oxerr.viagogo.model.response.webhook.Webhook webhook) 
- 
Constructor Details- 
WebhookServiceImpl
 
- 
- 
Method Details- 
getWebhookspublic org.oxerr.viagogo.model.response.webhook.Webhooks getWebhooks(Integer page, Integer pageSize, String sort) throws IOException - Specified by:
- getWebhooksin interface- org.oxerr.viagogo.client.webhook.WebhookService
- Throws:
- IOException
 
- 
createWebhookpublic org.oxerr.viagogo.model.response.webhook.Webhook createWebhook(org.oxerr.viagogo.model.response.webhook.Webhook webhook) throws IOException - Specified by:
- createWebhookin interface- org.oxerr.viagogo.client.webhook.WebhookService
- Throws:
- IOException
 
- 
getWebhook- Specified by:
- getWebhookin interface- org.oxerr.viagogo.client.webhook.WebhookService
- Throws:
- IOException
 
- 
updateWebhookpublic org.oxerr.viagogo.model.response.webhook.Webhook updateWebhook(Integer id, org.oxerr.viagogo.model.response.webhook.Webhook webhook) throws IOException - Specified by:
- updateWebhookin interface- org.oxerr.viagogo.client.webhook.WebhookService
- Throws:
- IOException
 
- 
deleteWebhook- Specified by:
- deleteWebhookin interface- org.oxerr.viagogo.client.webhook.WebhookService
- Throws:
- IOException
 
- 
ping- Specified by:
- pingin interface- org.oxerr.viagogo.client.webhook.WebhookService
- Throws:
- IOException
 
 
-