withTiresCount abstract method

VehicleSpecificationTaxiBuilder withTiresCount(
  1. int tiresCount
)

Sets the vehicle tires count.

  • tiresCount The vehicle tires count.

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

Implementation

VehicleSpecificationTaxiBuilder withTiresCount(int tiresCount);