Class Photo
java.lang.Object
com.codename1.facebook.FBObject
com.codename1.facebook.Photo
This class represents a Facebook Photo Object
http://developers.facebook.com/docs/reference/api/photo/
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcopies the relevant values from the given hashtablebooleanGets the comments on this Photos, where each entry is a Post ObjectDeprecated.Get created time.getFrom()Get fromintGet heightGet iconUrlGet images vector where each entry is a String of a urlgetLink()Get linkGet pictureUrlintGet positionGet sourceUrlDeprecated.Get updated time.intgetWidth()Get widthinthashCode()
-
Constructor Details
-
Photo
public Photo()Empty Contructor -
Photo
-
-
Method Details
-
getCreated_time
Deprecated.Get created_time
Returns
created_time
Deprecated
Use
#getCreatedTime(). -
getCreatedTime
Get created time.
Returns
created time
-
getFrom
Get from
Returns
from
-
getHeight
public int getHeight()Get height
Returns
height
-
getIconUrl
Get iconUrl
Returns
iconUrl
-
getLink
Get link
Returns
link
-
getPictureUrl
Get pictureUrl
Returns
pictureUrl
-
getPosition
public int getPosition()Get position
Returns
position
-
getSourceUrl
Get sourceUrl
Returns
sourceUrl
-
getUpdated_time
Deprecated.Get updated_time
Returns
updated_time
Deprecated
Use
#getUpdatedTime(). -
getUpdatedTime
Get updated time.
Returns
updated time
-
getWidth
public int getWidth()Get width
Returns
width
-
getImages
Get images vector where each entry is a String of a url
Returns
images
-
getComments
Gets the comments on this Photos, where each entry is a Post Object
Returns
a Vector of Post Objects
-
copy
-
equals
-
hashCode
-