public class Album extends NamedFacebookType
FacebookType.Metadata
Constructor and Description |
---|
Album() |
Modifier and Type | Method and Description |
---|---|
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.
|
getName
equals, getId, getMetadata, getType, hashCode, toString
public CategorizedFacebookType getFrom()
public String getDescription()
public String getLocation()
public String getLink()
public Long getCount()
public Date getCreatedTime()
public Date getUpdatedTime()
Copyright © 2014. All rights reserved.