public static enum AdCreativeLinkDataImageOverlaySpec.EnumTextType extends Enum<AdCreativeLinkDataImageOverlaySpec.EnumTextType>
| Enum Constant and Description |
|---|
VALUE_AUTOMATED_PERSONALIZE |
VALUE_CUSTOM |
VALUE_DISCLAIMER |
VALUE_FROM_PRICE |
VALUE_GUEST_RATING |
VALUE_PERCENTAGE_OFF |
VALUE_PRICE |
VALUE_STAR_RATING |
VALUE_STRIKETHROUGH_PRICE |
VALUE_SUSTAINABLE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AdCreativeLinkDataImageOverlaySpec.EnumTextType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdCreativeLinkDataImageOverlaySpec.EnumTextType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="automated_personalize") public static final AdCreativeLinkDataImageOverlaySpec.EnumTextType VALUE_AUTOMATED_PERSONALIZE
@SerializedName(value="custom") public static final AdCreativeLinkDataImageOverlaySpec.EnumTextType VALUE_CUSTOM
@SerializedName(value="disclaimer") public static final AdCreativeLinkDataImageOverlaySpec.EnumTextType VALUE_DISCLAIMER
@SerializedName(value="from_price") public static final AdCreativeLinkDataImageOverlaySpec.EnumTextType VALUE_FROM_PRICE
@SerializedName(value="guest_rating") public static final AdCreativeLinkDataImageOverlaySpec.EnumTextType VALUE_GUEST_RATING
@SerializedName(value="percentage_off") public static final AdCreativeLinkDataImageOverlaySpec.EnumTextType VALUE_PERCENTAGE_OFF
@SerializedName(value="price") public static final AdCreativeLinkDataImageOverlaySpec.EnumTextType VALUE_PRICE
@SerializedName(value="star_rating") public static final AdCreativeLinkDataImageOverlaySpec.EnumTextType VALUE_STAR_RATING
@SerializedName(value="strikethrough_price") public static final AdCreativeLinkDataImageOverlaySpec.EnumTextType VALUE_STRIKETHROUGH_PRICE
@SerializedName(value="sustainable") public static final AdCreativeLinkDataImageOverlaySpec.EnumTextType VALUE_SUSTAINABLE
public static AdCreativeLinkDataImageOverlaySpec.EnumTextType[] values()
for (AdCreativeLinkDataImageOverlaySpec.EnumTextType c : AdCreativeLinkDataImageOverlaySpec.EnumTextType.values()) System.out.println(c);
public static AdCreativeLinkDataImageOverlaySpec.EnumTextType 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<AdCreativeLinkDataImageOverlaySpec.EnumTextType>Copyright © 2024. All rights reserved.