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