Packagecom.facebook.graph.data.api.insights
Classpublic class FacebookInsightsValue
InheritanceFacebookInsightsValue Inheritance AbstractFacebookGraphObject

An individual data point for the insight.

See also

http://developers.facebook.com/docs/reference/api/insights


Public Properties
 PropertyDefined by
  end_time : Date
The end of the period during which the metrics were collected.
FacebookInsightsValue
 Inheritedid : String
The unique ID for the graph object.
AbstractFacebookGraphObject
 InheritedrawResult : Object
The raw decoded JSON result data for the graph object.
AbstractFacebookGraphObject
  value : Number
The value of the requested metric.
FacebookInsightsValue
Public Methods
 MethodDefined by
  
Creates a new FacebookInsightsValue.
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
Property detail
end_timeproperty
public var end_time:Date

The end of the period during which the metrics were collected.

valueproperty 
public var value:Number

The value of the requested metric.

Constructor detail
FacebookInsightsValue()constructor
public function FacebookInsightsValue()

Creates a new FacebookInsightsValue.

Method detail
fromJSON()method
public static function fromJSON(result:Object):FacebookInsightsValue

Populates and returns a new FacebookInsightsValue from a decoded JSON object.

Parameters
result:Object — A decoded JSON object.

Returns
FacebookInsightsValue — A new FacebookInsightsValue.
toString()method 
public override function toString():String

Provides the string value of the graph object.

Returns
String — The string value of the graph object.