| Package | com.facebook.graph.data |
| Class | public class BatchItem |
| Inheritance | BatchItem Object |
See also
| Property | Defined By | ||
|---|---|---|---|
| callback : Function | BatchItem | ||
| params : * | BatchItem | ||
| relativeURL : String | BatchItem | ||
| requestMethod : String | BatchItem | ||
| Method | Defined By | ||
|---|---|---|---|
BatchItem(relativeURL:String, callback:Function = null, params:* = null, requestMethod:String = GET) | BatchItem | ||
| callback | property |
public var callback:Function| params | property |
public var params:*| relativeURL | property |
public var relativeURL:String| requestMethod | property |
public var requestMethod:String| BatchItem | () | Constructor |
public function BatchItem(relativeURL:String, callback:Function = null, params:* = null, requestMethod:String = GET)relativeURL:String | |
callback:Function (default = null) | |
params:* (default = null) | |
requestMethod:String (default = GET) |