@DataDefinition public class BaseResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Links |
links |
protected Meta |
meta |
| Constructor and Description |
|---|
BaseResponse() |
@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 Links 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.") protected Meta meta
Copyright © 2020. All rights reserved.