public enum MessageAttachmentType extends java.lang.Enum<MessageAttachmentType> implements EnumParam
| Enum Constant and Description |
|---|
ARTICLE |
AUDIO |
AUDIO_MESSAGE |
CALL |
DOC |
GIFT |
GRAFFITI |
LINK |
MARKET |
MARKET_ALBUM |
PHOTO |
POLL |
STICKER |
VIDEO |
VIDEO_PLAYLIST |
WALL |
WALL_REPLY |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
java.lang.String |
toString() |
static MessageAttachmentType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MessageAttachmentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="photo") public static final MessageAttachmentType PHOTO
@SerializedName(value="audio") public static final MessageAttachmentType AUDIO
@SerializedName(value="video") public static final MessageAttachmentType VIDEO
@SerializedName(value="video_playlist") public static final MessageAttachmentType VIDEO_PLAYLIST
@SerializedName(value="doc") public static final MessageAttachmentType DOC
@SerializedName(value="link") public static final MessageAttachmentType LINK
@SerializedName(value="market") public static final MessageAttachmentType MARKET
@SerializedName(value="market_album") public static final MessageAttachmentType MARKET_ALBUM
@SerializedName(value="gift") public static final MessageAttachmentType GIFT
@SerializedName(value="sticker") public static final MessageAttachmentType STICKER
@SerializedName(value="wall") public static final MessageAttachmentType WALL
@SerializedName(value="wall_reply") public static final MessageAttachmentType WALL_REPLY
@SerializedName(value="article") public static final MessageAttachmentType ARTICLE
@SerializedName(value="poll") public static final MessageAttachmentType POLL
@SerializedName(value="call") public static final MessageAttachmentType CALL
@SerializedName(value="graffiti") public static final MessageAttachmentType GRAFFITI
@SerializedName(value="audio_message") public static final MessageAttachmentType AUDIO_MESSAGE
public static MessageAttachmentType[] values()
for (MessageAttachmentType c : MessageAttachmentType.values()) System.out.println(c);
public static MessageAttachmentType 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<MessageAttachmentType>