public static enum ProductFeed.EnumOverrideType extends Enum<ProductFeed.EnumOverrideType>
| Enum Constant and Description |
|---|
VALUE_BATCH_API_LANGUAGE_OR_COUNTRY |
VALUE_CATALOG_SEGMENT_CUSTOMIZE_DEFAULT |
VALUE_COUNTRY |
VALUE_LANGUAGE |
VALUE_LANGUAGE_AND_COUNTRY |
VALUE_LOCAL |
VALUE_SMART_PIXEL_LANGUAGE_OR_COUNTRY |
VALUE_VERSION |
| 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.
|
@SerializedName(value="BATCH_API_LANGUAGE_OR_COUNTRY") public static final ProductFeed.EnumOverrideType VALUE_BATCH_API_LANGUAGE_OR_COUNTRY
@SerializedName(value="CATALOG_SEGMENT_CUSTOMIZE_DEFAULT") public static final ProductFeed.EnumOverrideType VALUE_CATALOG_SEGMENT_CUSTOMIZE_DEFAULT
@SerializedName(value="COUNTRY") public static final ProductFeed.EnumOverrideType VALUE_COUNTRY
@SerializedName(value="LANGUAGE") public static final ProductFeed.EnumOverrideType VALUE_LANGUAGE
@SerializedName(value="LANGUAGE_AND_COUNTRY") public static final ProductFeed.EnumOverrideType VALUE_LANGUAGE_AND_COUNTRY
@SerializedName(value="LOCAL") public static final ProductFeed.EnumOverrideType VALUE_LOCAL
@SerializedName(value="SMART_PIXEL_LANGUAGE_OR_COUNTRY") public static final ProductFeed.EnumOverrideType VALUE_SMART_PIXEL_LANGUAGE_OR_COUNTRY
@SerializedName(value="VERSION") public static final ProductFeed.EnumOverrideType VALUE_VERSION
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 © 2024. All rights reserved.