Pageable
Pageable
Pagination information given by user
JSON Example
{
"offset": 0,
"page_number": 0,
"page_size": 0,
"paged": false,
"sort": {
"empty": false,
"sorted": false,
"unsorted": false
},
"unpaged": false
}
integer As int64 As int64
offset
Optional
The offset to be taken according to the underlying page and page size
boolean
paged
Optional
Whether the current Pageable contains pagination information
boolean
unpaged
Optional
Whether the current Pageable does not contain pagination information