Uses of Class
com.oracle.bmc.logging.model.OperationTypes
-
Packages that use OperationTypes Package Description com.oracle.bmc.logging.model -
-
Uses of OperationTypes in com.oracle.bmc.logging.model
Methods in com.oracle.bmc.logging.model that return OperationTypes Modifier and Type Method Description static OperationTypes
OperationTypes. create(String key)
OperationTypes
WorkRequest. getOperationType()
The type of work the work request is doing.OperationTypes
WorkRequestSummary. getOperationType()
The type of work the work request is doing.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.logging.model with parameters of type OperationTypes Modifier and Type Method Description WorkRequest.Builder
WorkRequest.Builder. operationType(OperationTypes operationType)
The type of work the work request is doing.WorkRequestSummary.Builder
WorkRequestSummary.Builder. operationType(OperationTypes operationType)
The type of work the work request is doing.Constructors in com.oracle.bmc.logging.model with parameters of type OperationTypes Constructor Description WorkRequest(String id, OperationTypes operationType, OperationStatus status, String compartmentId, List<WorkRequestResource> resources, Float percentComplete, Date timeAccepted, Date timeStarted, Date timeFinished)
Deprecated.WorkRequestSummary(String id, OperationTypes operationType, OperationStatus status, String compartmentId, List<WorkRequestResource> resources, Float percentComplete, Date timeAccepted, Date timeStarted, Date timeFinished)
Deprecated.
-