Interface AccountLink.Builder

    • Method Detail

      • accountLinkId

        AccountLink.Builder accountLinkId​(String accountLinkId)

        The identifier of the account link.

        Parameters:
        accountLinkId - The identifier of the account link.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceAccountId

        AccountLink.Builder sourceAccountId​(String sourceAccountId)

        The identifier of the source account.

        Parameters:
        sourceAccountId - The identifier of the source account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetAccountId

        AccountLink.Builder targetAccountId​(String targetAccountId)

        The identifier of the target account.

        Parameters:
        targetAccountId - The identifier of the target account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.