VehicleDetails
Specific information for a car.
Parameters
carClass
Car category and type.
carCategory
carType
transmissionDrive
fuelAC
make
Car manufacturer and model.
minDoors
Minimal car door count.
maxDoors
Maximal car door count.
fuelLevel
Car fuel information.
capacity
Constructors
Link copied to clipboard
public VehicleDetails VehicleDetails( String carClass, CarCategory carCategory, CarType carType, TransmissionDrive transmissionDrive, FuelAC fuelAC, String make, Integer minDoors, Integer maxDoors, String fuelLevel, Capacity capacity)