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