Enum PrivilegedApiRequest.State
- java.lang.Object
-
- java.lang.Enum<PrivilegedApiRequest.State>
-
- com.oracle.bmc.apiaccesscontrol.model.PrivilegedApiRequest.State
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<PrivilegedApiRequest.State>
- Enclosing class:
- PrivilegedApiRequest
public static enum PrivilegedApiRequest.State extends Enum<PrivilegedApiRequest.State> implements BmcEnum
The current state of the Access Request.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ApprovalWaiting
Approved
ApprovedForFuture
Closed
CloseFailed
Closing
Created
Deployed
DeployFailed
Expired
ExpiryFailed
Rejected
Revoked
RevokeFailed
Revoking
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PrivilegedApiRequest.State
create(String key)
String
getValue()
static PrivilegedApiRequest.State
valueOf(String name)
Returns the enum constant of this type with the specified name.static PrivilegedApiRequest.State[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Created
public static final PrivilegedApiRequest.State Created
-
ApprovalWaiting
public static final PrivilegedApiRequest.State ApprovalWaiting
-
Approved
public static final PrivilegedApiRequest.State Approved
-
ApprovedForFuture
public static final PrivilegedApiRequest.State ApprovedForFuture
-
Rejected
public static final PrivilegedApiRequest.State Rejected
-
Deployed
public static final PrivilegedApiRequest.State Deployed
-
DeployFailed
public static final PrivilegedApiRequest.State DeployFailed
-
CloseFailed
public static final PrivilegedApiRequest.State CloseFailed
-
RevokeFailed
public static final PrivilegedApiRequest.State RevokeFailed
-
ExpiryFailed
public static final PrivilegedApiRequest.State ExpiryFailed
-
Revoking
public static final PrivilegedApiRequest.State Revoking
-
Revoked
public static final PrivilegedApiRequest.State Revoked
-
Closing
public static final PrivilegedApiRequest.State Closing
-
Closed
public static final PrivilegedApiRequest.State Closed
-
Expired
public static final PrivilegedApiRequest.State Expired
-
UnknownEnumValue
public static final PrivilegedApiRequest.State UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static PrivilegedApiRequest.State[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (PrivilegedApiRequest.State c : PrivilegedApiRequest.State.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static PrivilegedApiRequest.State valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static PrivilegedApiRequest.State create(String key)
-
-