public static enum OperationResult.Action extends java.lang.Enum<OperationResult.Action>
| Enum Constant and Description |
|---|
CLEAR_CONVERSATION_MESSAGES |
SET_NOTIFICATION_QUIET_HOURS |
SET_NOTIFICATION_STATUS |
SET_TOP |
| Modifier and Type | Method and Description |
|---|---|
static OperationResult.Action |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OperationResult.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperationResult.Action SET_TOP
public static final OperationResult.Action SET_NOTIFICATION_STATUS
public static final OperationResult.Action SET_NOTIFICATION_QUIET_HOURS
public static final OperationResult.Action CLEAR_CONVERSATION_MESSAGES
public static OperationResult.Action[] values()
for (OperationResult.Action c : OperationResult.Action.values()) System.out.println(c);
public static OperationResult.Action 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