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.
|
@SerializedName(value="ADD_INTEREST_RELAXATION") public static final AdRuleExecutionSpec.EnumExecutionType VALUE_ADD_INTEREST_RELAXATION
@SerializedName(value="ADD_QUESTIONNAIRE_INTERESTS") public static final AdRuleExecutionSpec.EnumExecutionType VALUE_ADD_QUESTIONNAIRE_INTERESTS
@SerializedName(value="AUDIENCE_CONSOLIDATION") public static final AdRuleExecutionSpec.EnumExecutionType VALUE_AUDIENCE_CONSOLIDATION
@SerializedName(value="AUDIENCE_CONSOLIDATION_ASK_FIRST") public static final AdRuleExecutionSpec.EnumExecutionType VALUE_AUDIENCE_CONSOLIDATION_ASK_FIRST
@SerializedName(value="CHANGE_BID") public static final AdRuleExecutionSpec.EnumExecutionType VALUE_CHANGE_BID
@SerializedName(value="CHANGE_BUDGET") public static final AdRuleExecutionSpec.EnumExecutionType VALUE_CHANGE_BUDGET
@SerializedName(value="CHANGE_CAMPAIGN_BUDGET") public static final AdRuleExecutionSpec.EnumExecutionType VALUE_CHANGE_CAMPAIGN_BUDGET
@SerializedName(value="DCO") public static final AdRuleExecutionSpec.EnumExecutionType VALUE_DCO
@SerializedName(value="INCREASE_RADIUS") public static final AdRuleExecutionSpec.EnumExecutionType VALUE_INCREASE_RADIUS
@SerializedName(value="NOTIFICATION") public static final AdRuleExecutionSpec.EnumExecutionType VALUE_NOTIFICATION
@SerializedName(value="PAUSE") public static final AdRuleExecutionSpec.EnumExecutionType VALUE_PAUSE
@SerializedName(value="PING_ENDPOINT") public static final AdRuleExecutionSpec.EnumExecutionType VALUE_PING_ENDPOINT
@SerializedName(value="REBALANCE_BUDGET") public static final AdRuleExecutionSpec.EnumExecutionType VALUE_REBALANCE_BUDGET
@SerializedName(value="ROTATE") public static final AdRuleExecutionSpec.EnumExecutionType VALUE_ROTATE
@SerializedName(value="UNPAUSE") public static final AdRuleExecutionSpec.EnumExecutionType VALUE_UNPAUSE
@SerializedName(value="UPDATE_CREATIVE") public static final AdRuleExecutionSpec.EnumExecutionType VALUE_UPDATE_CREATIVE
@SerializedName(value="UPDATE_LAX_BUDGET") public static final AdRuleExecutionSpec.EnumExecutionType VALUE_UPDATE_LAX_BUDGET
@SerializedName(value="UPDATE_LAX_DURATION") public static final AdRuleExecutionSpec.EnumExecutionType VALUE_UPDATE_LAX_DURATION
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 © 2024. All rights reserved.