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