| Package | Description |
|---|---|
| sibApi | |
| sibModel |
| Modifier and Type | Method and Description |
|---|---|
void |
WebhooksApi.updateWebhook(Long webhookId,
UpdateWebhook updateWebhook)
Update a webhook
|
com.squareup.okhttp.Call |
WebhooksApi.updateWebhookAsync(Long webhookId,
UpdateWebhook updateWebhook,
ApiCallback<Void> callback)
Update a webhook (asynchronously)
|
com.squareup.okhttp.Call |
WebhooksApi.updateWebhookCall(Long webhookId,
UpdateWebhook updateWebhook,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateWebhook
|
ApiResponse<Void> |
WebhooksApi.updateWebhookWithHttpInfo(Long webhookId,
UpdateWebhook updateWebhook)
Update a webhook
|
| Modifier and Type | Method and Description |
|---|---|
UpdateWebhook |
UpdateWebhook.addEventsItem(UpdateWebhook.EventsEnum eventsItem) |
UpdateWebhook |
UpdateWebhook.description(String description) |
UpdateWebhook |
UpdateWebhook.events(List<UpdateWebhook.EventsEnum> events) |
UpdateWebhook |
UpdateWebhook.url(String url) |
Copyright © 2021. All rights reserved.