VehicleDataTypeStringVehicleDataResultCodeVehicleDataResultVehicleDataResultVehicleDataResultVehicleDataTypeGet the DataType
Kind: Instance method of VehicleDataResult
Returns: VehicleDataType - the KEY_DATA_TYPE value
StringGet the OemCustomDataType
Kind: Instance method of VehicleDataResult
Returns: String - the KEY_OEM_CUSTOM_DATA_TYPE value
VehicleDataResultCodeGet the ResultCode
Kind: Instance method of VehicleDataResult
Returns: VehicleDataResultCode - the KEY_RESULT_CODE value
VehicleDataResultSet the DataType
Kind: Instance method of VehicleDataResult
Returns: VehicleDataResult - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| type | VehicleDataType |
Defined published data element type. - The desired DataType. |
VehicleDataResultSet the OemCustomDataType
Kind: Instance method of VehicleDataResult
Returns: VehicleDataResult - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| type | String |
Type of requested oem specific parameter - The desired OemCustomDataType. {'string_min_length': 1} |