Uses of Class
com.restfb.types.Comment
-
Packages that use Comment Package Description com.restfb.types Default implementations of Facebook Graph API Objects. -
-
Uses of Comment in com.restfb.types
Methods in com.restfb.types that return Comment Modifier and Type Method Description Comment
Comment. 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 Comment Modifier and Type Method Description List<Comment>
Checkin. getComments()
The comments for the check-in.List<Comment>
Note. getComments()
Comments made on the note.List<Comment>
Comments. getData()
The comments.Methods in com.restfb.types with parameters of type Comment Modifier and Type Method Description boolean
Checkin. addComment(Comment comment)
boolean
Note. addComment(Comment comment)
boolean
Comments. addData(Comment comment)
Adds a commentboolean
Checkin. removeComment(Comment comment)
boolean
Note. removeComment(Comment comment)
boolean
Comments. removeData(Comment comment)
remove a commentvoid
Comment. setParent(Comment parent)
If this comment is a reply, this field returns the parent comment, otherwise no value
-