public enum WallpostAttachmentType extends java.lang.Enum<WallpostAttachmentType> implements EnumParam
| Enum Constant and Description |
|---|
ALBUM |
APP |
ARTICLE |
AUDIO |
AUDIO_PLAYLIST |
CLIP |
DOC |
DONUT_LINK |
EVENT |
GRAFFITI |
GROUP |
LINK |
MARKET |
MARKET_ALBUM |
NOTE |
PAGE |
PHOTO |
PHOTOS_LIST |
PODCAST |
POLL |
POSTED_PHOTO |
SITUATIONAL_THEME |
STICKER |
TEXTLIVE |
TEXTPOST |
TEXTPOST_PUBLISH |
VIDEO |
VIDEO_PLAYLIST |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
java.lang.String |
toString() |
static WallpostAttachmentType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WallpostAttachmentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="photo") public static final WallpostAttachmentType PHOTO
@SerializedName(value="photos_list") public static final WallpostAttachmentType PHOTOS_LIST
@SerializedName(value="posted_photo") public static final WallpostAttachmentType POSTED_PHOTO
@SerializedName(value="audio") public static final WallpostAttachmentType AUDIO
@SerializedName(value="audio_playlist") public static final WallpostAttachmentType AUDIO_PLAYLIST
@SerializedName(value="video") public static final WallpostAttachmentType VIDEO
@SerializedName(value="clip") public static final WallpostAttachmentType CLIP
@SerializedName(value="video_playlist") public static final WallpostAttachmentType VIDEO_PLAYLIST
@SerializedName(value="doc") public static final WallpostAttachmentType DOC
@SerializedName(value="link") public static final WallpostAttachmentType LINK
@SerializedName(value="graffiti") public static final WallpostAttachmentType GRAFFITI
@SerializedName(value="note") public static final WallpostAttachmentType NOTE
@SerializedName(value="app") public static final WallpostAttachmentType APP
@SerializedName(value="poll") public static final WallpostAttachmentType POLL
@SerializedName(value="page") public static final WallpostAttachmentType PAGE
@SerializedName(value="album") public static final WallpostAttachmentType ALBUM
@SerializedName(value="market_album") public static final WallpostAttachmentType MARKET_ALBUM
@SerializedName(value="market") public static final WallpostAttachmentType MARKET
@SerializedName(value="event") public static final WallpostAttachmentType EVENT
@SerializedName(value="donut_link") public static final WallpostAttachmentType DONUT_LINK
@SerializedName(value="article") public static final WallpostAttachmentType ARTICLE
@SerializedName(value="textlive") public static final WallpostAttachmentType TEXTLIVE
@SerializedName(value="textpost") public static final WallpostAttachmentType TEXTPOST
@SerializedName(value="textpost_publish") public static final WallpostAttachmentType TEXTPOST_PUBLISH
@SerializedName(value="situational_theme") public static final WallpostAttachmentType SITUATIONAL_THEME
@SerializedName(value="group") public static final WallpostAttachmentType GROUP
@SerializedName(value="sticker") public static final WallpostAttachmentType STICKER
@SerializedName(value="podcast") public static final WallpostAttachmentType PODCAST
public static WallpostAttachmentType[] values()
for (WallpostAttachmentType c : WallpostAttachmentType.values()) System.out.println(c);
public static WallpostAttachmentType 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<WallpostAttachmentType>