| Package | Description |
|---|---|
| sibModel |
| Modifier and Type | Method and Description |
|---|---|
static CreateWebhook.EventsEnum |
CreateWebhook.EventsEnum.fromValue(String text) |
CreateWebhook.EventsEnum |
CreateWebhook.EventsEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static CreateWebhook.EventsEnum |
CreateWebhook.EventsEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateWebhook.EventsEnum[] |
CreateWebhook.EventsEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<CreateWebhook.EventsEnum> |
CreateWebhook.getEvents()
Events triggering the webhook.
|
| Modifier and Type | Method and Description |
|---|---|
CreateWebhook |
CreateWebhook.addEventsItem(CreateWebhook.EventsEnum eventsItem) |
void |
CreateWebhook.EventsEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
CreateWebhook.EventsEnum enumeration) |
| Modifier and Type | Method and Description |
|---|---|
CreateWebhook |
CreateWebhook.events(List<CreateWebhook.EventsEnum> events) |
void |
CreateWebhook.setEvents(List<CreateWebhook.EventsEnum> events) |
Copyright © 2021. All rights reserved.