public static interface AttributeTypesSelector.Builder extends SdkPojo, CopyableBuilder<AttributeTypesSelector.Builder,AttributeTypesSelector>
| Modifier and Type | Method and Description |
|---|---|
AttributeTypesSelector.Builder |
address(Collection<String> address)
The
Address type. |
AttributeTypesSelector.Builder |
address(String... address)
The
Address type. |
AttributeTypesSelector.Builder |
attributeMatchingModel(AttributeMatchingModel attributeMatchingModel)
Configures the
AttributeMatchingModel, you can either choose ONE_TO_ONE or
MANY_TO_MANY. |
AttributeTypesSelector.Builder |
attributeMatchingModel(String attributeMatchingModel)
Configures the
AttributeMatchingModel, you can either choose ONE_TO_ONE or
MANY_TO_MANY. |
AttributeTypesSelector.Builder |
emailAddress(Collection<String> emailAddress)
The
Email type. |
AttributeTypesSelector.Builder |
emailAddress(String... emailAddress)
The
Email type. |
AttributeTypesSelector.Builder |
phoneNumber(Collection<String> phoneNumber)
The
PhoneNumber type. |
AttributeTypesSelector.Builder |
phoneNumber(String... phoneNumber)
The
PhoneNumber type. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAttributeTypesSelector.Builder attributeMatchingModel(String attributeMatchingModel)
Configures the AttributeMatchingModel, you can either choose ONE_TO_ONE or
MANY_TO_MANY.
attributeMatchingModel - Configures the AttributeMatchingModel, you can either choose ONE_TO_ONE or
MANY_TO_MANY.AttributeMatchingModel,
AttributeMatchingModelAttributeTypesSelector.Builder attributeMatchingModel(AttributeMatchingModel attributeMatchingModel)
Configures the AttributeMatchingModel, you can either choose ONE_TO_ONE or
MANY_TO_MANY.
attributeMatchingModel - Configures the AttributeMatchingModel, you can either choose ONE_TO_ONE or
MANY_TO_MANY.AttributeMatchingModel,
AttributeMatchingModelAttributeTypesSelector.Builder address(Collection<String> 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.
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.
AttributeTypesSelector.Builder address(String... 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.
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.
AttributeTypesSelector.Builder phoneNumber(Collection<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.
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.
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.
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.
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.
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.
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.
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.
Copyright © 2023. All rights reserved.