Interface UpdateVehicleError.Builder

    • Method Detail

      • 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

        UpdateVehicleError.Builder code​(Integer 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

        UpdateVehicleError.Builder message​(String 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.