java.lang.Object | |
↳ | com.google.android.gms.drive.query.Query.Builder |
A builder for creating queries.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new builder with initial values from an existing query.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds a search filter to the query.
| |||||||||||
Set the page token to retrieve the next page of results.
| |||||||||||
Sets the
SortOrder to be used to sort the query results.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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 a logical AND. Skips MatchAllFilter.
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 |
---|