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