Interface BatchResultErrorEntry.Builder

    • Method Detail

      • id

        BatchResultErrorEntry.Builder id​(String id)

        The Id of an entry in a batch request.

        Parameters:
        id - The Id of an entry in a batch request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • senderFault

        BatchResultErrorEntry.Builder senderFault​(Boolean senderFault)

        Specifies whether the error happened due to the caller of the batch API action.

        Parameters:
        senderFault - Specifies whether the error happened due to the caller of the batch API action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • code

        BatchResultErrorEntry.Builder code​(String code)

        An error code representing why the action failed on this entry.

        Parameters:
        code - An error code representing why the action failed on this entry.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • message

        BatchResultErrorEntry.Builder message​(String message)

        A message explaining why the action failed on this entry.

        Parameters:
        message - A message explaining why the action failed on this entry.
        Returns:
        Returns a reference to this object so that method calls can be chained together.