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