Package notion.api.v1.model.comments
Class Comments
-
- 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 Objectcommentprivate final StringrequestId
-
Constructor Summary
Constructors Constructor Description Comments(ObjectType objectType, List<Comment> results, String nextCursor, Boolean hasMore, String type, Object comment, String requestId)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()final StringgetRequestId()-
-
Constructor Detail
-
Comments
Comments(ObjectType objectType, List<Comment> results, String nextCursor, Boolean hasMore, String type, Object comment, String requestId)
-
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()
-
getRequestId
final String getRequestId()
-
-
-
-