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