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