Uses of Class
com.mypurecloud.sdk.v2.model.ContactListFilterPredicate
Packages that use ContactListFilterPredicate
-
Uses of ContactListFilterPredicate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ContactListFilterPredicateModifier and TypeMethodDescriptionContact list column from the ContactListFilter's contactList.ContactListFilterPredicate.columnType(ContactListFilterPredicate.ColumnTypeEnum columnType) The type of data in the contact column.Inverts the result of the predicate (i.e., if the predicate returns true, inverting it will return false).ContactListFilterPredicate.operator(ContactListFilterPredicate.OperatorEnum operator) The operator for this ContactListFilterPredicate.ContactListFilterPredicate.range(ContactListFilterRange range) A range of values.Value with which to compare the contact's data.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ContactListFilterPredicateMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ContactListFilterPredicateModifier and TypeMethodDescriptionContactListFilterClause.predicates(List<ContactListFilterPredicate> predicates) Conditions to filter the contacts by.voidContactListFilterClause.setPredicates(List<ContactListFilterPredicate> predicates)