public class PageInfo
extends java.lang.Object
Constructor and Description |
---|
PageInfo() |
Modifier and Type | Method and Description |
---|---|
ConnectionCursor |
getEndCursor() |
ConnectionCursor |
getStartCursor() |
boolean |
isHasNextPage() |
boolean |
isHasPreviousPage() |
void |
setEndCursor(ConnectionCursor endCursor) |
void |
setHasNextPage(boolean hasNextPage) |
void |
setHasPreviousPage(boolean hasPreviousPage) |
void |
setStartCursor(ConnectionCursor startCursor) |
public ConnectionCursor getStartCursor()
public void setStartCursor(ConnectionCursor startCursor)
public ConnectionCursor getEndCursor()
public void setEndCursor(ConnectionCursor endCursor)
public boolean isHasPreviousPage()
public void setHasPreviousPage(boolean hasPreviousPage)
public boolean isHasNextPage()
public void setHasNextPage(boolean hasNextPage)