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