public static class WorkRequestSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
WorkRequestSummary |
build() |
WorkRequestSummary.Builder |
compartmentId(String compartmentId)
The OCID of the
compartment in which the resource is created.
|
WorkRequestSummary.Builder |
copy(WorkRequestSummary model) |
WorkRequestSummary.Builder |
operationType(WorkRequest.OperationType operationType)
The type of the work request.
|
WorkRequestSummary.Builder |
percentComplete(Float percentComplete)
Percentage of the request completed.
|
WorkRequestSummary.Builder |
status(WorkRequest.Status status)
The status of the work request.
|
WorkRequestSummary.Builder |
timeAccepted(Date timeAccepted)
The date and time the request was created, as described in RFC
3339, section 14.29.
|
WorkRequestSummary.Builder |
timeFinished(Date timeFinished)
The date and time the request was finished, as described in RFC
3339.
|
WorkRequestSummary.Builder |
timeStarted(Date timeStarted)
The date and time the request was started, as described in RFC
3339, section 14.29.
|
WorkRequestSummary.Builder |
workRequestId(String workRequestId)
The OCID of the
resource.
|
public WorkRequestSummary.Builder operationType(WorkRequest.OperationType operationType)
The type of the work request.
operationType
- the value to setpublic WorkRequestSummary.Builder status(WorkRequest.Status status)
The status of the work request.
status
- the value to setpublic WorkRequestSummary.Builder workRequestId(String workRequestId)
The OCID of the resource.
workRequestId
- the value to setpublic WorkRequestSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment in which the resource is created.
compartmentId
- the value to setpublic WorkRequestSummary.Builder percentComplete(Float percentComplete)
Percentage of the request completed.
percentComplete
- the value to setpublic WorkRequestSummary.Builder timeAccepted(Date timeAccepted)
The date and time the request was created, as described in RFC 3339, section 14.29.
timeAccepted
- the value to setpublic WorkRequestSummary.Builder timeStarted(Date timeStarted)
The date and time the request was started, as described in RFC 3339, section 14.29.
timeStarted
- the value to setpublic WorkRequestSummary.Builder timeFinished(Date timeFinished)
The date and time the request was finished, as described in RFC 3339.
timeFinished
- the value to setpublic WorkRequestSummary build()
public WorkRequestSummary.Builder copy(WorkRequestSummary model)
Copyright © 2016–2024. All rights reserved.