Page Metadata
constructor(@Json(name = "number" ) number: Int, @Json(name = "size" ) propertySize: Int, @Json(name = "totalPages" ) totalPages: Int, @Json(name = "totalElements" ) totalElements: Int)
Parameters
number
The index of the current page. Page indexes start at zero.
property Size
The number of elements in the current page.
total Pages
The total number of pages.
total Elements
The total number of elements across all pages.