get Several
fun getSeveral( model: String? = null, manufacturer: String? = null, year: Int? = null, vehicleType: String? = null): List<Vehicle>
Content copied to clipboard
Gets several vehicles based on the provided criteria
Return
List of Vehicle that fits the criteria
Parameters
model
MModel of the vehicle
manufacturer
Manufacturer of the vehicle
year
Year of the vehicle release
vehicle Type
Type of vehicle transport: Biking, Car, etc.