| Package | com.facebook.graph.data.api.page |
| Class | public class FacebookPage |
| Inheritance | FacebookPage AbstractFacebookGraphObject |
See also
| Property | Defined by | ||
|---|---|---|---|
| category : String
The Page's category.
| FacebookPage | ||
![]() | id : String
The unique ID for the graph object.
| AbstractFacebookGraphObject | |
| likes : Number
The number of users who like the Page.
| FacebookPage | ||
| location : FacebookLocation
The Page's location.
| FacebookPage | ||
| name : String
The Page's name.
| FacebookPage | ||
![]() | rawResult : Object
The raw decoded JSON result data for the graph object.
| AbstractFacebookGraphObject | |
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new FacebookPage.
| FacebookPage | ||
|
fromJSON(result:Object):FacebookPage
[static]
Populates and returns a new FacebookPage from a decoded JSON object.
| FacebookPage | ||
|
toString():String
Provides the string value of the graph object.
| FacebookPage | ||
| Method | Defined by | ||
|---|---|---|---|
|
setPropertyValue(property:String, value:*):void
| FacebookPage | ||
| category | property |
public var category:StringThe Page's category.
| likes | property |
public var likes:NumberThe number of users who like the Page.
| location | property |
public var location:FacebookLocationThe Page's location.
| name | property |
public var name:StringThe Page's name.
| FacebookPage | () | constructor |
public function FacebookPage()Creates a new FacebookPage.
| fromJSON | () | method |
public static function fromJSON(result:Object):FacebookPagePopulates and returns a new FacebookPage from a decoded JSON object.
Parametersresult:Object — A decoded JSON object.
|
FacebookPage —
A new FacebookPage.
|
| 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.
|