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
Class for limiting the number of results.