withTunnelCategory abstract method

VehicleSpecificationTruckBuilder withTunnelCategory(
  1. TunnelCategory tunnelCategory
)

Sets the vehicle tunnel category.

  • tunnelCategory The vehicle tunnel category.

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

Implementation

VehicleSpecificationTruckBuilder withTunnelCategory(TunnelCategory tunnelCategory);