public static enum ProductItemARData.EnumSurfaces extends Enum<ProductItemARData.EnumSurfaces>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static ProductItemARData.EnumSurfaces |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductItemARData.EnumSurfaces[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="B2C_MARKETPLACE") public static final ProductItemARData.EnumSurfaces VALUE_B2C_MARKETPLACE
@SerializedName(value="C2C_MARKETPLACE") public static final ProductItemARData.EnumSurfaces VALUE_C2C_MARKETPLACE
@SerializedName(value="DA") public static final ProductItemARData.EnumSurfaces VALUE_DA
@SerializedName(value="DAILY_DEALS") public static final ProductItemARData.EnumSurfaces VALUE_DAILY_DEALS
@SerializedName(value="DAILY_DEALS_LEGACY") public static final ProductItemARData.EnumSurfaces VALUE_DAILY_DEALS_LEGACY
@SerializedName(value="IG_PRODUCT_TAGGING") public static final ProductItemARData.EnumSurfaces VALUE_IG_PRODUCT_TAGGING
@SerializedName(value="MARKETPLACE") public static final ProductItemARData.EnumSurfaces VALUE_MARKETPLACE
@SerializedName(value="MARKETPLACE_ADS_DEPRECATED") public static final ProductItemARData.EnumSurfaces VALUE_MARKETPLACE_ADS_DEPRECATED
@SerializedName(value="MARKETPLACE_SHOPS") public static final ProductItemARData.EnumSurfaces VALUE_MARKETPLACE_SHOPS
@SerializedName(value="MINI_SHOPS") public static final ProductItemARData.EnumSurfaces VALUE_MINI_SHOPS
@SerializedName(value="OFFLINE_CONVERSIONS") public static final ProductItemARData.EnumSurfaces VALUE_OFFLINE_CONVERSIONS
@SerializedName(value="SHOPS") public static final ProductItemARData.EnumSurfaces VALUE_SHOPS
@SerializedName(value="UNIVERSAL_CHECKOUT") public static final ProductItemARData.EnumSurfaces VALUE_UNIVERSAL_CHECKOUT
@SerializedName(value="WHATSAPP") public static final ProductItemARData.EnumSurfaces VALUE_WHATSAPP
public static ProductItemARData.EnumSurfaces[] values()
for (ProductItemARData.EnumSurfaces c : ProductItemARData.EnumSurfaces.values()) System.out.println(c);
public static ProductItemARData.EnumSurfaces 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<ProductItemARData.EnumSurfaces>
Copyright © 2023. All rights reserved.