public class ResponseMetadata extends Object
next_cursor
value. By using this value as a cursor parameter in a subsequent request, along with limit, you may
navigate through the collection page by virtual page.| Constructor and Description |
|---|
ResponseMetadata() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<String> |
getMessages() |
String |
getNextCursor() |
List<String> |
getWarnings() |
int |
hashCode() |
void |
setMessages(List<String> messages) |
void |
setNextCursor(String nextCursor) |
void |
setWarnings(List<String> warnings) |
String |
toString() |
Copyright © 2020. All rights reserved.