Class DncListCreate

java.lang.Object
com.mypurecloud.sdk.v2.model.DncListCreate
All Implemented Interfaces:
Serializable

public class DncListCreate extends Object implements Serializable
DncListCreate
See Also:
  • Constructor Details

    • DncListCreate

      public DncListCreate()
    • DncListCreate

      public DncListCreate(Boolean initWithEmptyList)
  • Method Details

    • getId

      public String getId()
    • name

      public DncListCreate name(String name)
      The name of the DncList.
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDateCreated

      public Date getDateCreated()
    • getDateModified

      public Date getDateModified()
    • version

      public DncListCreate version(Integer version)
      Required for updates, must match the version number of the most recent update
    • getVersion

      public Integer getVersion()
    • setVersion

      public void setVersion(Integer version)
    • getImportStatus

      public ImportStatus getImportStatus()
    • getSize

      public Long getSize()
    • dncSourceType

      public DncListCreate dncSourceType(DncListCreate.DncSourceTypeEnum dncSourceType)
      The type of the DncList.
    • getDncSourceType

      public DncListCreate.DncSourceTypeEnum getDncSourceType()
    • setDncSourceType

      public void setDncSourceType(DncListCreate.DncSourceTypeEnum dncSourceType)
    • contactMethod

      public DncListCreate contactMethod(DncListCreate.ContactMethodEnum contactMethod)
      The contact method. Required if dncSourceType is rds.
    • getContactMethod

      public DncListCreate.ContactMethodEnum getContactMethod()
    • setContactMethod

      public void setContactMethod(DncListCreate.ContactMethodEnum contactMethod)
    • loginId

      public DncListCreate loginId(String loginId)
      A dnc.com loginId. Required if the dncSourceType is dnc.com.
    • getLoginId

      public String getLoginId()
    • setLoginId

      public void setLoginId(String loginId)
    • campaignId

      public DncListCreate campaignId(String campaignId)
      A dnc.com campaignId. Optional if the dncSourceType is dnc.com.
    • getCampaignId

      public String getCampaignId()
    • setCampaignId

      public void setCampaignId(String campaignId)
    • dncCodes

      public DncListCreate dncCodes(List<String> dncCodes)
      The list of dnc.com codes to be treated as DNC. Required if the dncSourceType is dnc.com.
    • getDncCodes

      public List<String> getDncCodes()
    • setDncCodes

      public void setDncCodes(List<String> dncCodes)
    • licenseId

      public DncListCreate licenseId(String licenseId)
      A gryphon license number. Required if the dncSourceType is gryphon.
    • getLicenseId

      public String getLicenseId()
    • setLicenseId

      public void setLicenseId(String licenseId)
    • division

      public DncListCreate division(DomainEntityRef division)
      The division this DncList belongs to.
    • getDivision

      public DomainEntityRef getDivision()
    • setDivision

      public void setDivision(DomainEntityRef division)
    • customExclusionColumn

      public DncListCreate customExclusionColumn(String customExclusionColumn)
      The column to evaluate exclusion against. Required if the dncSourceType is rds_custom.
    • getCustomExclusionColumn

      public String getCustomExclusionColumn()
    • setCustomExclusionColumn

      public void setCustomExclusionColumn(String customExclusionColumn)
    • getSelfUri

      public String getSelfUri()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object