public enum ConversationMessageTag extends Enum<ConversationMessageTag>
| Enum Constant and Description |
|---|
AccountUpdate |
EventUpdate |
HumanAgent |
PurchaseUpdate |
| Modifier and Type | Method and Description |
|---|---|
static ConversationMessageTag |
forValue(String value) |
String |
getTag() |
String |
toString() |
static ConversationMessageTag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConversationMessageTag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConversationMessageTag EventUpdate
public static final ConversationMessageTag PurchaseUpdate
public static final ConversationMessageTag AccountUpdate
public static final ConversationMessageTag HumanAgent
public static ConversationMessageTag[] values()
for (ConversationMessageTag c : ConversationMessageTag.values()) System.out.println(c);
public static ConversationMessageTag 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 static ConversationMessageTag forValue(String value)
public String getTag()
public String toString()
toString in class Enum<ConversationMessageTag>Copyright © 2024. All rights reserved.