public static enum ProductCatalog.EnumVertical extends Enum<ProductCatalog.EnumVertical>
| Enum Constant and Description |
|---|
VALUE_ADOPTABLE_PETS |
VALUE_COMMERCE |
VALUE_DESTINATIONS |
VALUE_FLIGHTS |
VALUE_GENERIC |
VALUE_HOME_LISTINGS |
VALUE_HOTELS |
VALUE_JOBS |
VALUE_LOCAL_SERVICE_BUSINESSES |
VALUE_OFFER_ITEMS |
VALUE_OFFLINE_COMMERCE |
VALUE_TRANSACTABLE_ITEMS |
VALUE_VEHICLES |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ProductCatalog.EnumVertical |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductCatalog.EnumVertical[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="adoptable_pets") public static final ProductCatalog.EnumVertical VALUE_ADOPTABLE_PETS
@SerializedName(value="commerce") public static final ProductCatalog.EnumVertical VALUE_COMMERCE
@SerializedName(value="destinations") public static final ProductCatalog.EnumVertical VALUE_DESTINATIONS
@SerializedName(value="flights") public static final ProductCatalog.EnumVertical VALUE_FLIGHTS
@SerializedName(value="generic") public static final ProductCatalog.EnumVertical VALUE_GENERIC
@SerializedName(value="home_listings") public static final ProductCatalog.EnumVertical VALUE_HOME_LISTINGS
@SerializedName(value="hotels") public static final ProductCatalog.EnumVertical VALUE_HOTELS
@SerializedName(value="jobs") public static final ProductCatalog.EnumVertical VALUE_JOBS
@SerializedName(value="local_service_businesses") public static final ProductCatalog.EnumVertical VALUE_LOCAL_SERVICE_BUSINESSES
@SerializedName(value="offer_items") public static final ProductCatalog.EnumVertical VALUE_OFFER_ITEMS
@SerializedName(value="offline_commerce") public static final ProductCatalog.EnumVertical VALUE_OFFLINE_COMMERCE
@SerializedName(value="transactable_items") public static final ProductCatalog.EnumVertical VALUE_TRANSACTABLE_ITEMS
@SerializedName(value="vehicles") public static final ProductCatalog.EnumVertical VALUE_VEHICLES
public static ProductCatalog.EnumVertical[] values()
for (ProductCatalog.EnumVertical c : ProductCatalog.EnumVertical.values()) System.out.println(c);
public static ProductCatalog.EnumVertical valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<ProductCatalog.EnumVertical>Copyright © 2024. All rights reserved.