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