public enum GetSuggestionsSection extends java.lang.Enum<GetSuggestionsSection> implements EnumParam
| Enum Constant and Description |
|---|
BROWSERS |
CITIES |
CITIES_REGIONS |
COUNTRIES |
DISTRICTS |
GROUP_TYPES |
INTEREST_CATEGORIES |
INTEREST_CATEGORIES_V2 |
INTERESTS |
OPERATORS |
POSITIONS |
PRICE_LISTS |
REGIONS |
RELIGIONS |
SCHOOLS |
STATIONS |
STREETS |
USER_BROWSERS |
USER_DEVICES |
USER_OPERATING_SYSTEMS |
USER_OS |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
java.lang.String |
toString() |
static GetSuggestionsSection |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GetSuggestionsSection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="browsers") public static final GetSuggestionsSection BROWSERS
@SerializedName(value="cities") public static final GetSuggestionsSection CITIES
@SerializedName(value="cities_regions") public static final GetSuggestionsSection CITIES_REGIONS
@SerializedName(value="countries") public static final GetSuggestionsSection COUNTRIES
@SerializedName(value="districts") public static final GetSuggestionsSection DISTRICTS
@SerializedName(value="group_types") public static final GetSuggestionsSection GROUP_TYPES
@SerializedName(value="interest_categories") public static final GetSuggestionsSection INTEREST_CATEGORIES
@SerializedName(value="interest_categories_v2") public static final GetSuggestionsSection INTEREST_CATEGORIES_V2
@SerializedName(value="interests") public static final GetSuggestionsSection INTERESTS
@SerializedName(value="operators") public static final GetSuggestionsSection OPERATORS
@SerializedName(value="positions") public static final GetSuggestionsSection POSITIONS
@SerializedName(value="price_lists") public static final GetSuggestionsSection PRICE_LISTS
@SerializedName(value="regions") public static final GetSuggestionsSection REGIONS
@SerializedName(value="religions") public static final GetSuggestionsSection RELIGIONS
@SerializedName(value="schools") public static final GetSuggestionsSection SCHOOLS
@SerializedName(value="stations") public static final GetSuggestionsSection STATIONS
@SerializedName(value="streets") public static final GetSuggestionsSection STREETS
@SerializedName(value="user_browsers") public static final GetSuggestionsSection USER_BROWSERS
@SerializedName(value="user_devices") public static final GetSuggestionsSection USER_DEVICES
@SerializedName(value="user_operating_systems") public static final GetSuggestionsSection USER_OPERATING_SYSTEMS
@SerializedName(value="user_os") public static final GetSuggestionsSection USER_OS
public static GetSuggestionsSection[] values()
for (GetSuggestionsSection c : GetSuggestionsSection.values()) System.out.println(c);
public static GetSuggestionsSection 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<GetSuggestionsSection>