| Package | com.facebook.graph.data.api.comment |
| Class | public class FacebookComment |
| Inheritance | FacebookComment AbstractFacebookGraphObject |
See also
| Property | Defined by | ||
|---|---|---|---|
| created_time : Date
The timedate the comment was created.
| FacebookComment | ||
| from : FacebookUser
The user that created the comment.
| FacebookComment | ||
![]() | id : String
The unique ID for the graph object.
| AbstractFacebookGraphObject | |
| likes : Number
The number of times this comment was liked.
| FacebookComment | ||
| message : String
The comment text.
| FacebookComment | ||
![]() | rawResult : Object
The raw decoded JSON result data for the graph object.
| AbstractFacebookGraphObject | |
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new FacebookComment.
| FacebookComment | ||
|
fromJSON(result:Object):FacebookComment
[static]
Populates and returns a new FacebookComment from a decoded JSON object.
| FacebookComment | ||
|
toString():String
Provides the string value of the graph object.
| FacebookComment | ||
| Method | Defined by | ||
|---|---|---|---|
|
setPropertyValue(property:String, value:*):void
| FacebookComment | ||
| created_time | property |
public var created_time:DateThe timedate the comment was created.
| from | property |
public var from:FacebookUserThe user that created the comment.
| likes | property |
public var likes:NumberThe number of times this comment was liked.
| message | property |
public var message:StringThe comment text.
| FacebookComment | () | constructor |
public function FacebookComment()Creates a new FacebookComment.
| fromJSON | () | method |
public static function fromJSON(result:Object):FacebookCommentPopulates and returns a new FacebookComment from a decoded JSON object.
Parametersresult:Object — A decoded JSON object.
|
FacebookComment —
A new FacebookComment.
|
| setPropertyValue | () | method |
protected override function setPropertyValue(property:String, value:*):voidParameters
property:String |
|
value:* |
| toString | () | method |
public override function toString():StringProvides the string value of the graph object.
ReturnsString — The string value of the graph object.
|