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