facebook4j
Interface Album

All Superinterfaces:
FacebookResponse

public interface Album
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 canUpload()
           
 PagableList<Comment> getComments()
           
 Integer getCount()
           
 String getCoverPhoto()
           
 Date getCreatedTime()
           
 String getDescription()
           
 Category getFrom()
           
 String getId()
           
 PagableList<Like> getLikes()
           
 URL getLink()
           
 String getLocation()
           
 String getName()
           
 Picture getPicture()
           
 Place getPlace()
           
 PrivacyType getPrivacy()
           
 PagableList<Reaction> getReactions()
           
 String getType()
           
 Date getUpdatedTime()
           
 
Methods inherited from interface facebook4j.FacebookResponse
getMetadata
 

Method Detail

getId

String getId()

getFrom

Category getFrom()

getName

String getName()

getDescription

String getDescription()

getLocation

String getLocation()

getLink

URL getLink()

getCoverPhoto

String getCoverPhoto()

getPrivacy

PrivacyType getPrivacy()

getCount

Integer getCount()

getType

String getType()

getCreatedTime

Date getCreatedTime()

getUpdatedTime

Date getUpdatedTime()

canUpload

Boolean canUpload()

getPlace

Place getPlace()

getPicture

Picture getPicture()

getLikes

PagableList<Like> getLikes()

getComments

PagableList<Comment> getComments()

getReactions

PagableList<Reaction> getReactions()


Copyright © 2019. All rights reserved.