| Package | Description |
|---|---|
| sibModel |
| Modifier and Type | Method and Description |
|---|---|
static UpdateWebhook.EventsEnum |
UpdateWebhook.EventsEnum.fromValue(String text) |
UpdateWebhook.EventsEnum |
UpdateWebhook.EventsEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static UpdateWebhook.EventsEnum |
UpdateWebhook.EventsEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateWebhook.EventsEnum[] |
UpdateWebhook.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<UpdateWebhook.EventsEnum> |
UpdateWebhook.getEvents()
Events triggering the webhook.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateWebhook |
UpdateWebhook.addEventsItem(UpdateWebhook.EventsEnum eventsItem) |
void |
UpdateWebhook.EventsEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
UpdateWebhook.EventsEnum enumeration) |
| Modifier and Type | Method and Description |
|---|---|
UpdateWebhook |
UpdateWebhook.events(List<UpdateWebhook.EventsEnum> events) |
void |
UpdateWebhook.setEvents(List<UpdateWebhook.EventsEnum> events) |
Copyright © 2021. All rights reserved.