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