Interface SendBulkEmailResponse.Builder

    • Method Detail

      • bulkEmailEntryResults

        SendBulkEmailResponse.Builder bulkEmailEntryResults​(Collection<BulkEmailEntryResult> bulkEmailEntryResults)

        One object per intended recipient. Check each response object and retry any messages with a failure status.

        Parameters:
        bulkEmailEntryResults - One object per intended recipient. Check each response object and retry any messages with a failure status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • bulkEmailEntryResults

        SendBulkEmailResponse.Builder bulkEmailEntryResults​(BulkEmailEntryResult... bulkEmailEntryResults)

        One object per intended recipient. Check each response object and retry any messages with a failure status.

        Parameters:
        bulkEmailEntryResults - One object per intended recipient. Check each response object and retry any messages with a failure status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.