public class PaginatedResponse<TYPE> extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
cursor |
boolean |
hasNext |
List<TYPE> |
values |
| Constructor and Description |
|---|
PaginatedResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCursor() |
List<TYPE> |
getValues() |
boolean |
hasNext() |
void |
setCursor(String cursor) |
void |
setHasNext(boolean hasNext) |
void |
setValues(List<TYPE> values) |
public String cursor
public boolean hasNext
Copyright © 2016 Irenical. All rights reserved.