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