Package com.vk.api.sdk.objects.groups
Enum GroupSubject
- java.lang.Object
-
- java.lang.Enum<GroupSubject>
-
- com.vk.api.sdk.objects.groups.GroupSubject
-
- All Implemented Interfaces:
EnumParam,java.io.Serializable,java.lang.Comparable<GroupSubject>
public enum GroupSubject extends java.lang.Enum<GroupSubject> implements EnumParam
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetValue()java.lang.StringtoString()static GroupSubjectvalueOf(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.
-
-
-
Enum Constant Detail
-
AUTO
@SerializedName("1") public static final GroupSubject AUTO
-
ACTIVITY_HOLIDAYS
@SerializedName("2") public static final GroupSubject ACTIVITY_HOLIDAYS
-
BUSINESS
@SerializedName("3") public static final GroupSubject BUSINESS
-
PETS
@SerializedName("4") public static final GroupSubject PETS
-
HEALTH
@SerializedName("5") public static final GroupSubject HEALTH
-
DATING_AND_COMMUNICATION
@SerializedName("6") public static final GroupSubject DATING_AND_COMMUNICATION
-
GAMES
@SerializedName("7") public static final GroupSubject GAMES
-
IT
@SerializedName("8") public static final GroupSubject IT
-
CINEMA
@SerializedName("9") public static final GroupSubject CINEMA
-
BEAUTY_AND_FASHION
@SerializedName("10") public static final GroupSubject BEAUTY_AND_FASHION
-
COOKING
@SerializedName("11") public static final GroupSubject COOKING
-
ART_AND_CULTURE
@SerializedName("12") public static final GroupSubject ART_AND_CULTURE
-
LITERATURE
@SerializedName("13") public static final GroupSubject LITERATURE
-
MOBILE_SERVICES_AND_INTERNET
@SerializedName("14") public static final GroupSubject MOBILE_SERVICES_AND_INTERNET
-
MUSIC
@SerializedName("15") public static final GroupSubject MUSIC
-
SCIENCE_AND_TECHNOLOGY
@SerializedName("16") public static final GroupSubject SCIENCE_AND_TECHNOLOGY
-
REAL_ESTATE
@SerializedName("17") public static final GroupSubject REAL_ESTATE
-
NEWS_AND_MEDIA
@SerializedName("18") public static final GroupSubject NEWS_AND_MEDIA
-
SECURITY
@SerializedName("19") public static final GroupSubject SECURITY
-
EDUCATION
@SerializedName("20") public static final GroupSubject EDUCATION
-
HOME_AND_RENOVATIONS
@SerializedName("21") public static final GroupSubject HOME_AND_RENOVATIONS
-
POLITICS
@SerializedName("22") public static final GroupSubject POLITICS
-
FOOD
@SerializedName("23") public static final GroupSubject FOOD
-
INDUSTRY
@SerializedName("24") public static final GroupSubject INDUSTRY
-
TRAVEL
@SerializedName("25") public static final GroupSubject TRAVEL
-
WORK
@SerializedName("26") public static final GroupSubject WORK
-
ENTERTAINMENT
@SerializedName("27") public static final GroupSubject ENTERTAINMENT
-
RELIGION
@SerializedName("28") public static final GroupSubject RELIGION
-
FAMILY
@SerializedName("29") public static final GroupSubject FAMILY
-
SPORTS
@SerializedName("30") public static final GroupSubject SPORTS
-
INSURANCE
@SerializedName("31") public static final GroupSubject INSURANCE
-
TELEVISION
@SerializedName("32") public static final GroupSubject TELEVISION
-
GOODS_AND_SERVICES
@SerializedName("33") public static final GroupSubject GOODS_AND_SERVICES
-
HOBBIES
@SerializedName("34") public static final GroupSubject HOBBIES
-
FINANCE
@SerializedName("35") public static final GroupSubject FINANCE
-
PHOTO
@SerializedName("36") public static final GroupSubject PHOTO
-
ESOTERICS
@SerializedName("37") public static final GroupSubject ESOTERICS
-
ELECTRONICS_AND_APPLIANCES
@SerializedName("38") public static final GroupSubject ELECTRONICS_AND_APPLIANCES
-
EROTIC
@SerializedName("39") public static final GroupSubject EROTIC
-
HUMOR
@SerializedName("40") public static final GroupSubject HUMOR
-
SOCIETY_HUMANITIES
@SerializedName("41") public static final GroupSubject SOCIETY_HUMANITIES
-
DESIGN_AND_GRAPHICS
@SerializedName("42") public static final GroupSubject DESIGN_AND_GRAPHICS
-
-
Method Detail
-
values
public static GroupSubject[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (GroupSubject c : GroupSubject.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static GroupSubject valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Enum<GroupSubject>
-
-