Filter | A query filter that can be used to restrict the results on queries. |
Filters | A factory for creating filters that are used to construct a Query. |
Query | The query object specifies constraints on a query result, including filters, paging information. |
Query.Builder | A builder for creating queries. |
SearchableField | An attribute of the file that is to be searched. |
SortableField | An attribute of the file that a query can be sorted upon. |
SortOrder |
SortOrder is used to specify the results order in the Query object using the
setSortOrder(SortOrder) method.
|
SortOrder.Builder |