public static enum ProductFeed.EnumOverrideType extends Enum<ProductFeed.EnumOverrideType>
| Enum Constant and Description |
|---|
VALUE_CATALOG_SEGMENT_CUSTOMIZE_DEFAULT |
VALUE_COUNTRY |
VALUE_LANGUAGE |
VALUE_LANGUAGE_AND_COUNTRY |
VALUE_LOCAL |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ProductFeed.EnumOverrideType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductFeed.EnumOverrideType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProductFeed.EnumOverrideType VALUE_CATALOG_SEGMENT_CUSTOMIZE_DEFAULT
public static final ProductFeed.EnumOverrideType VALUE_COUNTRY
public static final ProductFeed.EnumOverrideType VALUE_LANGUAGE
public static final ProductFeed.EnumOverrideType VALUE_LANGUAGE_AND_COUNTRY
public static final ProductFeed.EnumOverrideType VALUE_LOCAL
public static ProductFeed.EnumOverrideType[] values()
for (ProductFeed.EnumOverrideType c : ProductFeed.EnumOverrideType.values()) System.out.println(c);
public static ProductFeed.EnumOverrideType 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.EnumOverrideType>Copyright © 2020. All rights reserved.