public static enum SubscriberResult.SubscriberAction extends java.lang.Enum<SubscriberResult.SubscriberAction>
Modifier and Type | Method and Description |
---|---|
static SubscriberResult.SubscriberAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SubscriberResult.SubscriberAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubscriberResult.SubscriberAction ADD
public static final SubscriberResult.SubscriberAction CHANGE
public static final SubscriberResult.SubscriberAction REMOVE
public static SubscriberResult.SubscriberAction[] values()
for (SubscriberResult.SubscriberAction c : SubscriberResult.SubscriberAction.values()) System.out.println(c);
public static SubscriberResult.SubscriberAction valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null