@DataDefinition public class PaginatedResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
protected LinksPaginated |
links |
protected MetaPaginated |
meta |
| Constructor and Description |
|---|
PaginatedResponse() |
@Property(description="The links attribute contains a Links object with links to related API end points. This will include links to support pagination.", required=true) protected LinksPaginated links
@Property(description="The meta object is used to provide additional information such as second factor authorisation data, traffic management, pagination counts or other purposes that are complementary to the workings of the API.", required=true) protected MetaPaginated meta
Copyright © 2020. All rights reserved.