Package | com.vmware.data.query.events |
Class | public class DataResponse |
Inheritance | DataResponse ![]() |
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:Error
Error occurred during data retrieval, if any.
request | property |
public var request:DataRequest
The original request event that this is the response of.
requestInfo | property |
requestInfo:DataRequestInfo
Getting 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 |