org.springframework.social.facebook.api
Class Album
java.lang.Object
org.springframework.social.facebook.api.FacebookObject
org.springframework.social.facebook.api.Album
public class Album
- extends FacebookObject
Model class representing a Facebook photo album.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getId
public String getId()
getFrom
public Reference getFrom()
getName
public String getName()
getDescription
public String getDescription()
getLocation
public String getLocation()
getLink
public String getLink()
getPrivacy
public Album.Privacy getPrivacy()
getCount
public int getCount()
getType
public Album.Type getType()
getCreatedTime
public Date getCreatedTime()
getUpdatedTime
public Date getUpdatedTime()
getCoverPhotoId
public String getCoverPhotoId()
- The ID of the Photo object that is the cover photo for the album.
- Returns:
- A Photo object ID or null if the album does not have a cover photo