Uses of Class
com.oracle.bmc.nosql.responses.GetRowResponse.Builder
- 
Packages that use GetRowResponse.Builder Package Description com.oracle.bmc.nosql.responses 
- 
- 
Uses of GetRowResponse.Builder in com.oracle.bmc.nosql.responsesMethods in com.oracle.bmc.nosql.responses that return GetRowResponse.Builder Modifier and Type Method Description GetRowResponse.BuilderGetRowResponse.Builder. __httpStatusCode__(int __httpStatusCode__)static GetRowResponse.BuilderGetRowResponse. builder()Return a new builder for this response object.GetRowResponse.BuilderGetRowResponse.Builder. copy(GetRowResponse o)Copy method to populate the builder with values from the given instance.GetRowResponse.BuilderGetRowResponse.Builder. etag(String etag)For optimistic concurrency control.GetRowResponse.BuilderGetRowResponse.Builder. headers(Map<String,List<String>> headers)GetRowResponse.BuilderGetRowResponse.Builder. opcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.GetRowResponse.BuilderGetRowResponse.Builder. row(Row row)The returned Row instance.
 
-