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