getSeveral

fun getSeveral(    model: String? = null,     manufacturer: String? = null,     year: Int? = null,     vehicleType: String? = null): List<Vehicle>

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

vehicleType

Type of vehicle transport: Biking, Car, etc.