Package com.mypurecloud.sdk.v2.model
Class DialerDnclistConfigChangeDncList
java.lang.Object
com.mypurecloud.sdk.v2.model.DialerDnclistConfigChangeDncList
- All Implemented Interfaces:
Serializable
DialerDnclistConfigChangeDncList
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets contactMethodstatic enumthe type of dnc list being created, rds (csv file), gryphon, or dnc.com -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) contactMethod(DialerDnclistConfigChangeDncList.ContactMethodEnum contactMethod) dateCreated(Date dateCreated) Creation time of the entitydateModified(Date dateModified) Last modified time of the entitythe list of dnc.com codes to be treated as DNCdncSourceType(DialerDnclistConfigChangeDncList.DncSourceTypeEnum dncSourceType) the type of dnc list being created, rds (csv file), gryphon, or dnc.combooleangetId()getName()getSize()inthashCode()The globally unique identifier for the object.importStatus(DialerDnclistConfigChangeImportStatus importStatus) the license number if the dncSourceType is gryphonthe loginId if the dncSourceType is dnc.comThe UI-visible name of the objectvoidsetAdditionalProperties(Map<String, Object> additionalProperties) voidvoidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) voidvoidsetDncCodes(List<String> dncCodes) voidvoidvoidsetImportStatus(DialerDnclistConfigChangeImportStatus importStatus) voidsetLicenseId(String licenseId) voidsetLoginId(String loginId) voidvoidvoidsetVersion(Long version) the number of phone numbers in the do not call listtoString()Required for updates, must match the version number of the most recent update
-
Constructor Details
-
DialerDnclistConfigChangeDncList
public DialerDnclistConfigChangeDncList() -
DialerDnclistConfigChangeDncList
-
-
Method Details
-
importStatus
public DialerDnclistConfigChangeDncList importStatus(DialerDnclistConfigChangeImportStatus importStatus) -
getImportStatus
-
setImportStatus
-
size
the number of phone numbers in the do not call list -
getSize
-
setSize
-
dncSourceType
public DialerDnclistConfigChangeDncList dncSourceType(DialerDnclistConfigChangeDncList.DncSourceTypeEnum dncSourceType) the type of dnc list being created, rds (csv file), gryphon, or dnc.com -
getDncSourceType
-
setDncSourceType
-
loginId
the loginId if the dncSourceType is dnc.com -
getLoginId
-
setLoginId
-
dncCodes
the list of dnc.com codes to be treated as DNC -
getDncCodes
-
setDncCodes
-
licenseId
the license number if the dncSourceType is gryphon -
getLicenseId
-
setLicenseId
-
contactMethod
public DialerDnclistConfigChangeDncList contactMethod(DialerDnclistConfigChangeDncList.ContactMethodEnum contactMethod) -
getContactMethod
-
setContactMethod
-
division
-
getDivision
-
setDivision
-
additionalProperties
public DialerDnclistConfigChangeDncList 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
-