Functions

Link copied to clipboard
abstract fun hasNextPage(): Boolean

Returns whether there's another page after this one.

Link copied to clipboard
abstract fun items(): List<T>

Returns the items in this page.

Link copied to clipboard
abstract fun nextPage(): Page<T>

Returns the page after this one by making another request.