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 TypeMethodDescriptionbooleanCheckin.addComment(Comment comment) booleanNote.addComment(Comment comment) booleanAdds a commentbooleanCheckin.removeComment(Comment comment) booleanNote.removeComment(Comment comment) booleanComments.removeData(Comment comment) remove a commentvoidIf this comment is a reply, this field returns the parent comment, otherwise no value