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 WorkRequestOperationType
WorkRequestOperationType. create(String key)
WorkRequestOperationType
WorkRequest. getOperationType()
Type of the work request.WorkRequestOperationType
WorkRequestSummary. getOperationType()
Type of 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.rover.model with parameters of type WorkRequestOperationType Modifier and Type Method Description WorkRequest.Builder
WorkRequest.Builder. operationType(WorkRequestOperationType operationType)
Type of the work request.WorkRequestSummary.Builder
WorkRequestSummary.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 WorkRequestOperationType
ListWorkRequestsRequest. 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.Builder
ListWorkRequestsRequest.Builder. operationType(WorkRequestOperationType operationType)
Filter results by the type of the operation associated with the work request.
-