facebook4j
Interface Note

All Superinterfaces:
FacebookResponse

public interface Note
extends FacebookResponse

Author:
Ryuji Yamashita - roundrop at gmail.com

Nested Class Summary
 
Nested classes/interfaces inherited from interface facebook4j.FacebookResponse
FacebookResponse.Metadata
 
Method Summary
 PagableList<Comment> getComments()
           
 Date getCreatedTime()
           
 Category getFrom()
           
 URL getIcon()
           
 String getId()
           
 String getMessage()
           
 String getSubject()
           
 Date getUpdatedTime()
           
 
Methods inherited from interface facebook4j.FacebookResponse
getMetadata
 

Method Detail

getId

String getId()

getFrom

Category getFrom()

getSubject

String getSubject()

getMessage

String getMessage()

getComments

PagableList<Comment> getComments()

getCreatedTime

Date getCreatedTime()

getUpdatedTime

Date getUpdatedTime()

getIcon

URL getIcon()


Copyright © 2019. All rights reserved.