facebook4j
Interface Link

All Superinterfaces:
FacebookResponse

public interface Link
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()
           
 String getDescription()
           
 IdNameEntity getFrom()
           
 String getIcon()
           
 String getId()
           
 PagableList<Like> getLikes()
           
 String getLink()
           
 String getMessage()
           
 String getName()
           
 String getPicture()
           
 Privacy getPrivacy()
           
 String getType()
           
 
Methods inherited from interface facebook4j.FacebookResponse
getMetadata
 

Method Detail

getId

String getId()

getFrom

IdNameEntity getFrom()

getLink

String getLink()

getName

String getName()

getLikes

PagableList<Like> getLikes()

getComments

PagableList<Comment> getComments()

getDescription

String getDescription()

getIcon

String getIcon()

getPicture

String getPicture()

getMessage

String getMessage()

getCreatedTime

Date getCreatedTime()

getType

String getType()

getPrivacy

Privacy getPrivacy()


Copyright © 2019. All rights reserved.