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