Packagecom.facebook.graph.data.api.event
Classpublic class FacebookEventField

Event fields.

See also

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


Public Constants
 ConstantDefined by
  DESCRIPTION : String = "description"
[static]
FacebookEventField
  END_TIME : String = "end_time"
[static]
FacebookEventField
  ID : String = "id"
[static]
FacebookEventField
  LOCATION : String = "location"
[static]
FacebookEventField
  NAME : String = "name"
[static]
FacebookEventField
  OWNER : String = "owner"
[static]
FacebookEventField
  PRIVACY : String = "privacy"
[static]
FacebookEventField
  START_TIME : String = "start_time"
[static]
FacebookEventField
  UPDATED_TIME : String = "updated_time"
[static]
FacebookEventField
  VENUE : String = "venue"
[static]
FacebookEventField
Constant detail
DESCRIPTIONconstant
public static const DESCRIPTION:String = "description"
END_TIMEconstant 
public static const END_TIME:String = "end_time"
IDconstant 
public static const ID:String = "id"
LOCATIONconstant 
public static const LOCATION:String = "location"
NAMEconstant 
public static const NAME:String = "name"
OWNERconstant 
public static const OWNER:String = "owner"
PRIVACYconstant 
public static const PRIVACY:String = "privacy"
START_TIMEconstant 
public static const START_TIME:String = "start_time"
UPDATED_TIMEconstant 
public static const UPDATED_TIME:String = "updated_time"
VENUEconstant 
public static const VENUE:String = "venue"