String
String
String
String
VehicleType
VehicleType
VehicleType
VehicleType
String
Get the Make
Kind: Instance method of VehicleType
Returns: String
- the KEY_MAKE value
String
Get the Model
Kind: Instance method of VehicleType
Returns: String
- the KEY_MODEL value
String
Get the ModelYear
Kind: Instance method of VehicleType
Returns: String
- the KEY_MODEL_YEAR value
String
Get the Trim
Kind: Instance method of VehicleType
Returns: String
- the KEY_TRIM value
VehicleType
Set 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} |
VehicleType
Set 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} |
VehicleType
Set 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} |