public static enum AdCreativeLinkDataCustomOverlaySpec.EnumPosition extends Enum<AdCreativeLinkDataCustomOverlaySpec.EnumPosition>
| Enum Constant and Description |
|---|
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.
|
@SerializedName(value="bottom_left") public static final AdCreativeLinkDataCustomOverlaySpec.EnumPosition VALUE_BOTTOM_LEFT
@SerializedName(value="bottom_right") public static final AdCreativeLinkDataCustomOverlaySpec.EnumPosition VALUE_BOTTOM_RIGHT
@SerializedName(value="top_left") public static final AdCreativeLinkDataCustomOverlaySpec.EnumPosition VALUE_TOP_LEFT
@SerializedName(value="top_right") public static final AdCreativeLinkDataCustomOverlaySpec.EnumPosition VALUE_TOP_RIGHT
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 © 2024. All rights reserved.