Interface UploadDocumentsResponse.Builder

    • Method Detail

      • status

        UploadDocumentsResponse.Builder status​(String status)

        The status of an UploadDocumentsRequest.

        Parameters:
        status - The status of an UploadDocumentsRequest.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • adds

        UploadDocumentsResponse.Builder adds​(Long adds)

        The number of documents that were added to the search domain.

        Parameters:
        adds - The number of documents that were added to the search domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deletes

        UploadDocumentsResponse.Builder deletes​(Long deletes)

        The number of documents that were deleted from the search domain.

        Parameters:
        deletes - The number of documents that were deleted from the search domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • warnings

        UploadDocumentsResponse.Builder warnings​(Collection<DocumentServiceWarning> warnings)

        Any warnings returned by the document service about the documents being uploaded.

        Parameters:
        warnings - Any warnings returned by the document service about the documents being uploaded.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • warnings

        UploadDocumentsResponse.Builder warnings​(DocumentServiceWarning... warnings)

        Any warnings returned by the document service about the documents being uploaded.

        Parameters:
        warnings - Any warnings returned by the document service about the documents being uploaded.
        Returns:
        Returns a reference to this object so that method calls can be chained together.