| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
Webhook |
WebhooksApi.webhooksPost(WebhookPayload body)
Add notifications webhook
|
com.squareup.okhttp.Call |
WebhooksApi.webhooksPostAsync(WebhookPayload body,
ApiCallback<Webhook> callback)
Add notifications webhook (asynchronously)
|
com.squareup.okhttp.Call |
WebhooksApi.webhooksPostCall(WebhookPayload body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for webhooksPost
|
ApiResponse<Webhook> |
WebhooksApi.webhooksPostWithHttpInfo(WebhookPayload body)
Add notifications webhook
|
Webhook |
WebhooksApi.webhooksPublicidPut(String publicid,
WebhookPayload body)
Update notification webhook
|
com.squareup.okhttp.Call |
WebhooksApi.webhooksPublicidPutAsync(String publicid,
WebhookPayload body,
ApiCallback<Webhook> callback)
Update notification webhook (asynchronously)
|
com.squareup.okhttp.Call |
WebhooksApi.webhooksPublicidPutCall(String publicid,
WebhookPayload body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for webhooksPublicidPut
|
ApiResponse<Webhook> |
WebhooksApi.webhooksPublicidPutWithHttpInfo(String publicid,
WebhookPayload body)
Update notification webhook
|
| Modifier and Type | Method and Description |
|---|---|
WebhookPayload |
WebhookPayload.name(String name) |
WebhookPayload |
WebhookPayload.notificationForAbuseReport(Boolean notificationForAbuseReport) |
WebhookPayload |
WebhookPayload.notificationForClicked(Boolean notificationForClicked) |
WebhookPayload |
WebhookPayload.notificationForError(Boolean notificationForError) |
WebhookPayload |
WebhookPayload.notificationForOpened(Boolean notificationForOpened) |
WebhookPayload |
WebhookPayload.notificationForSent(Boolean notificationForSent) |
WebhookPayload |
WebhookPayload.notificationForUnsubscribed(Boolean notificationForUnsubscribed) |
WebhookPayload |
WebhookPayload.notifyOncePerEmail(Boolean notifyOncePerEmail) |
WebhookPayload |
WebhookPayload.webNotificationUrl(String webNotificationUrl) |
Copyright © 2019. All rights reserved.