public static enum AdCreative.EnumObjectType extends Enum<AdCreative.EnumObjectType>
| Enum Constant and Description |
|---|
VALUE_APPLICATION |
VALUE_DOMAIN |
VALUE_EVENT |
VALUE_INVALID |
VALUE_OFFER |
VALUE_PAGE |
VALUE_PHOTO |
VALUE_POST_DELETED |
VALUE_PRIVACY_CHECK_FAIL |
VALUE_SHARE |
VALUE_STATUS |
VALUE_STORE_ITEM |
VALUE_VIDEO |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AdCreative.EnumObjectType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdCreative.EnumObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdCreative.EnumObjectType VALUE_APPLICATION
public static final AdCreative.EnumObjectType VALUE_DOMAIN
public static final AdCreative.EnumObjectType VALUE_EVENT
public static final AdCreative.EnumObjectType VALUE_INVALID
public static final AdCreative.EnumObjectType VALUE_OFFER
public static final AdCreative.EnumObjectType VALUE_PAGE
public static final AdCreative.EnumObjectType VALUE_PHOTO
public static final AdCreative.EnumObjectType VALUE_POST_DELETED
public static final AdCreative.EnumObjectType VALUE_PRIVACY_CHECK_FAIL
public static final AdCreative.EnumObjectType VALUE_SHARE
public static final AdCreative.EnumObjectType VALUE_STATUS
public static final AdCreative.EnumObjectType VALUE_STORE_ITEM
public static final AdCreative.EnumObjectType VALUE_VIDEO
public static AdCreative.EnumObjectType[] values()
for (AdCreative.EnumObjectType c : AdCreative.EnumObjectType.values()) System.out.println(c);
public static AdCreative.EnumObjectType 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<AdCreative.EnumObjectType>Copyright © 2020. All rights reserved.