public enum HistoryMessageAttachmentType extends java.lang.Enum<HistoryMessageAttachmentType> implements EnumParam
| Enum Constant and Description |
|---|
APP_ACTION |
AUDIO |
AUDIO_MESSAGE |
DOC |
GRAFFITI |
LINK |
MARKET |
PHOTO |
SHARE |
VIDEO |
WALL |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
java.lang.String |
toString() |
static HistoryMessageAttachmentType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HistoryMessageAttachmentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="photo") public static final HistoryMessageAttachmentType PHOTO
@SerializedName(value="video") public static final HistoryMessageAttachmentType VIDEO
@SerializedName(value="audio") public static final HistoryMessageAttachmentType AUDIO
@SerializedName(value="doc") public static final HistoryMessageAttachmentType DOC
@SerializedName(value="link") public static final HistoryMessageAttachmentType LINK
@SerializedName(value="market") public static final HistoryMessageAttachmentType MARKET
@SerializedName(value="wall") public static final HistoryMessageAttachmentType WALL
@SerializedName(value="share") public static final HistoryMessageAttachmentType SHARE
@SerializedName(value="app_action") public static final HistoryMessageAttachmentType APP_ACTION
@SerializedName(value="graffiti") public static final HistoryMessageAttachmentType GRAFFITI
@SerializedName(value="audio_message") public static final HistoryMessageAttachmentType AUDIO_MESSAGE
public static HistoryMessageAttachmentType[] values()
for (HistoryMessageAttachmentType c : HistoryMessageAttachmentType.values()) System.out.println(c);
public static HistoryMessageAttachmentType 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 nullpublic java.lang.String toString()
toString in class java.lang.Enum<HistoryMessageAttachmentType>