StringStringStringStringVehicleTypeVehicleTypeVehicleTypeVehicleTypeStringGet the Make
Kind: Instance method of VehicleType
Returns: String - the KEY_MAKE value
StringGet the Model
Kind: Instance method of VehicleType
Returns: String - the KEY_MODEL value
StringGet the ModelYear
Kind: Instance method of VehicleType
Returns: String - the KEY_MODEL_YEAR value
StringGet the Trim
Kind: Instance method of VehicleType
Returns: String - the KEY_TRIM value
VehicleTypeSet the Make
Kind: Instance method of VehicleType
Returns: VehicleType - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| make | String |
Make of the vehicle, e.g. Ford - The desired Make. {'string_min_length': 1, 'string_max_length': 500} |
VehicleTypeSet the Model
Kind: Instance method of VehicleType
Returns: VehicleType - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| model | String |
Model of the vehicle, e.g. Fiesta - The desired Model. {'string_min_length': 1, 'string_max_length': 500} |
VehicleTypeSet the ModelYear
Kind: Instance method of VehicleType
Returns: VehicleType - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| year | String |
Model Year of the vehicle, e.g. 2013 - The desired ModelYear. {'string_min_length': 1, 'string_max_length': 500} |