facebook4j
Interface Comment

All Superinterfaces:
FacebookResponse

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
 Boolean canRemove()
           
 Date getCreatedTime()
           
 Category getFrom()
           
 String getId()
           
 Integer getLikeCount()
           
 String getMessage()
           
 Boolean isUserLikes()
           
 
Methods inherited from interface facebook4j.FacebookResponse
getMetadata
 

Method Detail

getId

String getId()

getFrom

Category getFrom()

getMessage

String getMessage()

canRemove

Boolean canRemove()

getCreatedTime

Date getCreatedTime()

getLikeCount

Integer getLikeCount()

isUserLikes

Boolean isUserLikes()


Copyright © 2014. All Rights Reserved.