Package com.mypurecloud.sdk.v2.model
Class ContactListFilter
java.lang.Object
com.mypurecloud.sdk.v2.model.ContactListFilter
- All Implemented Interfaces:
Serializable
ContactListFilter
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumHow to join clauses together.static enumThe source type the filter is based on. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclauses(List<ContactListFilterClause> clauses) Groups of conditions to filter the contacts by.contactList(DomainEntityRef contactList) The contact list the filter is based on.contactListTemplate(DomainEntityRef contactListTemplate) The contact list template the filter is based on.booleanfilterType(ContactListFilter.FilterTypeEnum filterType) How to join clauses together.getId()getName()inthashCode()The name of the list.voidsetClauses(List<ContactListFilterClause> clauses) voidsetContactList(DomainEntityRef contactList) voidsetContactListTemplate(DomainEntityRef contactListTemplate) voidsetFilterType(ContactListFilter.FilterTypeEnum filterType) voidvoidsetSourceType(ContactListFilter.SourceTypeEnum sourceType) voidsetVersion(Integer version) sourceType(ContactListFilter.SourceTypeEnum sourceType) The source type the filter is based on.toString()Required for updates, must match the version number of the most recent update
-
Constructor Details
-
ContactListFilter
public ContactListFilter() -
ContactListFilter
-
-
Method Details
-
getId
-
name
The name of the list. -
getName
-
setName
-
getDateCreated
-
getDateModified
-
version
Required for updates, must match the version number of the most recent update -
getVersion
-
setVersion
-
contactList
The contact list the filter is based on. Required if sourceType is ContactList -
getContactList
-
setContactList
-
contactListTemplate
The contact list template the filter is based on. Required if sourceType is ContactListTemplate -
getContactListTemplate
-
setContactListTemplate
-
sourceType
The source type the filter is based on. -
getSourceType
-
setSourceType
-
clauses
Groups of conditions to filter the contacts by. -
getClauses
-
setClauses
-
filterType
How to join clauses together. -
getFilterType
-
setFilterType
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-