withTaxiSpecification abstract method

VenueTransportSpecificationTaxiBuilder withTaxiSpecification(
  1. VenueTaxiSpecification taxiSpecification
)

Sets the taxi specification.

  • taxiSpecification The taxi specification.

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

Implementation

VenueTransportSpecificationTaxiBuilder withTaxiSpecification(VenueTaxiSpecification taxiSpecification);