Interface BatchPutContactResponse.Builder

    • Method Detail

      • successfulRequestList

        BatchPutContactResponse.Builder successfulRequestList​(Collection<SuccessfulRequest> successfulRequestList)

        List of requests for which contact was successfully created.

        Parameters:
        successfulRequestList - List of requests for which contact was successfully created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • successfulRequestList

        BatchPutContactResponse.Builder successfulRequestList​(SuccessfulRequest... successfulRequestList)

        List of requests for which contact was successfully created.

        Parameters:
        successfulRequestList - List of requests for which contact was successfully created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failedRequestList

        BatchPutContactResponse.Builder failedRequestList​(Collection<FailedRequest> failedRequestList)

        List of requests for which contact creation failed.

        Parameters:
        failedRequestList - List of requests for which contact creation failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failedRequestList

        BatchPutContactResponse.Builder failedRequestList​(FailedRequest... failedRequestList)

        List of requests for which contact creation failed.

        Parameters:
        failedRequestList - List of requests for which contact creation failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.