| 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. copy(WorkRequest model) |  | 
| WorkRequest.Builder | WorkRequest.Builder. errors(List<WorkRequestError> errors) | The list of errors that occurred while fulfilling the work request. | 
| WorkRequest.Builder | WorkRequest.Builder. id(String id) | The OCID  of the
work request. | 
| WorkRequest.Builder | WorkRequest.Builder. logs(List<WorkRequestLogEntry> logs) | The list of log entries from the work request workflow. | 
| WorkRequest.Builder | WorkRequest.Builder. operationType(WorkRequestOperationTypes operationType) | A description of the operation requested by the work request. | 
| WorkRequest.Builder | WorkRequest.Builder. percentComplete(Integer percentComplete) | The percentage of work completed by the work request. | 
| WorkRequest.Builder | WorkRequest.Builder. resources(List<WorkRequestResource> resources) | The resources being used to complete the work request operation. | 
| WorkRequest.Builder | WorkRequest.Builder. status(WorkRequestStatusValues status) | The current 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 RFC3339. | 
| WorkRequest.Builder | WorkRequest.Builder. timeFinished(Date timeFinished) | The date and time the work request was fulfilled or terminated, expressed in RFC 3339
timestamp format. | 
| WorkRequest.Builder | WorkRequest.Builder. timeStarted(Date timeStarted) | The date and time the work request moved from the ACCEPTED state to the
IN_PROGRESS state, expressed in RFC 3339 timestamp format. | 
| WorkRequest.Builder | WorkRequest. toBuilder() |  |