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