| Package | com.facebook.graph.data.api.insights |
| Class | public class FacebookInsights |
| Inheritance | FacebookInsights AbstractFacebookGraphObject |
See also
| Property | Defined by | ||
|---|---|---|---|
![]() | id : String
The unique ID for the graph object.
| AbstractFacebookGraphObject | |
| name : String
Name of the insight.
| FacebookInsights | ||
| period : String
Length of the period during which the insights were collected.
| FacebookInsights | ||
![]() | rawResult : Object
The raw decoded JSON result data for the graph object.
| AbstractFacebookGraphObject | |
| values : Array
Individual data points for the insight.
| FacebookInsights | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new FacebookInsights.
| FacebookInsights | ||
|
fromJSON(result:Object):FacebookInsights
[static]
Populates and returns a new FacebookInsights from a decoded JSON object.
| FacebookInsights | ||
|
toString():String
Provides the string value of the graph object.
| FacebookInsights | ||
| Method | Defined by | ||
|---|---|---|---|
|
setPropertyValue(property:String, value:*):void
| FacebookInsights | ||
| name | property |
public var name:StringName of the insight.
| period | property |
public var period:StringLength of the period during which the insights were collected.
| values | property |
public var values:ArrayIndividual data points for the insight.
| FacebookInsights | () | constructor |
public function FacebookInsights()Creates a new FacebookInsights.
| fromJSON | () | method |
public static function fromJSON(result:Object):FacebookInsightsPopulates and returns a new FacebookInsights from a decoded JSON object.
Parametersresult:Object — A decoded JSON object.
|
FacebookInsights —
A new FacebookInsights.
|
| 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.
|