Class Filter

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

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

    • Filter

      public Filter()
    • Filter

      public Filter(Boolean initWithEmptyList)
  • Method Details

    • name

      public Filter name(String name)
      The name of the field by which to filter.
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • type

      public Filter type(String type)
      The type of the filter, DATE or STRING.
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • operator

      public Filter operator(String operator)
      The operation that the filter performs.
    • getOperator

      public String getOperator()
    • setOperator

      public void setOperator(String operator)
    • values

      public Filter values(List<String> values)
      The values to make the filter comparison against.
    • getValues

      public List<String> getValues()
    • setValues

      public void setValues(List<String> values)
    • 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