public static enum AdCreativeLinkDataImageOverlaySpec.EnumTextType extends Enum<AdCreativeLinkDataImageOverlaySpec.EnumTextType>
| Enum Constant and Description |
|---|
VALUE_CUSTOM |
VALUE_DISCLAIMER |
VALUE_FROM_PRICE |
VALUE_GUEST_RATING |
VALUE_PERCENTAGE_OFF |
VALUE_PRICE |
VALUE_STAR_RATING |
VALUE_STRIKETHROUGH_PRICE |
| 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.
|
public static final AdCreativeLinkDataImageOverlaySpec.EnumTextType VALUE_CUSTOM
public static final AdCreativeLinkDataImageOverlaySpec.EnumTextType VALUE_DISCLAIMER
public static final AdCreativeLinkDataImageOverlaySpec.EnumTextType VALUE_FROM_PRICE
public static final AdCreativeLinkDataImageOverlaySpec.EnumTextType VALUE_GUEST_RATING
public static final AdCreativeLinkDataImageOverlaySpec.EnumTextType VALUE_PERCENTAGE_OFF
public static final AdCreativeLinkDataImageOverlaySpec.EnumTextType VALUE_PRICE
public static final AdCreativeLinkDataImageOverlaySpec.EnumTextType VALUE_STAR_RATING
public static final AdCreativeLinkDataImageOverlaySpec.EnumTextType VALUE_STRIKETHROUGH_PRICE
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 © 2020. All rights reserved.