public static enum CreateWebhookOptions.EventNameEnum extends Enum<CreateWebhookOptions.EventNameEnum>
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
CreateWebhookOptions.EventNameEnum.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 CreateWebhookOptions.EventNameEnum | 
fromValue(String value)  | 
String | 
getValue()  | 
String | 
toString()  | 
static CreateWebhookOptions.EventNameEnum | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static CreateWebhookOptions.EventNameEnum[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final CreateWebhookOptions.EventNameEnum EMAIL_RECEIVED
public static final CreateWebhookOptions.EventNameEnum NEW_EMAIL
public static final CreateWebhookOptions.EventNameEnum NEW_CONTACT
public static final CreateWebhookOptions.EventNameEnum NEW_ATTACHMENT
public static final CreateWebhookOptions.EventNameEnum EMAIL_OPENED
public static final CreateWebhookOptions.EventNameEnum EMAIL_READ
public static final CreateWebhookOptions.EventNameEnum DELIVERY_STATUS
public static final CreateWebhookOptions.EventNameEnum BOUNCE
public static final CreateWebhookOptions.EventNameEnum BOUNCE_RECIPIENT
public static final CreateWebhookOptions.EventNameEnum NEW_SMS
public static CreateWebhookOptions.EventNameEnum[] values()
for (CreateWebhookOptions.EventNameEnum c : CreateWebhookOptions.EventNameEnum.values()) System.out.println(c);
public static CreateWebhookOptions.EventNameEnum 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<CreateWebhookOptions.EventNameEnum>public static CreateWebhookOptions.EventNameEnum fromValue(String value)
Copyright © 2023. All rights reserved.