Uses of Class
com.restfb.types.Comment
Packages that use Comment
-
Uses of Comment in com.restfb.types
Methods in com.restfb.types that return CommentModifier and TypeMethodDescriptionComment.getParent()
If this comment is a reply, this field returns the parent comment, otherwise no valueMethods in com.restfb.types that return types with arguments of type CommentModifier and TypeMethodDescriptionCheckin.getComments()
The comments for the check-in.Note.getComments()
Comments made on the note.Comments.getData()
The comments.Methods in com.restfb.types with parameters of type CommentModifier and TypeMethodDescriptionboolean
Checkin.addComment
(Comment comment) boolean
Note.addComment
(Comment comment) boolean
Adds a commentboolean
Checkin.removeComment
(Comment comment) boolean
Note.removeComment
(Comment comment) boolean
Comments.removeData
(Comment comment) remove a commentvoid
If this comment is a reply, this field returns the parent comment, otherwise no value