withLastCharacterOfLicensePlate abstract method

VehicleSpecificationCarBuilder withLastCharacterOfLicensePlate(
  1. String lastCharacterOfLicensePlate
)

Sets the vehicle last character of the license plate.

  • lastCharacterOfLicensePlate The vehicle last character of the license plate.

Returns VehicleSpecificationCarBuilder. The VehicleSpecificationCarBuilder object with the last character of the licence plate set to the new value.

Implementation

VehicleSpecificationCarBuilder withLastCharacterOfLicensePlate(String lastCharacterOfLicensePlate);