| Package | Description |
|---|---|
| com.flowthings.client | |
| com.flowthings.client.api |
| Modifier and Type | Method and Description |
|---|---|
QueryOptions |
QueryOptions.filter(String filterStr)
For defining the parameters of the search
|
QueryOptions |
QueryOptions.limit(int ct)
To limit the number of results returned
|
QueryOptions |
QueryOptions.skip(int ct)
The number of records from the beginning which we shall skip
|
QueryOptions |
QueryOptions.sort(String sort,
SortType sortType)
The order in which to sort the results
|
| Modifier and Type | Field and Description |
|---|---|
protected QueryOptions |
Request.queryOptions |
| Modifier and Type | Method and Description |
|---|---|
Request<List<Drop>> |
DropApi.find(QueryOptions queryOptions) |
Request<List<T>> |
DomainObjectApi.find(QueryOptions queryOptions)
Find multiple objects using search parameters
|
Request<S> |
Request.params(QueryOptions queryOptions) |
Copyright © 2015. All rights reserved.