Package com.mypurecloud.sdk.v2.model
Class DialerContactlistConfigChangeContactList
java.lang.Object
com.mypurecloud.sdk.v2.model.DialerContactlistConfigChangeContactList
- All Implemented Interfaces:
Serializable
DialerContactlistConfigChangeContactList
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) attemptLimits(DialerContactlistConfigChangeUriReference attemptLimits) automaticTimeZoneMapping(Boolean automaticTimeZoneMapping) whether or not automatic time zone mapping is enabled on the listcolumnNames(List<String> columnNames) the contact column namesdateCreated(Date dateCreated) Creation time of the entitydateModified(Date dateModified) Last modified time of the entityA UriReference for a resourceemailColumns(List<DialerContactlistConfigChangeEmailColumn> emailColumns) the columns containing email addressesbooleangetId()getName()getSize()inthashCode()The globally unique identifier for the object.importStatus(DialerContactlistConfigChangeImportStatus importStatus) The UI-visible name of the objectthe columns containing phone numberspreviewModeAcceptedValues(List<String> previewModeAcceptedValues) list of user-defined values indicating the contact is to be dialed in preview mode onlypreviewModeColumnName(String previewModeColumnName) the name of the column that holds the indicators for contacts that are to be dialed in preview mode onlyvoidsetAdditionalProperties(Map<String, Object> additionalProperties) voidsetAttemptLimits(DialerContactlistConfigChangeUriReference attemptLimits) voidsetAutomaticTimeZoneMapping(Boolean automaticTimeZoneMapping) voidsetColumnNames(List<String> columnNames) voidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) voidvoidsetEmailColumns(List<DialerContactlistConfigChangeEmailColumn> emailColumns) voidvoidsetImportStatus(DialerContactlistConfigChangeImportStatus importStatus) voidvoidvoidsetPreviewModeAcceptedValues(List<String> previewModeAcceptedValues) voidsetPreviewModeColumnName(String previewModeColumnName) voidvoidsetVersion(Long version) voidsetZipCodeColumnName(String zipCodeColumnName) the number of contacts in the contact listtoString()Required for updates, must match the version number of the most recent updatezipCodeColumnName(String zipCodeColumnName) zip code column from the contact list to be used optionally with automatic time zone mapping
-
Constructor Details
-
DialerContactlistConfigChangeContactList
public DialerContactlistConfigChangeContactList() -
DialerContactlistConfigChangeContactList
-
-
Method Details
-
columnNames
the contact column names -
getColumnNames
-
setColumnNames
-
phoneColumns
public DialerContactlistConfigChangeContactList phoneColumns(List<DialerContactlistConfigChangeContactPhoneNumberColumn> phoneColumns) the columns containing phone numbers -
getPhoneColumns
-
setPhoneColumns
public void setPhoneColumns(List<DialerContactlistConfigChangeContactPhoneNumberColumn> phoneColumns) -
emailColumns
public DialerContactlistConfigChangeContactList emailColumns(List<DialerContactlistConfigChangeEmailColumn> emailColumns) the columns containing email addresses -
getEmailColumns
-
setEmailColumns
-
importStatus
public DialerContactlistConfigChangeContactList importStatus(DialerContactlistConfigChangeImportStatus importStatus) -
getImportStatus
-
setImportStatus
-
previewModeColumnName
the name of the column that holds the indicators for contacts that are to be dialed in preview mode only -
getPreviewModeColumnName
-
setPreviewModeColumnName
-
previewModeAcceptedValues
public DialerContactlistConfigChangeContactList previewModeAcceptedValues(List<String> previewModeAcceptedValues) list of user-defined values indicating the contact is to be dialed in preview mode only -
getPreviewModeAcceptedValues
-
setPreviewModeAcceptedValues
-
size
the number of contacts in the contact list -
getSize
-
setSize
-
attemptLimits
public DialerContactlistConfigChangeContactList attemptLimits(DialerContactlistConfigChangeUriReference attemptLimits) -
getAttemptLimits
-
setAttemptLimits
-
automaticTimeZoneMapping
public DialerContactlistConfigChangeContactList automaticTimeZoneMapping(Boolean automaticTimeZoneMapping) whether or not automatic time zone mapping is enabled on the list -
getAutomaticTimeZoneMapping
-
setAutomaticTimeZoneMapping
-
zipCodeColumnName
zip code column from the contact list to be used optionally with automatic time zone mapping -
getZipCodeColumnName
-
setZipCodeColumnName
-
division
public DialerContactlistConfigChangeContactList division(DialerContactlistConfigChangeUriReference division) A UriReference for a resource -
getDivision
-
setDivision
-
additionalProperties
public DialerContactlistConfigChangeContactList 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
-