public static enum AdCreativeVideoDataCustomOverlaySpec.EnumTemplate extends Enum<AdCreativeVideoDataCustomOverlaySpec.EnumTemplate>
| Enum Constant and Description |
|---|
VALUE_RECTANGLE_WITH_TEXT |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AdCreativeVideoDataCustomOverlaySpec.EnumTemplate |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdCreativeVideoDataCustomOverlaySpec.EnumTemplate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="rectangle_with_text") public static final AdCreativeVideoDataCustomOverlaySpec.EnumTemplate VALUE_RECTANGLE_WITH_TEXT
public static AdCreativeVideoDataCustomOverlaySpec.EnumTemplate[] values()
for (AdCreativeVideoDataCustomOverlaySpec.EnumTemplate c : AdCreativeVideoDataCustomOverlaySpec.EnumTemplate.values()) System.out.println(c);
public static AdCreativeVideoDataCustomOverlaySpec.EnumTemplate 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.EnumTemplate>Copyright © 2024. All rights reserved.