public static interface ResolutionTechniques.Builder extends SdkPojo, CopyableBuilder<ResolutionTechniques.Builder,ResolutionTechniques>
| Modifier and Type | Method and Description |
|---|---|
ResolutionTechniques.Builder |
resolutionType(ResolutionType resolutionType)
There are two types of matching,
RULE_MATCHING and ML_MATCHING |
ResolutionTechniques.Builder |
resolutionType(String resolutionType)
There are two types of matching,
RULE_MATCHING and ML_MATCHING |
default ResolutionTechniques.Builder |
ruleBasedProperties(Consumer<RuleBasedProperties.Builder> ruleBasedProperties)
An object which defines the list of matching rules to run and has a field
Rules, which is a list
of rule objects. |
ResolutionTechniques.Builder |
ruleBasedProperties(RuleBasedProperties ruleBasedProperties)
An object which defines the list of matching rules to run and has a field
Rules, which is a list
of rule objects. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResolutionTechniques.Builder resolutionType(String resolutionType)
There are two types of matching, RULE_MATCHING and ML_MATCHING
resolutionType - There are two types of matching, RULE_MATCHING and ML_MATCHINGResolutionType,
ResolutionTypeResolutionTechniques.Builder resolutionType(ResolutionType resolutionType)
There are two types of matching, RULE_MATCHING and ML_MATCHING
resolutionType - There are two types of matching, RULE_MATCHING and ML_MATCHINGResolutionType,
ResolutionTypeResolutionTechniques.Builder ruleBasedProperties(RuleBasedProperties ruleBasedProperties)
An object which defines the list of matching rules to run and has a field Rules, which is a list
of rule objects.
ruleBasedProperties - An object which defines the list of matching rules to run and has a field Rules, which is
a list of rule objects.default ResolutionTechniques.Builder ruleBasedProperties(Consumer<RuleBasedProperties.Builder> ruleBasedProperties)
An object which defines the list of matching rules to run and has a field Rules, which is a list
of rule objects.
RuleBasedProperties.Builder avoiding the
need to create one manually via RuleBasedProperties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to ruleBasedProperties(RuleBasedProperties).
ruleBasedProperties - a consumer that will call methods on RuleBasedProperties.BuilderruleBasedProperties(RuleBasedProperties)Copyright © 2023. All rights reserved.