| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
Webhook |
WebhooksApi.webhooksPost(WebhookPayload body)
Add notifications webhook
|
Webhook |
WebhooksApi.webhooksPublicidGet(String publicid)
Load notifications webhook
|
Webhook |
WebhooksApi.webhooksPublicidPut(String publicid,
WebhookPayload body)
Update notification webhook
|
| Modifier and Type | Method and Description |
|---|---|
List<Webhook> |
WebhooksApi.webhooksGet(Integer limit,
Integer offset)
Load notifications webhooks
|
ApiResponse<List<Webhook>> |
WebhooksApi.webhooksGetWithHttpInfo(Integer limit,
Integer offset)
Load notifications webhooks
|
ApiResponse<Webhook> |
WebhooksApi.webhooksPostWithHttpInfo(WebhookPayload body)
Add notifications webhook
|
ApiResponse<Webhook> |
WebhooksApi.webhooksPublicidGetWithHttpInfo(String publicid)
Load notifications webhook
|
ApiResponse<Webhook> |
WebhooksApi.webhooksPublicidPutWithHttpInfo(String publicid,
WebhookPayload body)
Update notification webhook
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
WebhooksApi.webhooksGetAsync(Integer limit,
Integer offset,
ApiCallback<List<Webhook>> callback)
Load notifications webhooks (asynchronously)
|
com.squareup.okhttp.Call |
WebhooksApi.webhooksPostAsync(WebhookPayload body,
ApiCallback<Webhook> callback)
Add notifications webhook (asynchronously)
|
com.squareup.okhttp.Call |
WebhooksApi.webhooksPublicidGetAsync(String publicid,
ApiCallback<Webhook> callback)
Load notifications webhook (asynchronously)
|
com.squareup.okhttp.Call |
WebhooksApi.webhooksPublicidPutAsync(String publicid,
WebhookPayload body,
ApiCallback<Webhook> callback)
Update notification webhook (asynchronously)
|
| Modifier and Type | Method and Description |
|---|---|
Webhook |
Webhook.dateCreated(org.threeten.bp.OffsetDateTime dateCreated) |
Webhook |
Webhook.dateUpdated(org.threeten.bp.OffsetDateTime dateUpdated) |
Webhook |
Webhook.name(String name) |
Webhook |
Webhook.notificationForAbuseReport(Boolean notificationForAbuseReport) |
Webhook |
Webhook.notificationForClicked(Boolean notificationForClicked) |
Webhook |
Webhook.notificationForError(Boolean notificationForError) |
Webhook |
Webhook.notificationForOpened(Boolean notificationForOpened) |
Webhook |
Webhook.notificationForSent(Boolean notificationForSent) |
Webhook |
Webhook.notificationForUnsubscribed(Boolean notificationForUnsubscribed) |
Webhook |
Webhook.notifyOncePerEmail(Boolean notifyOncePerEmail) |
Webhook |
Webhook.URL(String URL) |
Webhook |
Webhook.webhookID(String webhookID) |
Copyright © 2019. All rights reserved.