@DataDefinition public class MetaPaginated extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
totalPages |
protected Integer |
totalRecords |
| Constructor and Description |
|---|
MetaPaginated() |
@Property(description="The total number of records in the full set. See [pagination](#pagination).", required=true) @CDSDataType(value=NaturalNumber) protected Integer totalRecords
@Property(description="The total number of pages in the full set. See [pagination](#pagination).", required=true) @CDSDataType(value=NaturalNumber) protected Integer totalPages
Copyright © 2020. All rights reserved.