A builder for creating queries.
| Query.Builder | |
| Query |
build()
|
| Query.Builder | |
| Query.Builder |
Creates a new builder with initial values from an existing query.
Adds a search filter to the query. If more than one filter is added, they are
combined with
and(Filter, Filter). Skips MatchAllFilter.
This method is deprecated.
Paging is not supported.
Set the page token to retrieve the next page of results.
Sets the SortOrder
to be used to sort the query results. Use SortOrder.Builder
to build the sort order as required. Multiple calls to this method resets the sort
order set in previous calls.
| sortOrder | the order to be used to sort the query results |
|---|