withTunnelCategory abstract method

VehicleSpecificationTaxiBuilder withTunnelCategory(
  1. TunnelCategory tunnelCategory
)

Sets the vehicle tunnel category.

  • tunnelCategory The vehicle tunnel category.

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

Implementation

VehicleSpecificationTaxiBuilder withTunnelCategory(TunnelCategory tunnelCategory);