public class Album extends java.lang.Object implements Publishable
| Modifier and Type | Class and Description |
|---|---|
static class |
Album.Builder
Builder for preparing the Album object to be published.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canUpload()
Determines whether the user can upload to the album and returns true if
the user owns the album, the album is not full, and the app can add
photos to the album.
|
android.os.Bundle |
getBundle()
Is used for publishing actions.
|
java.lang.Integer |
getCount()
The number of photos in this album.
|
java.lang.String |
getCoverPhotoId()
The album cover photo id.
|
java.util.Date |
getCreatedTime()
The time the photo album was initially created.
|
java.lang.String |
getDescription()
The description of the album.
|
User |
getFrom()
The user who created this album.
|
java.lang.String |
getId()
The album id.
|
java.lang.String |
getLink()
A link to this album on Facebook.
|
java.lang.String |
getLocation()
The location of the album.
|
java.lang.String |
getName()
The title of the album.
|
java.lang.String |
getPath()
https://developers.facebook.com/docs/reference/api/publishing/
|
Permission |
getPermission()
Get the needed permission for being able to publish this item
|
java.lang.String |
getPrivacy()
The privacy settings for the album.
|
java.lang.String |
getType()
The type of the album.
|
java.util.Date |
getUpdatedTime()
The last time the photo album was updated.
|
public java.lang.String getId()
public User getFrom()
public java.lang.String getName()
public java.lang.String getDescription()
public java.lang.String getLocation()
public java.lang.String getLink()
public java.lang.Integer getCount()
public java.lang.String getPrivacy()
public java.lang.String getCoverPhotoId()
public java.lang.String getType()
public java.util.Date getCreatedTime()
public java.util.Date getUpdatedTime()
public boolean canUpload()
getPrivacy().True if user can upload to this albumpublic android.os.Bundle getBundle()
PublishablegetBundle in interface Publishablepublic java.lang.String getPath()
PublishablegetPath in interface Publishablepublic Permission getPermission()
PublishablegetPermission in interface PublishablePermission