public static class UpdateBackendResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateBackendResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
UpdateBackendResponse |
build()
Build the response object.
|
UpdateBackendResponse.Builder |
copy(UpdateBackendResponse o)
Copy method to populate the builder with values from the given instance.
|
UpdateBackendResponse.Builder |
headers(javax.ws.rs.core.MultivaluedMap<String,String> headers) |
UpdateBackendResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
UpdateBackendResponse.Builder |
opcWorkRequestId(String opcWorkRequestId)
Unique Oracle-assigned identifier for the asynchronous request.
|
public UpdateBackendResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public UpdateBackendResponse.Builder headers(javax.ws.rs.core.MultivaluedMap<String,String> headers)
public UpdateBackendResponse.Builder opcWorkRequestId(String opcWorkRequestId)
Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
opcWorkRequestId
- the value to setpublic UpdateBackendResponse.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you must contact Oracle about a particular request, then provide the request identifier.
opcRequestId
- the value to setpublic UpdateBackendResponse.Builder copy(UpdateBackendResponse o)
Copy method to populate the builder with values from the given instance.
public UpdateBackendResponse build()
Build the response object.
Copyright © 2016–2022. All rights reserved.