public static class GetZoneResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetZoneResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetZoneResponse |
build()
Build the response object.
|
GetZoneResponse.Builder |
copy(GetZoneResponse o)
Copy method to populate the builder with values from the given instance.
|
GetZoneResponse.Builder |
eTag(String eTag)
The current version of the resource, ending with a
representation-specific suffix.
|
GetZoneResponse.Builder |
headers(javax.ws.rs.core.MultivaluedMap<String,String> headers) |
GetZoneResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
GetZoneResponse.Builder |
zone(Zone zone)
The returned Zone instance.
|
public GetZoneResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetZoneResponse.Builder headers(javax.ws.rs.core.MultivaluedMap<String,String> headers)
public GetZoneResponse.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 GetZoneResponse.Builder eTag(String eTag)
The current version of the resource, ending with a representation-specific suffix. This value may be used in If-Match and If-None-Match headers for later requests of the same resource.
eTag
- the value to setpublic GetZoneResponse.Builder zone(Zone zone)
The returned Zone instance.
zone
- the value to setpublic GetZoneResponse.Builder copy(GetZoneResponse o)
Copy method to populate the builder with values from the given instance.
public GetZoneResponse build()
Build the response object.
Copyright © 2016–2024. All rights reserved.