Uses of Interface
facebook4j.Comment

Packages that use Comment
facebook4j   
facebook4j.api   
facebook4j.json   
 

Uses of Comment in facebook4j
 

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

Uses of Comment in facebook4j.api
 

Methods in facebook4j.api that return Comment
 Comment CommentMethods.getComment(String commentId)
          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> 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 © 2014. All Rights Reserved.