| Package | com.facebook.graph.data.api.review |
| Class | public class FacebookReview |
| Inheritance | FacebookReview AbstractFacebookGraphObject |
See also
| Property | Defined by | ||
|---|---|---|---|
| created_time : Date
The timedate the review was created.
| FacebookReview | ||
| from : FacebookUser
The user that created the review.
| FacebookReview | ||
![]() | id : String
The unique ID for the graph object.
| AbstractFacebookGraphObject | |
| message : String
The review text (optional).
| FacebookReview | ||
| rating : int
The review rating.
| FacebookReview | ||
![]() | rawResult : Object
The raw decoded JSON result data for the graph object.
| AbstractFacebookGraphObject | |
| to : FacebookApplication
The application to which this review applies.
| FacebookReview | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new FacebookReview.
| FacebookReview | ||
|
fromJSON(result:Object):FacebookReview
[static]
Populates and returns a new FacebookReview from a decoded JSON object.
| FacebookReview | ||
|
toString():String
Provides the string value of the graph object.
| FacebookReview | ||
| Method | Defined by | ||
|---|---|---|---|
|
setPropertyValue(property:String, value:*):void
| FacebookReview | ||
| created_time | property |
public var created_time:DateThe timedate the review was created.
| from | property |
public var from:FacebookUserThe user that created the review.
| message | property |
public var message:StringThe review text (optional).
| rating | property |
public var rating:intThe review rating.
| to | property |
public var to:FacebookApplicationThe application to which this review applies.
| FacebookReview | () | constructor |
public function FacebookReview()Creates a new FacebookReview.
| fromJSON | () | method |
public static function fromJSON(result:Object):FacebookReviewPopulates and returns a new FacebookReview from a decoded JSON object.
Parametersresult:Object — A decoded JSON object.
|
FacebookReview —
A new FacebookReview.
|
| 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.
|