com.restfb.types
Class Album

java.lang.Object
  extended by com.restfb.types.FacebookType
      extended by com.restfb.types.NamedFacebookType
          extended by com.restfb.types.Album
All Implemented Interfaces:
Serializable

public class Album
extends NamedFacebookType

Represents the Album Graph API type.

Since:
1.5
Author:
Mark Allen
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
 
Constructor Summary
Album()
           
 
Method Summary
 Long getCount()
          The number of photos in this album.
 String getCoverPhoto()
          The album cover photo ID.
 Date getCreatedTime()
          The time the photo album was initially created.
 String getDescription()
          The description of the album.
 CategorizedFacebookType getFrom()
          An object containing the ID and name of the profile who posted this album.
 String getLink()
          A link to this album on Facebook.
 String getLocation()
          The location of the album.
 String getPrivacy()
          The privacy settings for the album.
 Date getUpdatedTime()
          The last time the photo album was updated.
 
Methods inherited from class com.restfb.types.NamedFacebookType
getName
 
Methods inherited from class com.restfb.types.FacebookType
equals, getId, getMetadata, getType, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Album

public Album()
Method Detail

getFrom

public CategorizedFacebookType getFrom()
An object containing the ID and name of the profile who posted this album.

Returns:
An object containing the ID and name of the profile who posted this album.

getDescription

public String getDescription()
The description of the album.

Returns:
The description of the album.

getLocation

public String getLocation()
The location of the album.

Returns:
The location of the album.

getLink

public String getLink()
A link to this album on Facebook.

Returns:
A link to this album on Facebook.

getCount

public Long getCount()
The number of photos in this album.

Returns:
The number of photos in this album.

getCoverPhoto

public String getCoverPhoto()
The album cover photo ID.

Returns:
The album cover photo ID

getPrivacy

public String getPrivacy()
The privacy settings for the album.

Returns:
The privacy settings for the album.

getCreatedTime

public Date getCreatedTime()
The time the photo album was initially created.

Returns:
The time the photo album was initially created.

getUpdatedTime

public Date getUpdatedTime()
The last time the photo album was updated.

Returns:
The last time the photo album was updated.


RestFB 1.6.8. Copyright © 2010-2011 Mark Allen. All Rights Reserved.