public static enum ConversationInfo.FORMAT extends java.lang.Enum<ConversationInfo.FORMAT>
Enum Constant and Description |
---|
BODY_GUID |
MESSAGE_ID |
Modifier and Type | Method and Description |
---|---|
static ConversationInfo.FORMAT |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConversationInfo.FORMAT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConversationInfo.FORMAT BODY_GUID
public static final ConversationInfo.FORMAT MESSAGE_ID
public static ConversationInfo.FORMAT[] values()
for (ConversationInfo.FORMAT c : ConversationInfo.FORMAT.values()) System.out.println(c);
public static ConversationInfo.FORMAT valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2023. All Rights Reserved.