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