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