Package com.mypurecloud.sdk.v2.model
Class DialerContactlistfilterConfigChangeFilterRange
java.lang.Object
com.mypurecloud.sdk.v2.model.DialerContactlistfilterConfigChangeFilterRange
- All Implemented Interfaces:
Serializable
FilterRange is one of the attributes of a FilterPredicate
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) booleangetInSet()getMax()getMin()inthashCode()Elements that apply to the IN operatorMaximum end of the rangemaxInclusive(Boolean maxInclusive) Whether or not to include the maximum in the rangeMinimum end of the rangeminInclusive(Boolean minInclusive) Whether or not to include the minimum in the rangevoidsetAdditionalProperties(Map<String, Object> additionalProperties) voidvoidvoidsetMaxInclusive(Boolean maxInclusive) voidvoidsetMinInclusive(Boolean minInclusive) toString()
-
Constructor Details
-
DialerContactlistfilterConfigChangeFilterRange
public DialerContactlistfilterConfigChangeFilterRange() -
DialerContactlistfilterConfigChangeFilterRange
-
-
Method Details
-
min
Minimum end of the range -
getMin
-
setMin
-
max
Maximum end of the range -
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
Elements that apply to the IN operator -
getInSet
-
setInSet
-
additionalProperties
public DialerContactlistfilterConfigChangeFilterRange additionalProperties(Map<String, Object> additionalProperties) -
getAdditionalProperties
-
setAdditionalProperties
-
equals
-
hashCode
public int hashCode() -
toString
-