public static class GetListingResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GetListingResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetListingResponse |
build() |
GetListingResponse.Builder |
copy(GetListingResponse o)
Copy method to populate the builder with values from the given instance.
|
GetListingResponse.Builder |
etag(String etag)
For optimistic concurrency control.
|
GetListingResponse.Builder |
listing(Listing listing)
The returned Listing instance.
|
GetListingResponse.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
String |
toString() |
public GetListingResponse.Builder __httpStatusCode__(int __httpStatusCode__)
public GetListingResponse.Builder copy(GetListingResponse o)
Copy method to populate the builder with values from the given instance.
public GetListingResponse build()
public GetListingResponse.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 GetListingResponse.Builder etag(String etag)
For optimistic concurrency control. See if-match
.
this
.public GetListingResponse.Builder listing(Listing listing)
The returned Listing instance.
this
.Copyright © 2016–2022. All rights reserved.