Interface BatchUpdateVehicleResponse.Builder

    • Method Detail

      • vehicles

        BatchUpdateVehicleResponse.Builder vehicles​(Collection<UpdateVehicleResponseItem> vehicles)

        A list of information about the batch of updated vehicles.

        This list contains only unique IDs for the vehicles that were updated.

        Parameters:
        vehicles - A list of information about the batch of updated vehicles.

        This list contains only unique IDs for the vehicles that were updated.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vehicles

        BatchUpdateVehicleResponse.Builder vehicles​(UpdateVehicleResponseItem... vehicles)

        A list of information about the batch of updated vehicles.

        This list contains only unique IDs for the vehicles that were updated.

        Parameters:
        vehicles - A list of information about the batch of updated vehicles.

        This list contains only unique IDs for the vehicles that were updated.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errors

        BatchUpdateVehicleResponse.Builder errors​(Collection<UpdateVehicleError> errors)

        A list of information about errors returned while updating a batch of vehicles, or, if there aren't any errors, an empty list.

        Parameters:
        errors - A list of information about errors returned while updating a batch of vehicles, or, if there aren't any errors, an empty list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errors

        BatchUpdateVehicleResponse.Builder errors​(UpdateVehicleError... errors)

        A list of information about errors returned while updating a batch of vehicles, or, if there aren't any errors, an empty list.

        Parameters:
        errors - A list of information about errors returned while updating a batch of vehicles, or, if there aren't any errors, an empty list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.