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