withHeightInCentimeters abstract method

VehicleSpecificationBusBuilder withHeightInCentimeters(
  1. int heightInCentimeters
)

Sets the vehicle height in centimeters.

  • heightInCentimeters The vehicle height in centimeters.

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

Implementation

VehicleSpecificationBusBuilder withHeightInCentimeters(int heightInCentimeters);