| Package | com.facebook.graph.data.api.core |
| Interface | public interface IFacebookGraphObject |
| Implementors | AbstractFacebookGraphObject |
| Method | Defined by | ||
|---|---|---|---|
|
fromJSON(result:Object):void
Populates the graph object from a decoded JSON object.
| IFacebookGraphObject | ||
|
toString():String
Provides the string value of the graph object.
| IFacebookGraphObject | ||
| fromJSON | () | method |
public function fromJSON(result:Object):voidPopulates the graph object from a decoded JSON object.
Parametersresult:Object — A decoded JSON object.
|
| toString | () | method |
public function toString():StringProvides the string value of the graph object.
ReturnsString — The string value of the graph object.
|