Uses of Class
com.oracle.bmc.jms.model.OperationStatus
-
Packages that use OperationStatus Package Description com.oracle.bmc.jms.model com.oracle.bmc.jms.requests -
-
Uses of OperationStatus in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return OperationStatus Modifier and Type Method Description static OperationStatus
OperationStatus. create(String key)
OperationStatus
WorkRequest. getStatus()
The status of the work request.static OperationStatus
OperationStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static OperationStatus[]
OperationStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.jms.model with parameters of type OperationStatus Modifier and Type Method Description WorkRequest.Builder
WorkRequest.Builder. status(OperationStatus status)
The status of the work request.Constructors in com.oracle.bmc.jms.model with parameters of type OperationStatus Constructor Description WorkRequest(OperationType operationType, OperationStatus status, String id, String compartmentId, List<WorkRequestResource> resources, Float percentComplete, Date timeAccepted, Date timeStarted, Date timeFinished, Principal createdBy, Date timeLastUpdated, Integer totalTaskCount, Integer completedTaskCount)
Deprecated. -
Uses of OperationStatus in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return types with arguments of type OperationStatus Modifier and Type Method Description List<OperationStatus>
ListWorkRequestsRequest. getStatus()
The status of the work request.Methods in com.oracle.bmc.jms.requests with parameters of type OperationStatus Modifier and Type Method Description ListWorkRequestsRequest.Builder
ListWorkRequestsRequest.Builder. status(OperationStatus singularValue)
Singular setter.Method parameters in com.oracle.bmc.jms.requests with type arguments of type OperationStatus Modifier and Type Method Description ListWorkRequestsRequest.Builder
ListWorkRequestsRequest.Builder. status(List<OperationStatus> status)
The status of the work request.
-