facebook4j
Interface Comment

All Superinterfaces:
FacebookResponse
All Known Implementing Classes:
CommentJSONImpl

public interface Comment
extends FacebookResponse

Author:
Ryuji Yamashita - roundrop at gmail.com

Nested Class Summary
 
Nested classes/interfaces inherited from interface facebook4j.FacebookResponse
FacebookResponse.Metadata
 
Method Summary
 java.lang.Boolean canRemove()
           
 java.util.Date getCreatedTime()
           
 Category getFrom()
           
 java.lang.String getId()
           
 java.lang.Integer getLikeCount()
           
 java.lang.String getMessage()
           
 java.lang.Boolean isUserLikes()
           
 
Methods inherited from interface facebook4j.FacebookResponse
getMetadata
 

Method Detail

getId

java.lang.String getId()

getFrom

Category getFrom()

getMessage

java.lang.String getMessage()

canRemove

java.lang.Boolean canRemove()

getCreatedTime

java.util.Date getCreatedTime()

getLikeCount

java.lang.Integer getLikeCount()

isUserLikes

java.lang.Boolean isUserLikes()