Class Post
java.lang.Object
com.codename1.facebook.FBObject
com.codename1.facebook.Post
This class represents a Facebook Post Object
http://developers.facebook.com/docs/reference/api/post/
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcopies the relevant values from the given hashtablebooleanGets the AttributionGets the comments count numbergetFrom()Gets the from UsergetLikes()Gets the Link CountGets the linkDescriptionGets the Link NameGets the link UrlGets the messageGets the picture idgetTo()Gets the to usersgetType()Get the typeinthashCode()toString()
-
Constructor Details
-
Post
public Post()Empty Contructor -
Post
-
-
Method Details
-
getFrom
Gets the from User
Returns
from User
-
getTo
Gets the to users
Returns
Vector of Users
-
getType
Get the type
Returns
the type
-
getAttribution
Gets the Attribution
Returns
the attribution
-
getMessage
Gets the message
Returns
the message
-
getLinkUrl
Gets the link Url
Returns
the linkUrl
-
getCommentsCount
Gets the comments count number
Returns
the comments count
-
getLinkName
Gets the Link Name
Returns
the linkName
Deprecated
use getName() instead
-
getLinkDescription
Gets the linkDescription
Returns
the linkDescription
-
getPicture
Gets the picture id
Returns
the picture id
-
getCreatedTime
-
getLikes
Gets the Link Count
Returns
the likes count
-
toString
-
copy
-
equals
-
hashCode
-