| Package | com.vmware.data.query.events |
| Class | public class DataResponse |
| Inheritance | DataResponse flash.events.Event |
| Subclasses | MultiObjectDataResponse |
Cannot be instantiated directly.
| Property | Defined By | ||
|---|---|---|---|
| error : Error
Error occurred during data retrieval, if any. | DataResponse | ||
| request : DataRequest
The original request event that this is the response of. | DataResponse | ||
| requestInfo : DataRequestInfo
Getting the data request options
| DataResponse | ||
| Method | Defined By | ||
|---|---|---|---|
DataResponse(type:String)
Constructs a new instance. | DataResponse | ||
| error | property |
public var error:ErrorError occurred during data retrieval, if any.
| request | property |
public var request:DataRequestThe original request event that this is the response of.
| requestInfo | property |
requestInfo:DataRequestInfoGetting the data request options
public function get requestInfo():DataRequestInfo public function set requestInfo(value:DataRequestInfo):void| DataResponse | () | Constructor |
public function DataResponse(type:String)Constructs a new instance.
Parameterstype:String |