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