withTunnelCategory abstract method

VehicleSpecificationBusBuilder withTunnelCategory(
  1. TunnelCategory tunnelCategory
)

Sets the vehicle tunnel category.

  • tunnelCategory The vehicle tunnel category.

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

Implementation

VehicleSpecificationBusBuilder withTunnelCategory(TunnelCategory tunnelCategory);