Interface UpdateVehicleError.Builder

  • Method Details

    • vehicleName

      UpdateVehicleError.Builder vehicleName(String vehicleName)

      The ID of the vehicle with the error.

      Parameters:
      vehicleName - The ID of the vehicle with the error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • code

      The relevant HTTP error code (400+).

      Parameters:
      code - The relevant HTTP error code (400+).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      A message associated with the error.

      Parameters:
      message - A message associated with the error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.