Class PreprocessingRule

java.lang.Object
com.mypurecloud.sdk.v2.model.PreprocessingRule
All Implemented Interfaces:
Serializable

public class PreprocessingRule extends Object implements Serializable
PreprocessingRule
See Also:
  • Constructor Details

    • PreprocessingRule

      public PreprocessingRule()
    • PreprocessingRule

      public PreprocessingRule(Boolean initWithEmptyList)
  • Method Details

    • find

      public PreprocessingRule find(String find)
      The regular expression to which file lines are to be matched.
    • getFind

      public String getFind()
    • setFind

      public void setFind(String find)
    • replaceWith

      public PreprocessingRule replaceWith(String replaceWith)
      The string to be substituted for each match.
    • getReplaceWith

      public String getReplaceWith()
    • setReplaceWith

      public void setReplaceWith(String replaceWith)
    • global

      public PreprocessingRule global(Boolean global)
      Replaces all matching substrings in every line.
    • getGlobal

      public Boolean getGlobal()
    • setGlobal

      public void setGlobal(Boolean global)
    • ignoreCase

      public PreprocessingRule ignoreCase(Boolean ignoreCase)
      Enables case-insensitive matching
    • getIgnoreCase

      public Boolean getIgnoreCase()
    • setIgnoreCase

      public void setIgnoreCase(Boolean ignoreCase)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object