Uses of Interface
facebook4j.Comment

Packages that use Comment
facebook4j   
facebook4j.api   
facebook4j.json   
 

Uses of Comment in facebook4j
 

Methods in facebook4j that return Comment
 Comment Comment.getParent()
           
 

Methods in facebook4j that return types with arguments of type Comment
 PagableList<Comment> Achievement.getComments()
           
 PagableList<Comment> Comment.getComments()
           
 PagableList<Comment> Note.getComments()
           
 PagableList<Comment> Checkin.getComments()
           
 PagableList<Comment> Video.getComments()
           
 PagableList<Comment> Album.getComments()
           
 PagableList<Comment> Link.getComments()
           
 PagableList<Comment> Photo.getComments()
           
 PagableList<Comment> Message.getComments()
           
 PagableList<Comment> Post.getComments()
           
 

Uses of Comment in facebook4j.api
 

Methods in facebook4j.api that return Comment
 Comment CommentMethods.getComment(String commentId)
          Returns a single comment.
 Comment CommentMethods.getComment(String commentId, Reading reading)
          Returns a single comment.
 

Methods in facebook4j.api that return types with arguments of type Comment
 ResponseList<Comment> AlbumMethods.getAlbumComments(String albumId)
          Returns the comments made on the album.
 ResponseList<Comment> AlbumMethods.getAlbumComments(String albumId, Reading reading)
          Returns the comments made on the album.
 ResponseList<Comment> CheckinMethods.getCheckinComments(String checkinId)
          Returns the comments on a checkin.
 ResponseList<Comment> CheckinMethods.getCheckinComments(String checkinId, Reading reading)
          Returns the comments on a checkin.
 ResponseList<Comment> CommentMethods.getCommentReplies(String commentId)
          Returns the replies on a comment.
 ResponseList<Comment> CommentMethods.getCommentReplies(String commentId, Reading reading)
          Returns the replies on a comment.
 ResponseList<Comment> LinkMethods.getLinkComments(String linkId)
          Returns all of the comments on a link.
 ResponseList<Comment> LinkMethods.getLinkComments(String linkId, Reading reading)
          Returns all of the comments on a link.
 ResponseList<Comment> NoteMethods.getNoteComments(String noteId)
          Returns all of the comments on a note.
 ResponseList<Comment> NoteMethods.getNoteComments(String noteId, Reading reading)
          Returns all of the comments on a note.
 ResponseList<Comment> PhotoMethods.getPhotoComments(String photoId)
          Returns the comments made on a photo.
 ResponseList<Comment> PhotoMethods.getPhotoComments(String photoId, Reading reading)
          Returns the comments made on a photo.
 ResponseList<Comment> PostMethods.getPostComments(String postId)
          Returns all of the comments on a post.
 ResponseList<Comment> PostMethods.getPostComments(String postId, Reading reading)
          Returns all of the comments on a post.
 ResponseList<Comment> VideoMethods.getVideoComments(String videoId)
          Returns the comments on a video.
 ResponseList<Comment> VideoMethods.getVideoComments(String videoId, Reading reading)
          Returns the comments on a video.
 

Uses of Comment in facebook4j.json
 

Methods in facebook4j.json that return Comment
static Comment DataObjectFactory.createComment(String rawJSON)
          Constructs a Comment object from rawJSON string.
 



Copyright © 2019. All rights reserved.