Holds the number of the current page, so in fact the data chunk you are looking at.
Holds the number of the next page.
Holds the number of the maximum data that you will get with the response.
Holds the number of the previous page.
Holds the number of total pages regarding to the given page size.
Goes to the page that you define as page parameter.
Method used by next(), prev() and goto() to call the service.list method. It is public so it can be overriden in special cases (like children objects in inventory).
Gets the next page of available data from the server.
Gets the previous page of available data from server.
Paging allows you to query the next and previous data chunks in a convenient way. You can also go to a specific page or just read page information about the current data chunk. Note that page numbers are generated by backend and may be used as offset rather than a continuous range of positive numbers (e.g. in case of users with restricted permissions).