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