Packagecom.facebook.graph.data
Classpublic class BatchItem
InheritanceBatchItem Inheritance Object

Represents a single API request to be used in a Batch operation

See also

com.facebook.graph.data.Batch
https://developers.facebook.com/docs/reference/api/batch/


Public Properties
 PropertyDefined By
  callback : Function
BatchItem
  params : *
BatchItem
  relativeURL : String
BatchItem
  requestMethod : String
BatchItem
Public Methods
 MethodDefined By
  
BatchItem(relativeURL:String, callback:Function = null, params:* = null, requestMethod:String = GET)
BatchItem
Property Detail
callbackproperty
public var callback:Function

paramsproperty 
public var params:*

relativeURLproperty 
public var relativeURL:String

requestMethodproperty 
public var requestMethod:String

Constructor Detail
BatchItem()Constructor
public function BatchItem(relativeURL:String, callback:Function = null, params:* = null, requestMethod:String = GET)



Parameters
relativeURL:String
 
callback:Function (default = null)
 
params:* (default = null)
 
requestMethod:String (default = GET)