| Package | com.facebook.graph.data.api.event |
| Class | public class FacebookEvent |
| Inheritance | FacebookEvent AbstractFacebookGraphObject |
See also
| Property | Defined by | ||
|---|---|---|---|
| description : String
The long-form description of the event.
| FacebookEvent | ||
| end_time : Date
The end time of the event, as you want it to be displayed on facebook.
| FacebookEvent | ||
![]() | id : String
The unique ID for the graph object.
| AbstractFacebookGraphObject | |
| location : String
The location for this event.
| FacebookEvent | ||
| name : String
The event title.
| FacebookEvent | ||
| owner : Object
The profile that created the event.
| FacebookEvent | ||
| privacy : String
The visibility of this event.
| FacebookEvent | ||
![]() | rawResult : Object
The raw decoded JSON result data for the graph object.
| AbstractFacebookGraphObject | |
| start_time : Date
The start time of the event, as you want it to be displayed on facebook.
| FacebookEvent | ||
| updated_time : Date
The last time the event was updated.
| FacebookEvent | ||
| venue : FacebookLocation
The location of this event.
| FacebookEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new FacebookEvent.
| FacebookEvent | ||
|
fromJSON(result:Object):FacebookEvent
[static]
Populates and returns a new FacebookEvent from a decoded JSON object.
| FacebookEvent | ||
|
toString():String
Provides the string value of the graph object.
| FacebookEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
setPropertyValue(property:String, value:*):void
| FacebookEvent | ||
| description | property |
public var description:StringThe long-form description of the event.
| end_time | property |
public var end_time:DateThe end time of the event, as you want it to be displayed on facebook.
| location | property |
public var location:StringThe location for this event.
| name | property |
public var name:StringThe event title.
| owner | property |
public var owner:ObjectThe profile that created the event.
| privacy | property |
public var privacy:StringThe visibility of this event.
| start_time | property |
public var start_time:DateThe start time of the event, as you want it to be displayed on facebook.
| updated_time | property |
public var updated_time:DateThe last time the event was updated.
| venue | property |
public var venue:FacebookLocationThe location of this event.
| FacebookEvent | () | constructor |
public function FacebookEvent()Creates a new FacebookEvent.
| fromJSON | () | method |
public static function fromJSON(result:Object):FacebookEventPopulates and returns a new FacebookEvent from a decoded JSON object.
Parametersresult:Object — A decoded JSON object.
|
FacebookEvent —
A new FacebookEvent.
|
| 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.
|