public static enum UnifiedThread.EnumAudioType extends Enum<UnifiedThread.EnumAudioType>
| Enum Constant and Description |
|---|
NULL |
VALUE_FILE_ATTACHMENT |
VALUE_VOICE_MESSAGE |
VALUE_VOICE_MESSAGE_WITH_TRANSCRIPT |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static UnifiedThread.EnumAudioType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnifiedThread.EnumAudioType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnifiedThread.EnumAudioType VALUE_FILE_ATTACHMENT
public static final UnifiedThread.EnumAudioType VALUE_VOICE_MESSAGE
public static final UnifiedThread.EnumAudioType VALUE_VOICE_MESSAGE_WITH_TRANSCRIPT
public static final UnifiedThread.EnumAudioType NULL
public static UnifiedThread.EnumAudioType[] values()
for (UnifiedThread.EnumAudioType c : UnifiedThread.EnumAudioType.values()) System.out.println(c);
public static UnifiedThread.EnumAudioType 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 toString()
toString in class Enum<UnifiedThread.EnumAudioType>Copyright © 2018. All rights reserved.