[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
AppEntitlementDtoPage
A page is a sublist of a list of objects. It allows gain information about the position of it in the containing
Properties
array of
AppEntitlementDto
content
Optional
Schema for Entitlement. Searchable fields are “id”, “entityId”, “entityType”, “applicationId”, “markerId”, “appVersionId”, “deliveryMode”, “createdAt”, “updatedAt”
boolean
empty
Optional
Whether Empty
boolean
first
Optional
Whether First Page
boolean
last
Optional
Whether Last Page
integer as int32
number
Optional
Current Page
integer as int32
numberOfElements
Optional
Number of elements currently on this Page
integer as int32
size
Optional
Max size of the current Page
integer as int64
totalElements
Optional
Total Number of elements
integer as int32
totalPages
Optional
Total Pages
JSON Example
{
"empty": false,
"first": false,
"last": false,
"number": 4,
"numberOfElements": 10,
"size": 10,
"totalElements": 100,
"totalPages": 10
}