withIsCommercial abstract method

VehicleSpecificationBusBuilder withIsCommercial(
  1. bool isCommercial
)

Sets the vehicle is commercial flag.

  • isCommercial The vehicle is commercial flag.

Returns VehicleSpecificationBusBuilder. The VehicleSpecificationBusBuilder object with the is commercial flag set to the new value.

Implementation

VehicleSpecificationBusBuilder withIsCommercial(bool isCommercial);