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