static WorkRequest.Builder | 
WorkRequest.builder() | 
 Create a new builder. 
 | 
WorkRequest.Builder | 
WorkRequest.Builder.compartmentId(String compartmentId) | 
The  OCID of the
compartment that contains the work request.  
 | 
WorkRequest.Builder | 
WorkRequest.Builder.completedTaskCount(Integer completedTaskCount) | 
 The number of tasks had been executed to a terminal state. 
 | 
WorkRequest.Builder | 
WorkRequest.Builder.copy(WorkRequest model) | 
  | 
WorkRequest.Builder | 
WorkRequest.Builder.createdBy(Principal createdBy) | 
  | 
WorkRequest.Builder | 
WorkRequest.Builder.id(String id) | 
The  OCID of the
work request.  
 | 
WorkRequest.Builder | 
WorkRequest.Builder.operationType(OperationType operationType) | 
 The asynchronous operation tracked by this work request. 
 | 
WorkRequest.Builder | 
WorkRequest.Builder.percentComplete(Float percentComplete) | 
 Shows the progress of the operation tracked by the work request, as a percentage of the
total work that must be performed. 
 | 
WorkRequest.Builder | 
WorkRequest.Builder.resources(List<WorkRequestResource> resources) | 
 The resources that are affected by the work request. 
 | 
WorkRequest.Builder | 
WorkRequest.Builder.status(OperationStatus status) | 
 The status of the work request. 
 | 
WorkRequest.Builder | 
WorkRequest.Builder.timeAccepted(Date timeAccepted) | 
The date and time the work request was created, in the format defined by  RFC
3339.  
 | 
WorkRequest.Builder | 
WorkRequest.Builder.timeFinished(Date timeFinished) | 
The date and time the work request was finished, in the format defined by  RFC
3339.  
 | 
WorkRequest.Builder | 
WorkRequest.Builder.timeStarted(Date timeStarted) | 
The date and time the work request was started, in the format defined by  RFC
3339.  
 | 
WorkRequest.Builder | 
WorkRequest.Builder.timeUpdated(Date timeUpdated) | 
The date and time the work request was updated, in the format defined by  RFC
3339.  
 | 
WorkRequest.Builder | 
WorkRequest.toBuilder() | 
  | 
WorkRequest.Builder | 
WorkRequest.Builder.totalTaskCount(Integer totalTaskCount) | 
 The total number of tasks to be executed for this work request. 
 |