public static enum AdRuleExecutionSpec.EnumExecutionType extends Enum<AdRuleExecutionSpec.EnumExecutionType>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AdRuleExecutionSpec.EnumExecutionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdRuleExecutionSpec.EnumExecutionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdRuleExecutionSpec.EnumExecutionType VALUE_ADD_INTEREST_RELAXATION
public static final AdRuleExecutionSpec.EnumExecutionType VALUE_ADD_QUESTIONNAIRE_INTERESTS
public static final AdRuleExecutionSpec.EnumExecutionType VALUE_CHANGE_BID
public static final AdRuleExecutionSpec.EnumExecutionType VALUE_CHANGE_BUDGET
public static final AdRuleExecutionSpec.EnumExecutionType VALUE_CHANGE_CAMPAIGN_BUDGET
public static final AdRuleExecutionSpec.EnumExecutionType VALUE_INCREASE_RADIUS
public static final AdRuleExecutionSpec.EnumExecutionType VALUE_NOTIFICATION
public static final AdRuleExecutionSpec.EnumExecutionType VALUE_PAUSE
public static final AdRuleExecutionSpec.EnumExecutionType VALUE_PING_ENDPOINT
public static final AdRuleExecutionSpec.EnumExecutionType VALUE_REBALANCE_BUDGET
public static final AdRuleExecutionSpec.EnumExecutionType VALUE_ROTATE
public static final AdRuleExecutionSpec.EnumExecutionType VALUE_UNPAUSE
public static final AdRuleExecutionSpec.EnumExecutionType VALUE_UPDATE_CREATIVE
public static AdRuleExecutionSpec.EnumExecutionType[] values()
for (AdRuleExecutionSpec.EnumExecutionType c : AdRuleExecutionSpec.EnumExecutionType.values()) System.out.println(c);
public static AdRuleExecutionSpec.EnumExecutionType 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<AdRuleExecutionSpec.EnumExecutionType>Copyright © 2020. All rights reserved.