public static enum ContactHistory.EventTypeValueEnum extends Enum<ContactHistory.EventTypeValueEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
ContactHistory.EventTypeValueEnum.Adapter |
| Enum Constant and Description |
|---|
ACTIVATED |
ACTIVATIONSENT |
BOUNCED |
CLICKED |
COMPLAINED |
DELETED |
MANUALSTATUSCHANGE |
OPENED |
TRANSACTIONALUNSUBSCRIBED |
UNSUBSCRIBED |
| Modifier and Type | Method and Description |
|---|---|
static ContactHistory.EventTypeValueEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static ContactHistory.EventTypeValueEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContactHistory.EventTypeValueEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContactHistory.EventTypeValueEnum OPENED
public static final ContactHistory.EventTypeValueEnum CLICKED
public static final ContactHistory.EventTypeValueEnum BOUNCED
public static final ContactHistory.EventTypeValueEnum UNSUBSCRIBED
public static final ContactHistory.EventTypeValueEnum COMPLAINED
public static final ContactHistory.EventTypeValueEnum ACTIVATED
public static final ContactHistory.EventTypeValueEnum TRANSACTIONALUNSUBSCRIBED
public static final ContactHistory.EventTypeValueEnum MANUALSTATUSCHANGE
public static final ContactHistory.EventTypeValueEnum ACTIVATIONSENT
public static final ContactHistory.EventTypeValueEnum DELETED
public static ContactHistory.EventTypeValueEnum[] values()
for (ContactHistory.EventTypeValueEnum c : ContactHistory.EventTypeValueEnum.values()) System.out.println(c);
public static ContactHistory.EventTypeValueEnum 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<ContactHistory.EventTypeValueEnum>public static ContactHistory.EventTypeValueEnum fromValue(String text)
Copyright © 2019. All rights reserved.