Package com.mypurecloud.sdk.v2.model
Class DncList
java.lang.Object
com.mypurecloud.sdk.v2.model.DncList
- All Implemented Interfaces:
Serializable
DncList
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe contact method.static enumThe type of the DncList. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncampaignId(String campaignId) A dnc.com campaignId.contactMethod(DncList.ContactMethodEnum contactMethod) The contact method.customExclusionColumn(String customExclusionColumn) The column to evaluate exclusion against.division(DomainEntityRef division) The division this DncList belongs to.The list of dnc.com codes to be treated as DNC.booleangetId()getName()getSize()inthashCode()A gryphon license number.A dnc.com loginId.The name of the DncList.voidsetCampaignId(String campaignId) voidsetContactMethod(DncList.ContactMethodEnum contactMethod) voidsetCustomExclusionColumn(String customExclusionColumn) voidsetDivision(DomainEntityRef division) voidsetDncCodes(List<String> dncCodes) voidsetLicenseId(String licenseId) voidsetLoginId(String loginId) voidvoidsetVersion(Integer version) toString()Required for updates, must match the version number of the most recent update
-
Constructor Details
-
DncList
public DncList() -
DncList
-
-
Method Details
-
getId
-
name
The name of the DncList. -
getName
-
setName
-
getDateCreated
-
getDateModified
-
version
Required for updates, must match the version number of the most recent update -
getVersion
-
setVersion
-
getImportStatus
-
getSize
-
getDncSourceType
-
contactMethod
The contact method. Required if dncSourceType is rds. -
getContactMethod
-
setContactMethod
-
loginId
A dnc.com loginId. Required if the dncSourceType is dnc.com. -
getLoginId
-
setLoginId
-
campaignId
A dnc.com campaignId. Optional if the dncSourceType is dnc.com. -
getCampaignId
-
setCampaignId
-
dncCodes
The list of dnc.com codes to be treated as DNC. Required if the dncSourceType is dnc.com. -
getDncCodes
-
setDncCodes
-
licenseId
A gryphon license number. Required if the dncSourceType is gryphon. -
getLicenseId
-
setLicenseId
-
division
The division this DncList belongs to. -
getDivision
-
setDivision
-
customExclusionColumn
The column to evaluate exclusion against. Required if the dncSourceType is rds_custom. -
getCustomExclusionColumn
-
setCustomExclusionColumn
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-