public static class GetJobResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GetJobResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetJobResponse |
build() |
GetJobResponse.Builder |
copy(GetJobResponse o)
Copy method to populate the builder with values from the given instance.
|
GetJobResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
GetJobResponse.Builder |
job(Job job)
The returned Job instance.
|
GetJobResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
String |
toString() |
public GetJobResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetJobResponse.Builder copy(GetJobResponse o)
Copy method to populate the builder with values from the given instance.
public GetJobResponse build()
public GetJobResponse.Builder etag(String etag)
For optimistic concurrency control. See ETags for Optimistic Concurrency Control.
this
.public GetJobResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
this
.public GetJobResponse.Builder job(Job job)
The returned Job instance.
this
.Copyright © 2016–2022. All rights reserved.