public class PaginatedResponse extends Object
| Constructor and Description |
|---|
PaginatedResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
LinksPaginated |
getLinks()
The links attribute contains a Links object with links to
related API end points.
|
MetaPaginated |
getMeta()
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.
|
int |
hashCode() |
void |
setLinks(LinksPaginated links) |
void |
setMeta(MetaPaginated meta) |
String |
toString() |
public LinksPaginated getLinks()
public void setLinks(LinksPaginated links)
public MetaPaginated getMeta()
public void setMeta(MetaPaginated meta)
Copyright © 2019. All rights reserved.