public static enum ProductFeed.EnumFeedType extends Enum<ProductFeed.EnumFeedType>
| Enum Constant and Description |
|---|
VALUE_AUTO |
VALUE_DESTINATION |
VALUE_FLIGHT |
VALUE_HOME_LISTING |
VALUE_HOTEL |
VALUE_HOTEL_ROOM |
VALUE_LOCAL_INVENTORY |
VALUE_MARKET |
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.
|
public static final ProductFeed.EnumFeedType VALUE_AUTO
public static final ProductFeed.EnumFeedType VALUE_DESTINATION
public static final ProductFeed.EnumFeedType VALUE_FLIGHT
public static final ProductFeed.EnumFeedType VALUE_HOME_LISTING
public static final ProductFeed.EnumFeedType VALUE_HOTEL
public static final ProductFeed.EnumFeedType VALUE_HOTEL_ROOM
public static final ProductFeed.EnumFeedType VALUE_LOCAL_INVENTORY
public static final ProductFeed.EnumFeedType VALUE_MARKET
public static final ProductFeed.EnumFeedType VALUE_MEDIA_TITLE
public static final ProductFeed.EnumFeedType VALUE_OFFER
public static final ProductFeed.EnumFeedType VALUE_PRODUCTS
public static final ProductFeed.EnumFeedType VALUE_TRANSACTABLE_ITEMS
public static final ProductFeed.EnumFeedType VALUE_VEHICLES
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 © 2020. All rights reserved.