Package notion.api.v1.model.databases
Class Databases
-
- 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 ObjectType
objectType
private final List<Database>
results
private final String
nextCursor
private final Boolean
hasMore
-
Method Summary
Modifier and Type Method Description ObjectType
getObjectType()
final List<Database>
getResults()
String
getNextCursor()
Boolean
getHasMore()
-
-
Constructor Detail
-
Databases
Databases(ObjectType objectType, List<Database> results, String nextCursor, Boolean hasMore)
-
Databases
Databases(ObjectType objectType, List<Database> results, String nextCursor)
-
Databases
Databases(ObjectType objectType, List<Database> results)
-
-
Method Detail
-
getObjectType
ObjectType getObjectType()
-
getResults
final List<Database> getResults()
-
getNextCursor
String getNextCursor()
-
getHasMore
Boolean getHasMore()
-
-
-
-