facebook4j
Interface Comment

All Superinterfaces:
FacebookResponse

public interface Comment
extends FacebookResponse

Author:
Ryuji Yamashita - roundrop at gmail.com

Nested Class Summary
static interface Comment.Attachment
           
 
Nested classes/interfaces inherited from interface facebook4j.FacebookResponse
FacebookResponse.Metadata
 
Method Summary
 Boolean canComment()
           
 Boolean canHide()
           
 Boolean canLike()
           
 Boolean canRemove()
           
 Comment.Attachment getAttachment()
           
 Integer getCommentCount()
           
 PagableList<Comment> getComments()
           
 Date getCreatedTime()
           
 Category getFrom()
           
 String getId()
           
 Integer getLikeCount()
           
 String getMessage()
           
 List<Tag> getMessageTags()
           
 Comment getParent()
           
 Boolean isHidden()
           
 Boolean isUserLikes()
           
 
Methods inherited from interface facebook4j.FacebookResponse
getMetadata
 

Method Detail

getId

String getId()

getFrom

Category getFrom()

getMessage

String getMessage()

getMessageTags

List<Tag> getMessageTags()

canComment

Boolean canComment()

canRemove

Boolean canRemove()

canHide

Boolean canHide()

canLike

Boolean canLike()

getCreatedTime

Date getCreatedTime()

getLikeCount

Integer getLikeCount()

getCommentCount

Integer getCommentCount()

isUserLikes

Boolean isUserLikes()

isHidden

Boolean isHidden()

getAttachment

Comment.Attachment getAttachment()

getParent

Comment getParent()

getComments

PagableList<Comment> getComments()


Copyright © 2019. All rights reserved.