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