public static class GetEndpointResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetEndpointResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetEndpointResponse |
build()
Build the response object.
|
GetEndpointResponse.Builder |
copy(GetEndpointResponse o)
Copy method to populate the builder with values from the given instance.
|
GetEndpointResponse.Builder |
endpoint(Endpoint endpoint)
The returned Endpoint instance.
|
GetEndpointResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
GetEndpointResponse.Builder |
headers(javax.ws.rs.core.MultivaluedMap<String,String> headers) |
GetEndpointResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
public GetEndpointResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetEndpointResponse.Builder headers(javax.ws.rs.core.MultivaluedMap<String,String> headers)
public GetEndpointResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
etag
- the value to setpublic GetEndpointResponse.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.
opcRequestId
- the value to setpublic GetEndpointResponse.Builder endpoint(Endpoint endpoint)
The returned Endpoint instance.
endpoint
- the value to setpublic GetEndpointResponse.Builder copy(GetEndpointResponse o)
Copy method to populate the builder with values from the given instance.
public GetEndpointResponse build()
Build the response object.
Copyright © 2016–2023. All rights reserved.