PageSentEmailProjection
Properties
Name | Type | Description | Notes |
---|---|---|---|
content | kotlin.collections.List | Collection of items | |
size | kotlin.Int | Size of page requested | |
number | kotlin.Int | Page number starting at 0 | |
numberOfElements | kotlin.Int | Number of items returned | |
totalElements | kotlin.Long | Total number of items available for querying | |
totalPages | kotlin.Int | Total number of pages available | |
pageable | PageableObject | [optional] | |
total | kotlin.Long | [optional] | |
last | kotlin.Boolean | [optional] | |
sort | Sort | [optional] | |
first | kotlin.Boolean | [optional] | |
empty | kotlin.Boolean | [optional] |