withHeightInCentimeters abstract method

VehicleSpecificationTaxiBuilder withHeightInCentimeters(
  1. int heightInCentimeters
)

Sets the vehicle height in centimeters.

  • heightInCentimeters The vehicle height in centimeters.

Returns VehicleSpecificationTaxiBuilder. The VehicleSpecificationTaxiBuilder object with the vehicle height set to the new value.

Implementation

VehicleSpecificationTaxiBuilder withHeightInCentimeters(int heightInCentimeters);