knotion
Toggle table of contents
1.0.0
common
Platform filter
common
Switch theme
Search in API
knotion
knotion
/
com.velkonost.knotion.model.pagination
Package-level
declarations
Types
Types
Pagination
Link copied to clipboard
data
class
Pagination
(
val
startCursor
:
String
?
=
FIRST_CURSOR
)
Used to specify a specific page to retrieve when doing a query.
Result
Page
Link copied to clipboard
data
class
ResultPage
<
T
:
Any
>
(
val
results
:
List
<
T
>
,
val
nextPagination
:
Pagination
?
)
A page of results.