public static enum CreateWebhook.EventsEnum extends Enum<CreateWebhook.EventsEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateWebhook.EventsEnum.Adapter |
| Enum Constant and Description |
|---|
BLOCKED |
CLICK |
CONTACTDELETED |
CONTACTUPDATED |
DEFERRED |
DELIVERED |
HARDBOUNCE |
INVALID |
LISTADDITION |
OPENED |
REQUEST |
SENT |
SOFTBOUNCE |
SPAM |
UNIQUEOPENED |
UNSUBSCRIBED |
| Modifier and Type | Method and Description |
|---|---|
static CreateWebhook.EventsEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static CreateWebhook.EventsEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateWebhook.EventsEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateWebhook.EventsEnum SENT
public static final CreateWebhook.EventsEnum HARDBOUNCE
public static final CreateWebhook.EventsEnum SOFTBOUNCE
public static final CreateWebhook.EventsEnum BLOCKED
public static final CreateWebhook.EventsEnum SPAM
public static final CreateWebhook.EventsEnum DELIVERED
public static final CreateWebhook.EventsEnum REQUEST
public static final CreateWebhook.EventsEnum CLICK
public static final CreateWebhook.EventsEnum INVALID
public static final CreateWebhook.EventsEnum DEFERRED
public static final CreateWebhook.EventsEnum OPENED
public static final CreateWebhook.EventsEnum UNIQUEOPENED
public static final CreateWebhook.EventsEnum UNSUBSCRIBED
public static final CreateWebhook.EventsEnum LISTADDITION
public static final CreateWebhook.EventsEnum CONTACTUPDATED
public static final CreateWebhook.EventsEnum CONTACTDELETED
public static CreateWebhook.EventsEnum[] values()
for (CreateWebhook.EventsEnum c : CreateWebhook.EventsEnum.values()) System.out.println(c);
public static CreateWebhook.EventsEnum 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<CreateWebhook.EventsEnum>public static CreateWebhook.EventsEnum fromValue(String text)
Copyright © 2021. All rights reserved.