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