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