public static class UpdateJobResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateJobResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
UpdateJobResponse |
build()
Build the response object.
|
UpdateJobResponse.Builder |
copy(UpdateJobResponse o)
Copy method to populate the builder with values from the given instance.
|
UpdateJobResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
UpdateJobResponse.Builder |
headers(javax.ws.rs.core.MultivaluedMap<String,String> headers) |
UpdateJobResponse.Builder |
job(Job job)
The returned Job instance.
|
UpdateJobResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle assigned identifier for the request.
|
public UpdateJobResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public UpdateJobResponse.Builder headers(javax.ws.rs.core.MultivaluedMap<String,String> headers)
public UpdateJobResponse.Builder etag(String etag)
For optimistic concurrency control. See ETags for Optimistic Concurrency Control.
etag
- the value to setpublic UpdateJobResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
opcRequestId
- the value to setpublic UpdateJobResponse.Builder job(Job job)
The returned Job instance.
job
- the value to setpublic UpdateJobResponse.Builder copy(UpdateJobResponse o)
Copy method to populate the builder with values from the given instance.
public UpdateJobResponse build()
Build the response object.
Copyright © 2016–2024. All rights reserved.