java.lang.Object | |
↳ | com.google.android.gms.drive.query.Query |
The query object specifies constraints on a query result, including filters, paging information.
Nested Classes | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Query.Builder | A builder for creating queries. |
[Expand]
Inherited Constants | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CREATOR |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get the filters that will restrict the query results.
| |||||||||||
A token that indicates the next page of results to retrieve.
| |||||||||||
Returns
SortOrder containing information about sorting order of the query.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||||||||||||||
![]() |
A token that indicates the next page of results to retrieve. This should be a token that was returned in a previous query.
Returns SortOrder
containing information about sorting order of the query. Can be
null
when no sorting order is added to the query.