Interface CreateMembersResponse.Builder

    • Method Detail

      • unprocessedAccounts

        CreateMembersResponse.Builder unprocessedAccounts​(Collection<UnprocessedAccount> unprocessedAccounts)

        A list of objects that include the accountIds of the unprocessed accounts and a result string that explains why each was unprocessed.

        Parameters:
        unprocessedAccounts - A list of objects that include the accountIds of the unprocessed accounts and a result string that explains why each was unprocessed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unprocessedAccounts

        CreateMembersResponse.Builder unprocessedAccounts​(UnprocessedAccount... unprocessedAccounts)

        A list of objects that include the accountIds of the unprocessed accounts and a result string that explains why each was unprocessed.

        Parameters:
        unprocessedAccounts - A list of objects that include the accountIds of the unprocessed accounts and a result string that explains why each was unprocessed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.