withCarSpecification abstract method

VenueTransportSpecificationCarBuilder withCarSpecification(
  1. VenueCarSpecification carSpecification
)

Sets the car specification.

  • carSpecification The car specification.

Returns VenueTransportSpecificationCarBuilder. The VenueTransportSpecificationCarBuilder object with the car specification set to the new value.

Implementation

VenueTransportSpecificationCarBuilder withCarSpecification(VenueCarSpecification carSpecification);