Page

data class Page(val hasNext: Boolean, val editions: List<Edition>)

This is the class containing the actual Edition objects. You can check hasNext to know if there are more pages in the Paginator.

Constructors

Link copied to clipboard
constructor(hasNext: Boolean, editions: List<Edition>)

Properties

Link copied to clipboard
Link copied to clipboard