toggle menu
criteria
common
switch theme
search in API
core
/
io.github.magonxesp.criteria.domain
/
PaginatedCollection
Paginated
Collection
data
class
PaginatedCollection
<
T
>
(
val
items
:
List
<
T
>
,
val
totalPages
:
Long
,
val
totalItems
:
Long
,
val
currentPage
:
Long
)
Members
Constructors
Paginated
Collection
Link copied to clipboard
constructor
(
items
:
List
<
T
>
,
totalPages
:
Long
,
totalItems
:
Long
,
currentPage
:
Long
)
Properties
current
Page
Link copied to clipboard
val
currentPage
:
Long
items
Link copied to clipboard
val
items
:
List
<
T
>
total
Items
Link copied to clipboard
val
totalItems
:
Long
total
Pages
Link copied to clipboard
val
totalPages
:
Long