withTunnelCategory abstract method

VehicleSpecificationPrivateBusBuilder withTunnelCategory(
  1. TunnelCategory tunnelCategory
)

Sets the vehicle tunnel category.

  • tunnelCategory The vehicle tunnel category.

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

Implementation

VehicleSpecificationPrivateBusBuilder withTunnelCategory(TunnelCategory tunnelCategory);