Uses of Class
com.mypurecloud.sdk.v2.model.PreprocessingRule
Packages that use PreprocessingRule
-
Uses of PreprocessingRule in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PreprocessingRuleModifier and TypeMethodDescriptionThe regular expression to which file lines are to be matched.Replaces all matching substrings in every line.PreprocessingRule.ignoreCase(Boolean ignoreCase) Enables case-insensitive matchingPreprocessingRule.replaceWith(String replaceWith) The string to be substituted for each match.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type PreprocessingRuleMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type PreprocessingRuleModifier and TypeMethodDescriptionFileSpecificationTemplate.preprocessingRules(List<PreprocessingRule> preprocessingRules) Preprocessing rulesvoidFileSpecificationTemplate.setPreprocessingRules(List<PreprocessingRule> preprocessingRules)