Package | Description |
---|---|
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
static WebhookBouncePayload.EventNameEnum |
WebhookBouncePayload.EventNameEnum.fromValue(String value) |
WebhookBouncePayload.EventNameEnum |
WebhookBouncePayload.getEventName()
Name of the event type webhook is being triggered for.
|
WebhookBouncePayload.EventNameEnum |
WebhookBouncePayload.EventNameEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static WebhookBouncePayload.EventNameEnum |
WebhookBouncePayload.EventNameEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebhookBouncePayload.EventNameEnum[] |
WebhookBouncePayload.EventNameEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
WebhookBouncePayload |
WebhookBouncePayload.eventName(WebhookBouncePayload.EventNameEnum eventName) |
void |
WebhookBouncePayload.setEventName(WebhookBouncePayload.EventNameEnum eventName) |
void |
WebhookBouncePayload.EventNameEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
WebhookBouncePayload.EventNameEnum enumeration) |
Copyright © 2023. All rights reserved.