| Package | Description |
|---|---|
| sibApi | |
| sibModel |
| Modifier and Type | Method and Description |
|---|---|
CreateModel |
WebhooksApi.createWebhook(CreateWebhook createWebhook)
Create a webhook
|
com.squareup.okhttp.Call |
WebhooksApi.createWebhookAsync(CreateWebhook createWebhook,
ApiCallback<CreateModel> callback)
Create a webhook (asynchronously)
|
com.squareup.okhttp.Call |
WebhooksApi.createWebhookCall(CreateWebhook createWebhook,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createWebhook
|
ApiResponse<CreateModel> |
WebhooksApi.createWebhookWithHttpInfo(CreateWebhook createWebhook)
Create a webhook
|
| Modifier and Type | Method and Description |
|---|---|
CreateWebhook |
CreateWebhook.addEventsItem(CreateWebhook.EventsEnum eventsItem) |
CreateWebhook |
CreateWebhook.description(String description) |
CreateWebhook |
CreateWebhook.events(List<CreateWebhook.EventsEnum> events) |
CreateWebhook |
CreateWebhook.type(CreateWebhook.TypeEnum type) |
CreateWebhook |
CreateWebhook.url(String url) |
Copyright © 2021. All rights reserved.