public enum GetItemType extends java.lang.Enum<GetItemType> implements EnumParam
| Enum Constant and Description |
|---|
ARTICLE |
CLIP |
GAME |
LINK |
MINI_APP |
NARRATIVE |
PAGE |
PODCAST |
POST |
PRODUCT |
VIDEO |
YOULA_PRODUCT |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
java.lang.String |
toString() |
static GetItemType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GetItemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="article") public static final GetItemType ARTICLE
@SerializedName(value="clip") public static final GetItemType CLIP
@SerializedName(value="game") public static final GetItemType GAME
@SerializedName(value="link") public static final GetItemType LINK
@SerializedName(value="mini_app") public static final GetItemType MINI_APP
@SerializedName(value="narrative") public static final GetItemType NARRATIVE
@SerializedName(value="page") public static final GetItemType PAGE
@SerializedName(value="podcast") public static final GetItemType PODCAST
@SerializedName(value="post") public static final GetItemType POST
@SerializedName(value="product") public static final GetItemType PRODUCT
@SerializedName(value="video") public static final GetItemType VIDEO
@SerializedName(value="youla_product") public static final GetItemType YOULA_PRODUCT
public static GetItemType[] values()
for (GetItemType c : GetItemType.values()) System.out.println(c);
public static GetItemType 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<GetItemType>