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