Package | Description |
---|---|
com.cloudwords.api.client |
Modifier and Type | Method and Description |
---|---|
Webhook |
CloudwordsVendorClient.createWebhook(String eventType,
String uri,
Project project) |
Webhook |
CloudwordsCustomerClient.createWebhook(String eventType,
String uri,
Project project) |
Webhook |
BaseCloudwordsAPI.createWebhook(String eventType,
String uri,
Project project)
Creates a new Cloudwords
Webhook . |
Webhook |
CloudwordsVendorClient.createWebhook(String eventType,
String uri,
Project project,
Language language) |
Webhook |
CloudwordsCustomerClient.createWebhook(String eventType,
String uri,
Project project,
Language language) |
Webhook |
BaseCloudwordsAPI.createWebhook(String eventType,
String uri,
Project project,
Language language)
Creates a new Cloudwords
Webhook . |
Webhook |
CloudwordsVendorClient.createWebhook(String eventType,
String uri,
String entityType,
Integer entityId,
String contextType,
String contextId) |
Webhook |
CloudwordsCustomerClient.createWebhook(String eventType,
String uri,
String entityType,
Integer entityId,
String contextType,
String contextId) |
Webhook |
BaseCloudwordsAPI.createWebhook(String eventType,
String uri,
String entityType,
Integer entityId,
String contextType,
String contextId)
Creates a new Cloudwords
Webhook . |
Webhook |
CloudwordsVendorClient.getWebhook(Integer webhookId) |
Webhook |
CloudwordsCustomerClient.getWebhook(Integer webhookId) |
Webhook |
BaseCloudwordsAPI.getWebhook(Integer webhookId)
Get a specific Cloudwords
Webhook . |
Modifier and Type | Method and Description |
---|---|
List<Webhook> |
CloudwordsVendorClient.getWebhooks() |
List<Webhook> |
CloudwordsCustomerClient.getWebhooks() |
List<Webhook> |
BaseCloudwordsAPI.getWebhooks()
Gets all Cloudwords
Webhook s. |
Copyright © 2016. All rights reserved.