Class ContactListFilterRange

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

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

    • ContactListFilterRange

      public ContactListFilterRange()
    • ContactListFilterRange

      public ContactListFilterRange(Boolean initWithEmptyList)
  • Method Details

    • min

      public ContactListFilterRange min(String min)
      The minimum value of the range. Required for the operator BETWEEN.
    • getMin

      public String getMin()
    • setMin

      public void setMin(String min)
    • max

      public ContactListFilterRange max(String max)
      The maximum value of the range. Required for the operator BETWEEN.
    • getMax

      public String getMax()
    • setMax

      public void setMax(String max)
    • minInclusive

      public ContactListFilterRange minInclusive(Boolean minInclusive)
      Whether or not to include the minimum in the range.
    • getMinInclusive

      public Boolean getMinInclusive()
    • setMinInclusive

      public void setMinInclusive(Boolean minInclusive)
    • maxInclusive

      public ContactListFilterRange maxInclusive(Boolean maxInclusive)
      Whether or not to include the maximum in the range.
    • getMaxInclusive

      public Boolean getMaxInclusive()
    • setMaxInclusive

      public void setMaxInclusive(Boolean maxInclusive)
    • inSet

      public ContactListFilterRange inSet(List<String> inSet)
      A set of values that the contact data should be in. Required for the IN operator.
    • getInSet

      public List<String> getInSet()
    • setInSet

      public void setInSet(List<String> inSet)
    • 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