Uses of Class
com.oracle.bmc.identity.model.IamWorkRequest.OperationType
-
Packages that use IamWorkRequest.OperationType Package Description com.oracle.bmc.identity.model -
-
Uses of IamWorkRequest.OperationType in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return IamWorkRequest.OperationType Modifier and Type Method Description static IamWorkRequest.OperationType
IamWorkRequest.OperationType. create(String key)
IamWorkRequest.OperationType
IamWorkRequest. getOperationType()
The asynchronous operation tracked by this IAM work request.static IamWorkRequest.OperationType
IamWorkRequest.OperationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static IamWorkRequest.OperationType[]
IamWorkRequest.OperationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identity.model with parameters of type IamWorkRequest.OperationType Modifier and Type Method Description IamWorkRequest.Builder
IamWorkRequest.Builder. operationType(IamWorkRequest.OperationType operationType)
The asynchronous operation tracked by this IAM work request.Constructors in com.oracle.bmc.identity.model with parameters of type IamWorkRequest.OperationType Constructor Description IamWorkRequest(String id, IamWorkRequest.OperationType operationType, IamWorkRequest.Status status, String compartmentId, List<IamWorkRequestResource> resources, Float percentComplete, Date timeAccepted, Date timeStarted, Date timeFinished)
Deprecated.
-