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

public class Album
extends NamedFacebookType

Represents the Album Graph API type.

Since:
1.5
Author:
Mark Allen

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.
 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.
 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.

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 version 1.5.3. Copyright © 2010 Mark Allen. All Rights Reserved.