Package com.mypurecloud.sdk.v2.model
Class ContactBulkSearchCriteria
java.lang.Object
com.mypurecloud.sdk.v2.model.ContactBulkSearchCriteria
- All Implemented Interfaces:
Serializable
ContactBulkSearchCriteria
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumHow to join clauses together. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclauses(List<ContactListFilterClause> clauses) Groups of conditions to filter the contacts by.booleanfilterType(ContactBulkSearchCriteria.FilterTypeEnum filterType) How to join clauses together.inthashCode()voidsetClauses(List<ContactListFilterClause> clauses) voidtoString()
-
Constructor Details
-
ContactBulkSearchCriteria
public ContactBulkSearchCriteria() -
ContactBulkSearchCriteria
-
-
Method Details