public class Album extends FBObject
Constructor and Description |
---|
Album()
Empty Contructor
|
Album(Hashtable props) |
Modifier and Type | Method and Description |
---|---|
void |
copy(Hashtable props)
copies the relevant values from the given hashtable
|
int |
getCount()
Gets number of photos in this album
|
String |
getCover_photo()
Gets the cover photos url of this album
|
String |
getCreated_time()
Gets created_time
|
String |
getDescription()
Gets description
|
User |
getFrom()
Gets the from User
|
String |
getLink()
Gets the link
|
String |
getLocation()
Gets the location
|
String |
getPrivacy()
Gets the privacy
|
String |
getType()
Gets the type
|
String |
getUpdated_time()
Gets the updated_time
|
public Album()
public Album(Hashtable props)
public int getCount()
public String getCover_photo()
public String getCreated_time()
public String getDescription()
public User getFrom()
public String getLink()
public String getLocation()
public String getPrivacy()
public String getType()
public String getUpdated_time()