Uses of Class
com.mypurecloud.sdk.v2.model.ContactListFilterRange
Packages that use ContactListFilterRange
-
Uses of ContactListFilterRange in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ContactListFilterRangeModifier and TypeMethodDescriptionContactListFilterPredicate.getRange()A set of values that the contact data should be in.The maximum value of the range.ContactListFilterRange.maxInclusive(Boolean maxInclusive) Whether or not to include the maximum in the range.The minimum value of the range.ContactListFilterRange.minInclusive(Boolean minInclusive) Whether or not to include the minimum in the range.Methods in com.mypurecloud.sdk.v2.model with parameters of type ContactListFilterRangeModifier and TypeMethodDescriptionContactListFilterPredicate.range(ContactListFilterRange range) A range of values.voidContactListFilterPredicate.setRange(ContactListFilterRange range)