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