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 WorkRequestOperationTypeWorkRequestOperationType. create(String key)WorkRequestOperationTypeWorkRequest. getOperationType()The operation performed by the work request.WorkRequestOperationTypeWorkRequestSummary. getOperationType()The operation performed by the work request.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.analytics.model with parameters of type WorkRequestOperationType Modifier and Type Method Description WorkRequest.BuilderWorkRequest.Builder. operationType(WorkRequestOperationType operationType)The operation performed by the work request.WorkRequestSummary.BuilderWorkRequestSummary.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.
-