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 SummaryEnum Constants Enum Constant Description ApprovalWaitingApprovedApprovedForFutureClosedCloseFailedClosingCreatedDeployedDeployFailedExpiredExpiryFailedRejectedRevokedRevokeFailedRevokingUnknownEnumValueThis value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PrivilegedApiRequest.Statecreate(String key)StringgetValue()static PrivilegedApiRequest.StatevalueOf(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- 
Createdpublic static final PrivilegedApiRequest.State Created 
 - 
ApprovalWaitingpublic static final PrivilegedApiRequest.State ApprovalWaiting 
 - 
Approvedpublic static final PrivilegedApiRequest.State Approved 
 - 
ApprovedForFuturepublic static final PrivilegedApiRequest.State ApprovedForFuture 
 - 
Rejectedpublic static final PrivilegedApiRequest.State Rejected 
 - 
Deployedpublic static final PrivilegedApiRequest.State Deployed 
 - 
DeployFailedpublic static final PrivilegedApiRequest.State DeployFailed 
 - 
CloseFailedpublic static final PrivilegedApiRequest.State CloseFailed 
 - 
RevokeFailedpublic static final PrivilegedApiRequest.State RevokeFailed 
 - 
ExpiryFailedpublic static final PrivilegedApiRequest.State ExpiryFailed 
 - 
Revokingpublic static final PrivilegedApiRequest.State Revoking 
 - 
Revokedpublic static final PrivilegedApiRequest.State Revoked 
 - 
Closingpublic static final PrivilegedApiRequest.State Closing 
 - 
Closedpublic static final PrivilegedApiRequest.State Closed 
 - 
Expiredpublic static final PrivilegedApiRequest.State Expired 
 - 
UnknownEnumValuepublic 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- 
valuespublic 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
 
 - 
valueOfpublic 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 name
- NullPointerException- if the argument is null
 
 - 
createpublic static PrivilegedApiRequest.State create(String key) 
 
- 
 
-