-
- All Implemented Interfaces:
-
notion.api.v1.model.common.Pagination,notion.api.v1.model.common.WithObjectType
public final class Databases implements WithObjectType, Pagination
-
-
Field Summary
Fields Modifier and Type Field Description private final ObjectTypeobjectTypeprivate final List<Database>resultsprivate final StringnextCursorprivate final BooleanhasMore
-
Method Summary
Modifier and Type Method Description ObjectTypegetObjectType()final List<Database>getResults()StringgetNextCursor()BooleangetHasMore()-
-
Constructor Detail
-
Databases
Databases(ObjectType objectType, List<Database> results, String nextCursor, Boolean hasMore)
-
-
Method Detail
-
getObjectType
ObjectType getObjectType()
-
getResults
final List<Database> getResults()
-
getNextCursor
String getNextCursor()
-
getHasMore
Boolean getHasMore()
-
-
-
-