-
public interface Pagination
-
-
Method Summary
Modifier and Type Method Description abstract StringgetNextCursor()abstract BooleangetHasMore()-
-
Method Detail
-
getNextCursor
abstract String getNextCursor()
-
getHasMore
abstract Boolean getHasMore()
-
-
-
-