withTaxiSpecification abstract method

TransportSpecificationTaxiBuilder withTaxiSpecification(
  1. TaxiSpecification taxiSpecification
)

Sets the taxi specification.

  • taxiSpecification The taxi specification.

Returns TransportSpecificationTaxiBuilder. The TransportSpecificationTaxiBuilder object with the taxi specification set to the new value.

Implementation

TransportSpecificationTaxiBuilder withTaxiSpecification(TaxiSpecification taxiSpecification);