Package com.mypurecloud.sdk.v2.model
Class ContactListFilterClause
java.lang.Object
com.mypurecloud.sdk.v2.model.ContactListFilterClause
- All Implemented Interfaces:
Serializable
ContactListFilterClause
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumHow to join predicates together. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfilterType(ContactListFilterClause.FilterTypeEnum filterType) How to join predicates together.inthashCode()predicates(List<ContactListFilterPredicate> predicates) Conditions to filter the contacts by.voidsetFilterType(ContactListFilterClause.FilterTypeEnum filterType) voidsetPredicates(List<ContactListFilterPredicate> predicates) toString()
-
Constructor Details
-
ContactListFilterClause
public ContactListFilterClause() -
ContactListFilterClause
-
-
Method Details
-
filterType
How to join predicates together. -
getFilterType
-
setFilterType
-
predicates
Conditions to filter the contacts by. -
getPredicates
-
setPredicates
-
equals
-
hashCode
public int hashCode() -
toString
-