org.springframework.social.facebook.api
Class Album

java.lang.Object
  extended by org.springframework.social.facebook.api.FacebookObject
      extended by org.springframework.social.facebook.api.Album

public class Album
extends FacebookObject

Model class representing a Facebook photo album.


Nested Class Summary
static class Album.Privacy
           
static class Album.Type
           
 
Method Summary
 int getCount()
           
 String getCoverPhotoId()
          The ID of the Photo object that is the cover photo for the album.
 Date getCreatedTime()
           
 String getDescription()
           
 Reference getFrom()
           
 String getId()
           
 String getLink()
           
 String getLocation()
           
 String getName()
           
 Album.Privacy getPrivacy()
           
 Album.Type getType()
           
 Date getUpdatedTime()
           
 
Methods inherited from class org.springframework.social.facebook.api.FacebookObject
add, getExtraData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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