public static enum AdCreativeLinkDataImageOverlaySpec.EnumOverlayTemplate extends Enum<AdCreativeLinkDataImageOverlaySpec.EnumOverlayTemplate>
| Enum Constant and Description |
|---|
VALUE_CIRCLE_WITH_TEXT |
VALUE_PILL_WITH_TEXT |
VALUE_TRIANGLE_WITH_TEXT |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AdCreativeLinkDataImageOverlaySpec.EnumOverlayTemplate |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdCreativeLinkDataImageOverlaySpec.EnumOverlayTemplate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdCreativeLinkDataImageOverlaySpec.EnumOverlayTemplate VALUE_CIRCLE_WITH_TEXT
public static final AdCreativeLinkDataImageOverlaySpec.EnumOverlayTemplate VALUE_PILL_WITH_TEXT
public static final AdCreativeLinkDataImageOverlaySpec.EnumOverlayTemplate VALUE_TRIANGLE_WITH_TEXT
public static AdCreativeLinkDataImageOverlaySpec.EnumOverlayTemplate[] values()
for (AdCreativeLinkDataImageOverlaySpec.EnumOverlayTemplate c : AdCreativeLinkDataImageOverlaySpec.EnumOverlayTemplate.values()) System.out.println(c);
public static AdCreativeLinkDataImageOverlaySpec.EnumOverlayTemplate 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.EnumOverlayTemplate>Copyright © 2020. All rights reserved.