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