Package com.mypurecloud.sdk.v2.model
Class DncListCreate
java.lang.Object
com.mypurecloud.sdk.v2.model.DncListCreate
- All Implemented Interfaces:
Serializable
DncListCreate
- 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(DncListCreate.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.dncSourceType(DncListCreate.DncSourceTypeEnum dncSourceType) The type of the DncList.booleangetId()getName()getSize()inthashCode()A gryphon license number.A dnc.com loginId.The name of the DncList.voidsetCampaignId(String campaignId) voidsetContactMethod(DncListCreate.ContactMethodEnum contactMethod) voidsetCustomExclusionColumn(String customExclusionColumn) voidsetDivision(DomainEntityRef division) voidsetDncCodes(List<String> dncCodes) voidsetDncSourceType(DncListCreate.DncSourceTypeEnum dncSourceType) 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
-
DncListCreate
public DncListCreate() -
DncListCreate
-
-
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
-
dncSourceType
The type of the DncList. -
getDncSourceType
-
setDncSourceType
-
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
-