public class PaginationResponse<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.math.BigInteger |
count |
java.util.List<java.lang.Integer> |
nextCursor |
java.util.List<T> |
response |
| Constructor and Description |
|---|
PaginationResponse() |
public java.util.List<T> response
@SerializedName(value="count") public java.math.BigInteger count
@SerializedName(value="next_cursor") public java.util.List<java.lang.Integer> nextCursor