Uses of Class
com.restfb.types.Comments
Packages that use Comments
Package
Description
Default implementations of Facebook
Graph API Objects.
Special types to interact with the Facebook Marketing
API.
-
Uses of Comments in com.restfb.types
Methods in com.restfb.types that return CommentsModifier and TypeMethodDescriptionAlbum.getComments()
The comments for this album.Comment.getComments()
The replies to this commentPageRating.getComments()
Photo.getComments()
All of the comments on this photo.Post.getComments()
The comments for this post.RtbDynamicPost.getComments()
Video.getComments()
The comments for this video.Methods in com.restfb.types with parameters of type CommentsModifier and TypeMethodDescriptionvoid
Album.setComments
(Comments comments) The comments for this album.void
Comment.setComments
(Comments comments) The replies to this commentvoid
PageRating.setComments
(Comments comments) void
Photo.setComments
(Comments comments) All of the comments on this photo.void
Post.setComments
(Comments comments) The comments for this post.void
RtbDynamicPost.setComments
(Comments comments) void
Video.setComments
(Comments comments) The comments for this video. -
Uses of Comments in com.restfb.types.ads
Methods in com.restfb.types.ads that return CommentsMethods in com.restfb.types.ads with parameters of type Comments -
Uses of Comments in com.restfb.types.features
Methods in com.restfb.types.features that return Comments