static WorkRequest.Builder |
WorkRequest.builder() |
Create a new builder.
|
WorkRequest.Builder |
WorkRequest.Builder.compartmentId(String compartmentId) |
The identifier of the compartment that contains the work request.
|
WorkRequest.Builder |
WorkRequest.Builder.copy(WorkRequest model) |
|
WorkRequest.Builder |
WorkRequest.Builder.id(String id) |
The identifier of the work request.
|
WorkRequest.Builder |
WorkRequest.Builder.odaInstanceId(String odaInstanceId) |
The identifier of the Digital Assistant instance to which this work request pertains.
|
WorkRequest.Builder |
WorkRequest.Builder.percentComplete(Float percentComplete) |
Percentage of the request completed.
|
WorkRequest.Builder |
WorkRequest.Builder.requestAction(WorkRequest.RequestAction requestAction) |
The type of the operation that’s associated with the work request.
|
WorkRequest.Builder |
WorkRequest.Builder.resourceId(String resourceId) |
The identifier of the resource to which this work request pertains.
|
WorkRequest.Builder |
WorkRequest.Builder.resources(List<WorkRequestResource> resources) |
The resources that this work request affects.
|
WorkRequest.Builder |
WorkRequest.Builder.status(WorkRequest.Status status) |
The status of current work request.
|
WorkRequest.Builder |
WorkRequest.Builder.statusMessage(String statusMessage) |
A short message that provides more detail about the current status.
|
WorkRequest.Builder |
WorkRequest.Builder.timeAccepted(Date timeAccepted) |
The date and time that the request was created, as described in RFC
3339, section 14.29.
|
WorkRequest.Builder |
WorkRequest.Builder.timeFinished(Date timeFinished) |
The date and time that the object finished, as described in RFC
3339.
|
WorkRequest.Builder |
WorkRequest.Builder.timeStarted(Date timeStarted) |
The date and time that the request was started, as described in RFC
3339, CKQ section 14.29.
|
WorkRequest.Builder |
WorkRequest.toBuilder() |
|