Interface CreateInvitationsResponse.Builder

    • Method Detail

      • unprocessedAccounts

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

        An array of objects, one for each account whose invitation hasn't been processed. Each object identifies the account and explains why the invitation hasn't been processed for the account.

        Parameters:
        unprocessedAccounts - An array of objects, one for each account whose invitation hasn't been processed. Each object identifies the account and explains why the invitation hasn't been processed for the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unprocessedAccounts

        CreateInvitationsResponse.Builder unprocessedAccounts​(UnprocessedAccount... unprocessedAccounts)

        An array of objects, one for each account whose invitation hasn't been processed. Each object identifies the account and explains why the invitation hasn't been processed for the account.

        Parameters:
        unprocessedAccounts - An array of objects, one for each account whose invitation hasn't been processed. Each object identifies the account and explains why the invitation hasn't been processed for the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.