public enum CommentsItemTypePostTopicId extends java.lang.Enum<CommentsItemTypePostTopicId> implements EnumParam
| Enum Constant and Description |
|---|
ART |
EMPTY_TOPIC |
FASHION |
GAMES |
HUMOR |
IT |
MUSIC |
PHOTO |
SCIENCE_AND_TECH |
SPORT |
TRAVEL |
TV_AND_CINEMA |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
java.lang.String |
toString() |
static CommentsItemTypePostTopicId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommentsItemTypePostTopicId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="0") public static final CommentsItemTypePostTopicId EMPTY_TOPIC
@SerializedName(value="1") public static final CommentsItemTypePostTopicId ART
@SerializedName(value="7") public static final CommentsItemTypePostTopicId IT
@SerializedName(value="12") public static final CommentsItemTypePostTopicId GAMES
@SerializedName(value="16") public static final CommentsItemTypePostTopicId MUSIC
@SerializedName(value="19") public static final CommentsItemTypePostTopicId PHOTO
@SerializedName(value="21") public static final CommentsItemTypePostTopicId SCIENCE_AND_TECH
@SerializedName(value="23") public static final CommentsItemTypePostTopicId SPORT
@SerializedName(value="25") public static final CommentsItemTypePostTopicId TRAVEL
@SerializedName(value="26") public static final CommentsItemTypePostTopicId TV_AND_CINEMA
@SerializedName(value="32") public static final CommentsItemTypePostTopicId HUMOR
@SerializedName(value="43") public static final CommentsItemTypePostTopicId FASHION
public static CommentsItemTypePostTopicId[] values()
for (CommentsItemTypePostTopicId c : CommentsItemTypePostTopicId.values()) System.out.println(c);
public static CommentsItemTypePostTopicId 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<CommentsItemTypePostTopicId>