Vehicle Details
Specific information for a car.
Parameters
car Class
Car category and type.
car Category
car Type
transmission Drive
fuel AC
make
Car manufacturer and model.
min Doors
Minimal car door count.
max Doors
Maximal car door count.
fuel Level
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)