Uses of Class
com.mypurecloud.sdk.v2.model.EnrichFieldRule
Packages that use EnrichFieldRule
-
Uses of EnrichFieldRule in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EnrichFieldRuleModifier and TypeMethodDescriptionEnrichFieldRule.action(EnrichFieldRule.ActionEnum action) The behavior for how to combine data from the request body and the database.EnrichFieldRule.arrayAction(EnrichFieldRule.ArrayActionEnum arrayAction) The behavior for how to combine items in array field from the request body and the database.A restricted JSONPath naming the specific field this combining behavior should apply to.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type EnrichFieldRuleMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type EnrichFieldRuleModifier and TypeMethodDescriptionEnrichFieldRules.rules(List<EnrichFieldRule> rules) Field-specific behaviors for how to combine data from different sources.voidEnrichFieldRules.setRules(List<EnrichFieldRule> rules)