The resource type
Navigates to the next page of results
A promise resolving to the next page of results, or undefined if there is no next page
Navigates to the previous page of results
A promise resolving to the previous page of results, or undefined if there is no previous page
Navigates to a specific page of results
The page number to navigate to (1-based)
A promise resolving to the specified page of results
Gets the items in the current page
Gets the total count of items matching the query
Gets the current page number (1-based)
Gets the page size
Gets the total number of pages
Gets whether there is a next page of results
Gets whether there is a previous page of results
Creates a new paginated result
The resource type
The object structure for the resources
Response data from the API
Pagination information
Query builder used to create this result
Service that produced this result
A paginated result set from an OSLC query Contains the items as well as pagination information