public static enum AdRuleHistory.EnumAction extends Enum<AdRuleHistory.EnumAction>
| Enum Constant and Description |
|---|
VALUE_BUDGET_NOT_REDISTRIBUTED |
VALUE_CHANGED_BID |
VALUE_CHANGED_BUDGET |
VALUE_EMAIL |
VALUE_ENDPOINT_PINGED |
VALUE_ERROR |
VALUE_FACEBOOK_NOTIFICATION_SENT |
VALUE_MESSAGE_SENT |
VALUE_NOT_CHANGED |
VALUE_PAUSED |
VALUE_UNPAUSED |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AdRuleHistory.EnumAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdRuleHistory.EnumAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdRuleHistory.EnumAction VALUE_BUDGET_NOT_REDISTRIBUTED
public static final AdRuleHistory.EnumAction VALUE_CHANGED_BID
public static final AdRuleHistory.EnumAction VALUE_CHANGED_BUDGET
public static final AdRuleHistory.EnumAction VALUE_EMAIL
public static final AdRuleHistory.EnumAction VALUE_ENDPOINT_PINGED
public static final AdRuleHistory.EnumAction VALUE_ERROR
public static final AdRuleHistory.EnumAction VALUE_FACEBOOK_NOTIFICATION_SENT
public static final AdRuleHistory.EnumAction VALUE_MESSAGE_SENT
public static final AdRuleHistory.EnumAction VALUE_NOT_CHANGED
public static final AdRuleHistory.EnumAction VALUE_PAUSED
public static final AdRuleHistory.EnumAction VALUE_UNPAUSED
public static AdRuleHistory.EnumAction[] values()
for (AdRuleHistory.EnumAction c : AdRuleHistory.EnumAction.values()) System.out.println(c);
public static AdRuleHistory.EnumAction 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<AdRuleHistory.EnumAction>Copyright © 2020. All rights reserved.