public enum GroupSubject extends java.lang.Enum<GroupSubject> implements EnumParam
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
java.lang.String |
toString() |
static GroupSubject |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GroupSubject[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="1") public static final GroupSubject AUTO
@SerializedName(value="2") public static final GroupSubject ACTIVITY_HOLIDAYS
@SerializedName(value="3") public static final GroupSubject BUSINESS
@SerializedName(value="4") public static final GroupSubject PETS
@SerializedName(value="5") public static final GroupSubject HEALTH
@SerializedName(value="6") public static final GroupSubject DATING_AND_COMMUNICATION
@SerializedName(value="7") public static final GroupSubject GAMES
@SerializedName(value="8") public static final GroupSubject IT
@SerializedName(value="9") public static final GroupSubject CINEMA
@SerializedName(value="10") public static final GroupSubject BEAUTY_AND_FASHION
@SerializedName(value="11") public static final GroupSubject COOKING
@SerializedName(value="12") public static final GroupSubject ART_AND_CULTURE
@SerializedName(value="13") public static final GroupSubject LITERATURE
@SerializedName(value="14") public static final GroupSubject MOBILE_SERVICES_AND_INTERNET
@SerializedName(value="15") public static final GroupSubject MUSIC
@SerializedName(value="16") public static final GroupSubject SCIENCE_AND_TECHNOLOGY
@SerializedName(value="17") public static final GroupSubject REAL_ESTATE
@SerializedName(value="18") public static final GroupSubject NEWS_AND_MEDIA
@SerializedName(value="19") public static final GroupSubject SECURITY
@SerializedName(value="20") public static final GroupSubject EDUCATION
@SerializedName(value="21") public static final GroupSubject HOME_AND_RENOVATIONS
@SerializedName(value="22") public static final GroupSubject POLITICS
@SerializedName(value="23") public static final GroupSubject FOOD
@SerializedName(value="24") public static final GroupSubject INDUSTRY
@SerializedName(value="25") public static final GroupSubject TRAVEL
@SerializedName(value="26") public static final GroupSubject WORK
@SerializedName(value="27") public static final GroupSubject ENTERTAINMENT
@SerializedName(value="28") public static final GroupSubject RELIGION
@SerializedName(value="29") public static final GroupSubject FAMILY
@SerializedName(value="30") public static final GroupSubject SPORTS
@SerializedName(value="31") public static final GroupSubject INSURANCE
@SerializedName(value="32") public static final GroupSubject TELEVISION
@SerializedName(value="33") public static final GroupSubject GOODS_AND_SERVICES
@SerializedName(value="34") public static final GroupSubject HOBBIES
@SerializedName(value="35") public static final GroupSubject FINANCE
@SerializedName(value="36") public static final GroupSubject PHOTO
@SerializedName(value="37") public static final GroupSubject ESOTERICS
@SerializedName(value="38") public static final GroupSubject ELECTRONICS_AND_APPLIANCES
@SerializedName(value="39") public static final GroupSubject EROTIC
@SerializedName(value="40") public static final GroupSubject HUMOR
@SerializedName(value="41") public static final GroupSubject SOCIETY_HUMANITIES
@SerializedName(value="42") public static final GroupSubject DESIGN_AND_GRAPHICS
public static GroupSubject[] values()
for (GroupSubject c : GroupSubject.values()) System.out.println(c);
public static GroupSubject 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<GroupSubject>