-
- All Implemented Interfaces:
-
notion.api.v1.model.common.Pagination,notion.api.v1.model.common.WithObjectType
public final class Blocks implements WithObjectType, Pagination
-
-
Field Summary
Fields Modifier and Type Field Description private final ObjectTypeobjectTypeprivate final List<Block>resultsprivate final StringnextCursorprivate final BooleanhasMoreprivate final Stringtypeprivate final Objectblock
-
Constructor Summary
Constructors Constructor Description Blocks(ObjectType objectType, List<Block> results, String nextCursor, Boolean hasMore, String type, Object block)Blocks(ObjectType objectType, List<Block> results, String nextCursor, Boolean hasMore, String type)Blocks(ObjectType objectType, List<Block> results, String nextCursor, Boolean hasMore)Blocks(ObjectType objectType, List<Block> results, String nextCursor)Blocks(ObjectType objectType, List<Block> results)Blocks(List<Block> results)
-
Method Summary
Modifier and Type Method Description ObjectTypegetObjectType()final List<Block>getResults()StringgetNextCursor()BooleangetHasMore()final StringgetType()final ObjectgetBlock()-
-
Constructor Detail
-
Blocks
Blocks(ObjectType objectType, List<Block> results, String nextCursor, Boolean hasMore, String type, Object block)
-
Blocks
Blocks(ObjectType objectType, List<Block> results, String nextCursor, Boolean hasMore, String type)
-
Blocks
Blocks(ObjectType objectType, List<Block> results, String nextCursor, Boolean hasMore)
-
Blocks
Blocks(ObjectType objectType, List<Block> results, String nextCursor)
-
Blocks
Blocks(ObjectType objectType, List<Block> results)
-
-
Method Detail
-
getObjectType
ObjectType getObjectType()
-
getResults
final List<Block> getResults()
-
getNextCursor
String getNextCursor()
-
getHasMore
Boolean getHasMore()
-
-
-
-