| Package | com.facebook.graph.data.api.insights |
| Class | public class FacebookInsightsValue |
| Inheritance | FacebookInsightsValue AbstractFacebookGraphObject |
See also
| Property | Defined by | ||
|---|---|---|---|
| end_time : Date
The end of the period during which the metrics were collected.
| FacebookInsightsValue | ||
![]() | id : String
The unique ID for the graph object.
| AbstractFacebookGraphObject | |
![]() | rawResult : Object
The raw decoded JSON result data for the graph object.
| AbstractFacebookGraphObject | |
| value : Number
The value of the requested metric.
| FacebookInsightsValue | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new FacebookInsightsValue.
| FacebookInsightsValue | ||
|
fromJSON(result:Object):FacebookInsightsValue
[static]
Populates and returns a new FacebookInsightsValue from a decoded JSON object.
| FacebookInsightsValue | ||
|
toString():String
Provides the string value of the graph object.
| FacebookInsightsValue | ||
| end_time | property |
public var end_time:DateThe end of the period during which the metrics were collected.
| value | property |
public var value:NumberThe value of the requested metric.
| FacebookInsightsValue | () | constructor |
public function FacebookInsightsValue()Creates a new FacebookInsightsValue.
| fromJSON | () | method |
public static function fromJSON(result:Object):FacebookInsightsValuePopulates and returns a new FacebookInsightsValue from a decoded JSON object.
Parametersresult:Object — A decoded JSON object.
|
FacebookInsightsValue —
A new FacebookInsightsValue.
|
| toString | () | method |
public override function toString():StringProvides the string value of the graph object.
ReturnsString — The string value of the graph object.
|