Interface AttributeTypesSelector.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AttributeTypesSelector.Builder,AttributeTypesSelector>, SdkBuilder<AttributeTypesSelector.Builder,AttributeTypesSelector>, SdkPojo
Enclosing class:
AttributeTypesSelector

public static interface AttributeTypesSelector.Builder extends SdkPojo, CopyableBuilder<AttributeTypesSelector.Builder,AttributeTypesSelector>
  • Method Details

    • attributeMatchingModel

      AttributeTypesSelector.Builder attributeMatchingModel(String attributeMatchingModel)

      Configures the AttributeMatchingModel, you can either choose ONE_TO_ONE or MANY_TO_MANY.

      Parameters:
      attributeMatchingModel - Configures the AttributeMatchingModel, you can either choose ONE_TO_ONE or MANY_TO_MANY.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • attributeMatchingModel

      AttributeTypesSelector.Builder attributeMatchingModel(AttributeMatchingModel attributeMatchingModel)

      Configures the AttributeMatchingModel, you can either choose ONE_TO_ONE or MANY_TO_MANY.

      Parameters:
      attributeMatchingModel - Configures the AttributeMatchingModel, you can either choose ONE_TO_ONE or MANY_TO_MANY.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • address

      The Address type. You can choose from Address, BusinessAddress, MaillingAddress, and ShippingAddress.

      You only can use the Address type in the MatchingRule. For example, if you want to match profile based on BusinessAddress.City or MaillingAddress.City, you need to choose the BusinessAddress and the MaillingAddress to represent the Address type and specify the Address.City on the matching rule.

      Parameters:
      address - The Address type. You can choose from Address, BusinessAddress, MaillingAddress, and ShippingAddress.

      You only can use the Address type in the MatchingRule. For example, if you want to match profile based on BusinessAddress.City or MaillingAddress.City, you need to choose the BusinessAddress and the MaillingAddress to represent the Address type and specify the Address.City on the matching rule.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • address

      The Address type. You can choose from Address, BusinessAddress, MaillingAddress, and ShippingAddress.

      You only can use the Address type in the MatchingRule. For example, if you want to match profile based on BusinessAddress.City or MaillingAddress.City, you need to choose the BusinessAddress and the MaillingAddress to represent the Address type and specify the Address.City on the matching rule.

      Parameters:
      address - The Address type. You can choose from Address, BusinessAddress, MaillingAddress, and ShippingAddress.

      You only can use the Address type in the MatchingRule. For example, if you want to match profile based on BusinessAddress.City or MaillingAddress.City, you need to choose the BusinessAddress and the MaillingAddress to represent the Address type and specify the Address.City on the matching rule.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • phoneNumber

      The PhoneNumber type. You can choose from PhoneNumber, HomePhoneNumber , and MobilePhoneNumber.

      You only can use the PhoneNumber type in the MatchingRule. For example, if you want to match a profile based on Phone or HomePhone, you need to choose the Phone and the HomePhone to represent the PhoneNumber type and only specify the PhoneNumber on the matching rule.

      Parameters:
      phoneNumber - The PhoneNumber type. You can choose from PhoneNumber, HomePhoneNumber, and MobilePhoneNumber.

      You only can use the PhoneNumber type in the MatchingRule. For example, if you want to match a profile based on Phone or HomePhone, you need to choose the Phone and the HomePhone to represent the PhoneNumber type and only specify the PhoneNumber on the matching rule.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • phoneNumber

      AttributeTypesSelector.Builder phoneNumber(String... phoneNumber)

      The PhoneNumber type. You can choose from PhoneNumber, HomePhoneNumber , and MobilePhoneNumber.

      You only can use the PhoneNumber type in the MatchingRule. For example, if you want to match a profile based on Phone or HomePhone, you need to choose the Phone and the HomePhone to represent the PhoneNumber type and only specify the PhoneNumber on the matching rule.

      Parameters:
      phoneNumber - The PhoneNumber type. You can choose from PhoneNumber, HomePhoneNumber, and MobilePhoneNumber.

      You only can use the PhoneNumber type in the MatchingRule. For example, if you want to match a profile based on Phone or HomePhone, you need to choose the Phone and the HomePhone to represent the PhoneNumber type and only specify the PhoneNumber on the matching rule.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • emailAddress

      AttributeTypesSelector.Builder emailAddress(Collection<String> emailAddress)

      The Email type. You can choose from EmailAddress, BusinessEmailAddress and PersonalEmailAddress.

      You only can use the EmailAddress type in the MatchingRule. For example, if you want to match profile based on PersonalEmailAddress or BusinessEmailAddress, you need to choose the PersonalEmailAddress and the BusinessEmailAddress to represent the EmailAddress type and only specify the EmailAddress on the matching rule.

      Parameters:
      emailAddress - The Email type. You can choose from EmailAddress, BusinessEmailAddress and PersonalEmailAddress.

      You only can use the EmailAddress type in the MatchingRule. For example, if you want to match profile based on PersonalEmailAddress or BusinessEmailAddress, you need to choose the PersonalEmailAddress and the BusinessEmailAddress to represent the EmailAddress type and only specify the EmailAddress on the matching rule.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • emailAddress

      AttributeTypesSelector.Builder emailAddress(String... emailAddress)

      The Email type. You can choose from EmailAddress, BusinessEmailAddress and PersonalEmailAddress.

      You only can use the EmailAddress type in the MatchingRule. For example, if you want to match profile based on PersonalEmailAddress or BusinessEmailAddress, you need to choose the PersonalEmailAddress and the BusinessEmailAddress to represent the EmailAddress type and only specify the EmailAddress on the matching rule.

      Parameters:
      emailAddress - The Email type. You can choose from EmailAddress, BusinessEmailAddress and PersonalEmailAddress.

      You only can use the EmailAddress type in the MatchingRule. For example, if you want to match profile based on PersonalEmailAddress or BusinessEmailAddress, you need to choose the PersonalEmailAddress and the BusinessEmailAddress to represent the EmailAddress type and only specify the EmailAddress on the matching rule.

      Returns:
      Returns a reference to this object so that method calls can be chained together.