NamespaceRuleBasedProperties.Builder |
NamespaceRuleBasedProperties.Builder.attributeMatchingModel(String attributeMatchingModel) |
The comparison type.
|
NamespaceRuleBasedProperties.Builder |
NamespaceRuleBasedProperties.Builder.attributeMatchingModel(AttributeMatchingModel attributeMatchingModel) |
The comparison type.
|
static NamespaceRuleBasedProperties.Builder |
NamespaceRuleBasedProperties.builder() |
|
NamespaceRuleBasedProperties.Builder |
NamespaceRuleBasedProperties.Builder.recordMatchingModels(Collection<RecordMatchingModel> recordMatchingModels) |
The type of matching record that is allowed to be used in an ID mapping workflow.
|
NamespaceRuleBasedProperties.Builder |
NamespaceRuleBasedProperties.Builder.recordMatchingModels(RecordMatchingModel... recordMatchingModels) |
The type of matching record that is allowed to be used in an ID mapping workflow.
|
NamespaceRuleBasedProperties.Builder |
NamespaceRuleBasedProperties.Builder.recordMatchingModelsWithStrings(String... recordMatchingModels) |
The type of matching record that is allowed to be used in an ID mapping workflow.
|
NamespaceRuleBasedProperties.Builder |
NamespaceRuleBasedProperties.Builder.recordMatchingModelsWithStrings(Collection<String> recordMatchingModels) |
The type of matching record that is allowed to be used in an ID mapping workflow.
|
NamespaceRuleBasedProperties.Builder |
NamespaceRuleBasedProperties.Builder.ruleDefinitionTypes(Collection<IdMappingWorkflowRuleDefinitionType> ruleDefinitionTypes) |
The sets of rules you can use in an ID mapping workflow.
|
NamespaceRuleBasedProperties.Builder |
NamespaceRuleBasedProperties.Builder.ruleDefinitionTypes(IdMappingWorkflowRuleDefinitionType... ruleDefinitionTypes) |
The sets of rules you can use in an ID mapping workflow.
|
NamespaceRuleBasedProperties.Builder |
NamespaceRuleBasedProperties.Builder.ruleDefinitionTypesWithStrings(String... ruleDefinitionTypes) |
The sets of rules you can use in an ID mapping workflow.
|
NamespaceRuleBasedProperties.Builder |
NamespaceRuleBasedProperties.Builder.ruleDefinitionTypesWithStrings(Collection<String> ruleDefinitionTypes) |
The sets of rules you can use in an ID mapping workflow.
|
NamespaceRuleBasedProperties.Builder |
NamespaceRuleBasedProperties.Builder.rules(Collection<Rule> rules) |
The rules for the ID namespace.
|
NamespaceRuleBasedProperties.Builder |
NamespaceRuleBasedProperties.Builder.rules(Consumer<Rule.Builder>... rules) |
The rules for the ID namespace.
|
NamespaceRuleBasedProperties.Builder |
NamespaceRuleBasedProperties.Builder.rules(Rule... rules) |
The rules for the ID namespace.
|
NamespaceRuleBasedProperties.Builder |
NamespaceRuleBasedProperties.toBuilder() |
|