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