|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.restfb.types.FacebookType
com.restfb.types.NamedFacebookType
com.restfb.types.Album
public class Album
Represents the Album Graph API type.
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 |
---|
public Album()
Method Detail |
---|
public CategorizedFacebookType getFrom()
public String getDescription()
public String getLocation()
public String getLink()
public Long getCount()
public String getCoverPhoto()
public String getPrivacy()
public Date getCreatedTime()
public Date getUpdatedTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |