public static class QueryResultResponse.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
QueryResultResponse |
build() |
QueryResultResponse.Builder |
copy(QueryResultResponse model) |
QueryResultResponse.Builder |
queryResultMetadataSummary(QueryResultMetadataSummary queryResultMetadataSummary) |
QueryResultResponse.Builder |
queryResultRows(List<QueryResultRow> queryResultRows)
A collection of objects with each object representing an individual row of the query
result set.
|
public QueryResultResponse.Builder queryResultMetadataSummary(QueryResultMetadataSummary queryResultMetadataSummary)
public QueryResultResponse.Builder queryResultRows(List<QueryResultRow> queryResultRows)
A collection of objects with each object representing an individual row of the query result set. The total number of objects returned in this collection correspond to the total number of rows returned by the actual query that is run against the queried entity.
queryResultRows
- the value to setpublic QueryResultResponse build()
public QueryResultResponse.Builder copy(QueryResultResponse model)
Copyright © 2016–2023. All rights reserved.