| Package | Description |
|---|---|
| sibModel |
| Modifier and Type | Method and Description |
|---|---|
static GetWebhook.TypeEnum |
GetWebhook.TypeEnum.fromValue(String text) |
GetWebhook.TypeEnum |
GetWebhook.getType()
Type of webhook (marketing or transac)
|
GetWebhook.TypeEnum |
GetWebhook.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static GetWebhook.TypeEnum |
GetWebhook.TypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GetWebhook.TypeEnum[] |
GetWebhook.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 |
GetWebhook.setType(GetWebhook.TypeEnum type) |
GetWebhook |
GetWebhook.type(GetWebhook.TypeEnum type) |
void |
GetWebhook.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
GetWebhook.TypeEnum enumeration) |
Copyright © 2021. All rights reserved.