public static enum WebhookResultDto.WebhookEventEnum extends Enum<WebhookResultDto.WebhookEventEnum>
Modifier and Type | Class and Description |
---|---|
static class |
WebhookResultDto.WebhookEventEnum.Adapter |
Enum Constant and Description |
---|
BOUNCE |
BOUNCE_RECIPIENT |
DELIVERY_STATUS |
EMAIL_OPENED |
EMAIL_READ |
EMAIL_RECEIVED |
NEW_ATTACHMENT |
NEW_CONTACT |
NEW_EMAIL |
NEW_SMS |
Modifier and Type | Method and Description |
---|---|
static WebhookResultDto.WebhookEventEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static WebhookResultDto.WebhookEventEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebhookResultDto.WebhookEventEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebhookResultDto.WebhookEventEnum EMAIL_RECEIVED
public static final WebhookResultDto.WebhookEventEnum NEW_EMAIL
public static final WebhookResultDto.WebhookEventEnum NEW_CONTACT
public static final WebhookResultDto.WebhookEventEnum NEW_ATTACHMENT
public static final WebhookResultDto.WebhookEventEnum EMAIL_OPENED
public static final WebhookResultDto.WebhookEventEnum EMAIL_READ
public static final WebhookResultDto.WebhookEventEnum DELIVERY_STATUS
public static final WebhookResultDto.WebhookEventEnum BOUNCE
public static final WebhookResultDto.WebhookEventEnum BOUNCE_RECIPIENT
public static final WebhookResultDto.WebhookEventEnum NEW_SMS
public static WebhookResultDto.WebhookEventEnum[] values()
for (WebhookResultDto.WebhookEventEnum c : WebhookResultDto.WebhookEventEnum.values()) System.out.println(c);
public static WebhookResultDto.WebhookEventEnum valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getValue()
public String toString()
toString
in class Enum<WebhookResultDto.WebhookEventEnum>
public static WebhookResultDto.WebhookEventEnum fromValue(String value)
Copyright © 2023. All rights reserved.