Uses of Class
com.oracle.bmc.analytics.model.WorkRequestOperationType
-
Packages that use WorkRequestOperationType Package Description com.oracle.bmc.analytics.model -
-
Uses of WorkRequestOperationType in com.oracle.bmc.analytics.model
Methods in com.oracle.bmc.analytics.model that return WorkRequestOperationType Modifier and Type Method Description static WorkRequestOperationType
WorkRequestOperationType. create(String key)
WorkRequestOperationType
WorkRequest. getOperationType()
The operation performed by the work request.WorkRequestOperationType
WorkRequestSummary. getOperationType()
The operation performed by the work request.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.analytics.model with parameters of type WorkRequestOperationType Modifier and Type Method Description WorkRequest.Builder
WorkRequest.Builder. operationType(WorkRequestOperationType operationType)
The operation performed by the work request.WorkRequestSummary.Builder
WorkRequestSummary.Builder. operationType(WorkRequestOperationType operationType)
The operation performed by the work request.Constructors in com.oracle.bmc.analytics.model with parameters of type WorkRequestOperationType Constructor Description WorkRequest(String id, WorkRequestOperationType operationType, WorkRequestStatus status, String compartmentId, List<WorkRequestResource> resources, Float percentComplete, 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.
-