public enum CommentAttachmentType extends java.lang.Enum<CommentAttachmentType> implements EnumParam
| Enum Constant and Description |
|---|
AUDIO |
AUDIO_PLAYLIST |
DOC |
GRAFFITI |
LINK |
MARKET |
MARKET_MARKET_ALBUM |
NOTE |
PAGE |
PHOTO |
STICKER |
VIDEO |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
java.lang.String |
toString() |
static CommentAttachmentType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommentAttachmentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="photo") public static final CommentAttachmentType PHOTO
@SerializedName(value="audio") public static final CommentAttachmentType AUDIO
@SerializedName(value="audio_playlist") public static final CommentAttachmentType AUDIO_PLAYLIST
@SerializedName(value="video") public static final CommentAttachmentType VIDEO
@SerializedName(value="doc") public static final CommentAttachmentType DOC
@SerializedName(value="link") public static final CommentAttachmentType LINK
@SerializedName(value="note") public static final CommentAttachmentType NOTE
@SerializedName(value="page") public static final CommentAttachmentType PAGE
@SerializedName(value="market_market_album") public static final CommentAttachmentType MARKET_MARKET_ALBUM
@SerializedName(value="market") public static final CommentAttachmentType MARKET
@SerializedName(value="sticker") public static final CommentAttachmentType STICKER
@SerializedName(value="graffiti") public static final CommentAttachmentType GRAFFITI
public static CommentAttachmentType[] values()
for (CommentAttachmentType c : CommentAttachmentType.values()) System.out.println(c);
public static CommentAttachmentType 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<CommentAttachmentType>