Package | Description |
---|---|
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
static WebhookResultDto.WebhookEventEnum |
WebhookResultDto.WebhookEventEnum.fromValue(String value) |
WebhookResultDto.WebhookEventEnum |
WebhookResultDto.getWebhookEvent()
Get webhookEvent
|
WebhookResultDto.WebhookEventEnum |
WebhookResultDto.WebhookEventEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static WebhookResultDto.WebhookEventEnum |
WebhookResultDto.WebhookEventEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebhookResultDto.WebhookEventEnum[] |
WebhookResultDto.WebhookEventEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
WebhookResultDto.setWebhookEvent(WebhookResultDto.WebhookEventEnum webhookEvent) |
WebhookResultDto |
WebhookResultDto.webhookEvent(WebhookResultDto.WebhookEventEnum webhookEvent) |
void |
WebhookResultDto.WebhookEventEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
WebhookResultDto.WebhookEventEnum enumeration) |
Copyright © 2023. All rights reserved.