Package notion.api.v1.model.common
Interface Pagination
-
- All Implemented Interfaces:
public interface Pagination
-
-
Method Summary
Modifier and Type Method Description abstract String
getNextCursor()
abstract Boolean
getHasMore()
-
-
Method Detail
-
getNextCursor
abstract String getNextCursor()
-
getHasMore
abstract Boolean getHasMore()
-
-
-
-