public static enum CatalogItemRejectionReasons.EnumCapability extends Enum<CatalogItemRejectionReasons.EnumCapability>
| Enum Constant and Description |
|---|
VALUE_BUSINESS_INBOX_IN_MESSENGER |
VALUE_SHOPS |
VALUE_TEST_CAPABILITY |
VALUE_UNIVERSAL_CHECKOUT |
VALUE_US_MARKETPLACE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static CatalogItemRejectionReasons.EnumCapability |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CatalogItemRejectionReasons.EnumCapability[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="business_inbox_in_messenger") public static final CatalogItemRejectionReasons.EnumCapability VALUE_BUSINESS_INBOX_IN_MESSENGER
@SerializedName(value="shops") public static final CatalogItemRejectionReasons.EnumCapability VALUE_SHOPS
@SerializedName(value="test_capability") public static final CatalogItemRejectionReasons.EnumCapability VALUE_TEST_CAPABILITY
@SerializedName(value="universal_checkout") public static final CatalogItemRejectionReasons.EnumCapability VALUE_UNIVERSAL_CHECKOUT
@SerializedName(value="us_marketplace") public static final CatalogItemRejectionReasons.EnumCapability VALUE_US_MARKETPLACE
public static CatalogItemRejectionReasons.EnumCapability[] values()
for (CatalogItemRejectionReasons.EnumCapability c : CatalogItemRejectionReasons.EnumCapability.values()) System.out.println(c);
public static CatalogItemRejectionReasons.EnumCapability 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<CatalogItemRejectionReasons.EnumCapability>Copyright © 2024. All rights reserved.