Package com.mypurecloud.sdk.v2.model
Class ContactListFilterRange
java.lang.Object
com.mypurecloud.sdk.v2.model.ContactListFilterRange
- All Implemented Interfaces:
Serializable
ContactListFilterRange
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetInSet()getMax()getMin()inthashCode()A set of values that the contact data should be in.The maximum value of the range.maxInclusive(Boolean maxInclusive) Whether or not to include the maximum in the range.The minimum value of the range.minInclusive(Boolean minInclusive) Whether or not to include the minimum in the range.voidvoidvoidsetMaxInclusive(Boolean maxInclusive) voidvoidsetMinInclusive(Boolean minInclusive) toString()
-
Constructor Details
-
ContactListFilterRange
public ContactListFilterRange() -
ContactListFilterRange
-
-
Method Details
-
min
The minimum value of the range. Required for the operator BETWEEN. -
getMin
-
setMin
-
max
The maximum value of the range. Required for the operator BETWEEN. -
getMax
-
setMax
-
minInclusive
Whether or not to include the minimum in the range. -
getMinInclusive
-
setMinInclusive
-
maxInclusive
Whether or not to include the maximum in the range. -
getMaxInclusive
-
setMaxInclusive
-
inSet
A set of values that the contact data should be in. Required for the IN operator. -
getInSet
-
setInSet
-
equals
-
hashCode
public int hashCode() -
toString
-