Package com.mypurecloud.sdk.v2.model
Class DialerContactlistfilterConfigChangeContactListFilter
java.lang.Object
com.mypurecloud.sdk.v2.model.DialerContactlistfilterConfigChangeContactListFilter
- All Implemented Interfaces:
Serializable
public class DialerContactlistfilterConfigChangeContactListFilter
extends Object
implements Serializable
DialerContactlistfilterConfigChangeContactListFilter
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumContact list filter type -
Constructor Summary
ConstructorsConstructorDescriptionDialerContactlistfilterConfigChangeContactListFilter(Boolean initWithEmptyList) -
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) contactListColumns(List<String> contactListColumns) The list of contact list columnsdateCreated(Date dateCreated) Creation time of the entitydateModified(Date dateModified) Last modified time of the entitybooleanContact list filter typegetId()getName()inthashCode()The globally unique identifier for the object.The UI-visible name of the objectvoidsetAdditionalProperties(Map<String, Object> additionalProperties) voidvoidvoidsetContactListColumns(List<String> contactListColumns) voidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) voidvoidvoidvoidsetVersion(Long version) toString()Required for updates, must match the version number of the most recent update
-
Constructor Details
-
DialerContactlistfilterConfigChangeContactListFilter
public DialerContactlistfilterConfigChangeContactListFilter() -
DialerContactlistfilterConfigChangeContactListFilter
-
-
Method Details
-
contactList
public DialerContactlistfilterConfigChangeContactListFilter contactList(DialerContactlistfilterConfigChangeUriReference contactList) -
getContactList
-
setContactList
-
contactListColumns
public DialerContactlistfilterConfigChangeContactListFilter contactListColumns(List<String> contactListColumns) The list of contact list columns -
getContactListColumns
-
setContactListColumns
-
clauses
public DialerContactlistfilterConfigChangeContactListFilter clauses(List<DialerContactlistfilterConfigChangeFilterClause> clauses) -
getClauses
-
setClauses
-
filterType
public DialerContactlistfilterConfigChangeContactListFilter filterType(DialerContactlistfilterConfigChangeContactListFilter.FilterTypeEnum filterType) Contact list filter type -
getFilterType
-
setFilterType
public void setFilterType(DialerContactlistfilterConfigChangeContactListFilter.FilterTypeEnum filterType) -
additionalProperties
public DialerContactlistfilterConfigChangeContactListFilter additionalProperties(Map<String, Object> additionalProperties) -
getAdditionalProperties
-
setAdditionalProperties
-
id
The globally unique identifier for the object. -
getId
-
setId
-
name
The UI-visible name of the object -
getName
-
setName
-
dateCreated
Creation time of the entity -
getDateCreated
-
setDateCreated
-
dateModified
Last modified time of the entity -
getDateModified
-
setDateModified
-
version
Required for updates, must match the version number of the most recent update -
getVersion
-
setVersion
-
equals
-
hashCode
public int hashCode() -
toString
-