withScooterSpecification abstract method

VenueTransportSpecificationScooterBuilder withScooterSpecification(
  1. VenueScooterSpecification scooterSpecification
)

Sets the scooter specification.

  • scooterSpecification The scooter specification.

Returns VenueTransportSpecificationScooterBuilder. The VenueTransportSpecificationScooterBuilder object with the scooter specification set to the new value.

Implementation

VenueTransportSpecificationScooterBuilder withScooterSpecification(VenueScooterSpecification scooterSpecification);