| Constructor and Description |
|---|
GenericPageInfo(String startCursor,
String endCursor,
boolean hasNextPage,
boolean hasPreviousPage) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEndCursor() |
String |
getStartCursor() |
boolean |
isHasNextPage() |
boolean |
isHasPreviousPage() |
public String getStartCursor()
getStartCursor in interface PageInfo<N>public String getEndCursor()
getEndCursor in interface PageInfo<N>public boolean isHasNextPage()
isHasNextPage in interface PageInfo<N>public boolean isHasPreviousPage()
isHasPreviousPage in interface PageInfo<N>Copyright © 2016–2017. All rights reserved.