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.OperationTypeWorkRequest.OperationType. create(String key)WorkRequest.OperationTypeWorkRequest. getOperationType()The asynchronous operation tracked by this work request.WorkRequest.OperationTypeWorkRequestSummary. getOperationType()The asynchronous operation tracked by this work request.static WorkRequest.OperationTypeWorkRequest.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.BuilderWorkRequest.Builder. operationType(WorkRequest.OperationType operationType)The asynchronous operation tracked by this work request.WorkRequestSummary.BuilderWorkRequestSummary.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.
-