Interface AccountAttribute.Builder

    • Method Detail

      • attributeName

        AccountAttribute.Builder attributeName​(String attributeName)

        The name of the account attribute.

        Parameters:
        attributeName - The name of the account attribute.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributeValues

        AccountAttribute.Builder attributeValues​(Collection<AccountAttributeValue> attributeValues)

        The values for the account attribute.

        Parameters:
        attributeValues - The values for the account attribute.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributeValues

        AccountAttribute.Builder attributeValues​(AccountAttributeValue... attributeValues)

        The values for the account attribute.

        Parameters:
        attributeValues - The values for the account attribute.
        Returns:
        Returns a reference to this object so that method calls can be chained together.