public static enum ProductCatalog.EnumAdditionalVerticalOption extends Enum<ProductCatalog.EnumAdditionalVerticalOption>
| Enum Constant and Description |
|---|
VALUE_LOCAL_DA_CATALOG |
VALUE_LOCAL_PRODUCTS |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ProductCatalog.EnumAdditionalVerticalOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductCatalog.EnumAdditionalVerticalOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="LOCAL_DA_CATALOG") public static final ProductCatalog.EnumAdditionalVerticalOption VALUE_LOCAL_DA_CATALOG
@SerializedName(value="LOCAL_PRODUCTS") public static final ProductCatalog.EnumAdditionalVerticalOption VALUE_LOCAL_PRODUCTS
public static ProductCatalog.EnumAdditionalVerticalOption[] values()
for (ProductCatalog.EnumAdditionalVerticalOption c : ProductCatalog.EnumAdditionalVerticalOption.values()) System.out.println(c);
public static ProductCatalog.EnumAdditionalVerticalOption 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.EnumAdditionalVerticalOption>Copyright © 2024. All rights reserved.