Constructor for OINOQueryLimit.
maximum number of items to return
page number to return starting from 1
Does filter contain any valid conditions.
StaticparseConstructor for OINOQueryLimit as parser of http parameter.
Supports limit and page formatted as:
limit - limit number of items to returnlimit page n - limit number of items to return and return page n (starting from 1)limit.n - limit number of items to return and return page n (starting from 1)string representation of limit from HTTP-request
StaticprintPrint order as SQL condition based on the datamodel of the API.
limit instance
data model (and database) to use for formatting of values
Class for limiting the number of results.