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