public static enum ProductFeed.EnumFeedType extends Enum<ProductFeed.EnumFeedType>
| Enum Constant and Description |
|---|
VALUE_AUTOMOTIVE_MODEL |
VALUE_DESTINATION |
VALUE_FLIGHT |
VALUE_HOME_LISTING |
VALUE_HOTEL |
VALUE_HOTEL_ROOM |
VALUE_LOCAL_INVENTORY |
VALUE_MEDIA_TITLE |
VALUE_OFFER |
VALUE_PRODUCTS |
VALUE_TRANSACTABLE_ITEMS |
VALUE_VEHICLE_OFFER |
VALUE_VEHICLES |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ProductFeed.EnumFeedType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductFeed.EnumFeedType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="AUTOMOTIVE_MODEL") public static final ProductFeed.EnumFeedType VALUE_AUTOMOTIVE_MODEL
@SerializedName(value="DESTINATION") public static final ProductFeed.EnumFeedType VALUE_DESTINATION
@SerializedName(value="FLIGHT") public static final ProductFeed.EnumFeedType VALUE_FLIGHT
@SerializedName(value="HOME_LISTING") public static final ProductFeed.EnumFeedType VALUE_HOME_LISTING
@SerializedName(value="HOTEL") public static final ProductFeed.EnumFeedType VALUE_HOTEL
@SerializedName(value="HOTEL_ROOM") public static final ProductFeed.EnumFeedType VALUE_HOTEL_ROOM
@SerializedName(value="LOCAL_INVENTORY") public static final ProductFeed.EnumFeedType VALUE_LOCAL_INVENTORY
@SerializedName(value="MEDIA_TITLE") public static final ProductFeed.EnumFeedType VALUE_MEDIA_TITLE
@SerializedName(value="OFFER") public static final ProductFeed.EnumFeedType VALUE_OFFER
@SerializedName(value="PRODUCTS") public static final ProductFeed.EnumFeedType VALUE_PRODUCTS
@SerializedName(value="TRANSACTABLE_ITEMS") public static final ProductFeed.EnumFeedType VALUE_TRANSACTABLE_ITEMS
@SerializedName(value="VEHICLES") public static final ProductFeed.EnumFeedType VALUE_VEHICLES
@SerializedName(value="VEHICLE_OFFER") public static final ProductFeed.EnumFeedType VALUE_VEHICLE_OFFER
public static ProductFeed.EnumFeedType[] values()
for (ProductFeed.EnumFeedType c : ProductFeed.EnumFeedType.values()) System.out.println(c);
public static ProductFeed.EnumFeedType 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<ProductFeed.EnumFeedType>Copyright © 2024. All rights reserved.