withTiresCount abstract method

VehicleSpecificationCarBuilder withTiresCount(
  1. int tiresCount
)

Sets the vehicle tires count.

  • tiresCount The vehicle tires count.

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

Implementation

VehicleSpecificationCarBuilder withTiresCount(int tiresCount);