Class Album
java.lang.Object
com.codename1.facebook.FBObject
com.codename1.facebook.Album
This class represents a Facebook Photo Object
http://developers.facebook.com/docs/reference/api/album
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcopies the relevant values from the given hashtablebooleanintgetCount()Gets number of photos in this albumDeprecated.Gets the cover photo URL of this album.Deprecated.Gets created time.Gets descriptiongetFrom()Gets the from UsergetLink()Gets the linkGets the locationGets the privacygetType()Gets the typeDeprecated.Gets updated time.inthashCode()
-
Constructor Details
-
Album
public Album()Empty Contructor -
Album
-
-
Method Details
-
getCount
public int getCount()Gets number of photos in this album
Returns
count
-
getCover_photo
Deprecated.Gets the cover photos url of this album
Returns
cover_photo
Deprecated
Use
#getCoverPhoto(). -
getCoverPhoto
Gets the cover photo URL of this album.
Returns
cover photo URL
-
getCreated_time
Deprecated.Gets created_time
Returns
created_time
Deprecated
Use
#getCreatedTime(). -
getCreatedTime
Gets created time.
Returns
created time
-
getDescription
Gets description
Returns
description
-
getFrom
Gets the from User
Returns
from
-
getLink
Gets the link
Returns
link
-
getLocation
Gets the location
Returns
location
-
getPrivacy
Gets the privacy
Returns
privacy
-
getType
Gets the type
Returns
type
-
getUpdated_time
Deprecated.Gets the updated_time
Returns
updated_time
Deprecated
Use
#getUpdatedTime(). -
getUpdatedTime
Gets updated time.
Returns
updated time
-
copy
-
equals
-
hashCode
-