| Package | com.facebook.graph.data.api.album |
| Class | public class FacebookAlbum |
| Inheritance | FacebookAlbum AbstractFacebookGraphObject |
See also
| Property | Defined by | ||
|---|---|---|---|
| count : int
The number of photos in this album.
| FacebookAlbum | ||
| created_time : Date
The time the photo album was initially created.
| FacebookAlbum | ||
| description : String
The description of the album.
| FacebookAlbum | ||
| from : Object
The profile that created this album.
| FacebookAlbum | ||
![]() | id : String
The unique ID for the graph object.
| AbstractFacebookGraphObject | |
| link : String
A link to this album on Facebook.
| FacebookAlbum | ||
| location : String
The location of the album.
| FacebookAlbum | ||
| name : String
The title of the album.
| FacebookAlbum | ||
| privacy : String
The privacy settings for the album.
| FacebookAlbum | ||
![]() | rawResult : Object
The raw decoded JSON result data for the graph object.
| AbstractFacebookGraphObject | |
| type : String
The type of photo album.
| FacebookAlbum | ||
| updated_time : Date
The last time the photo album was updated.
| FacebookAlbum | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new Album.
| FacebookAlbum | ||
|
fromJSON(result:Object):FacebookAlbum
[static]
Populates and returns a new FacebookAlbum from a decoded JSON object.
| FacebookAlbum | ||
|
toString():String
Provides the string value of the graph object.
| FacebookAlbum | ||
| count | property |
public var count:intThe number of photos in this album.
| created_time | property |
public var created_time:DateThe time the photo album was initially created.
| description | property |
public var description:StringThe description of the album.
| from | property |
public var from:ObjectThe profile that created this album.
| link | property |
public var link:StringA link to this album on Facebook.
| location | property |
public var location:StringThe location of the album.
| name | property |
public var name:StringThe title of the album.
| privacy | property |
public var privacy:StringThe privacy settings for the album.
| type | property |
public var type:StringThe type of photo album.
| updated_time | property |
public var updated_time:DateThe last time the photo album was updated.
| FacebookAlbum | () | constructor |
public function FacebookAlbum()Creates a new Album.
| fromJSON | () | method |
public static function fromJSON(result:Object):FacebookAlbumPopulates and returns a new FacebookAlbum from a decoded JSON object.
Parametersresult:Object — A decoded JSON object.
|
FacebookAlbum —
A new FacebookAlbum.
|
| toString | () | method |
public override function toString():StringProvides the string value of the graph object.
ReturnsString — The string value of the graph object.
|