Package com.mypurecloud.sdk.v2.model
Class DNCListUploadUrlRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.DNCListUploadUrlRequest
- All Implemented Interfaces:
Serializable
DNCListUploadUrlRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontentType(String contentType) The content type of the file to upload.customExclusionColumns(String customExclusionColumns) The column names from your file from which to upload dnc custom exclusion column entries.emailColumns(String emailColumns) The column names from your file from which to upload dnc emails.booleanexpirationDateTimeColumn(String expirationDateTimeColumn) The column name from your file to use as the dnc expiration date time.getId()inthashCode()Id of your dnc list to upload tophoneColumns(String phoneColumns) The column names from your file from which to upload dnc phone numbers.voidsetContentType(String contentType) voidsetCustomExclusionColumns(String customExclusionColumns) voidsetEmailColumns(String emailColumns) voidsetExpirationDateTimeColumn(String expirationDateTimeColumn) voidvoidsetPhoneColumns(String phoneColumns) voidsetSignedUrlTimeoutSeconds(Integer signedUrlTimeoutSeconds) voidsetWhatsAppColumns(String whatsAppColumns) signedUrlTimeoutSeconds(Integer signedUrlTimeoutSeconds) The number of seconds the presigned URL is valid for (from 1 to 604800 seconds).toString()whatsAppColumns(String whatsAppColumns) The column names from your file from which to upload dnc whatsapp.
-
Constructor Details
-
DNCListUploadUrlRequest
public DNCListUploadUrlRequest() -
DNCListUploadUrlRequest
-
-
Method Details
-
signedUrlTimeoutSeconds
The number of seconds the presigned URL is valid for (from 1 to 604800 seconds). If none provided, defaults to 600 seconds -
getSignedUrlTimeoutSeconds
-
setSignedUrlTimeoutSeconds
-
contentType
The content type of the file to upload. Allows all types are text/csv, application/vnd.ms-excel, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet -
getContentType
-
setContentType
-
id
Id of your dnc list to upload to -
getId
-
setId
-
phoneColumns
The column names from your file from which to upload dnc phone numbers. -
getPhoneColumns
-
setPhoneColumns
-
emailColumns
The column names from your file from which to upload dnc emails. -
getEmailColumns
-
setEmailColumns
-
customExclusionColumns
The column names from your file from which to upload dnc custom exclusion column entries. -
getCustomExclusionColumns
-
setCustomExclusionColumns
-
expirationDateTimeColumn
The column name from your file to use as the dnc expiration date time. -
getExpirationDateTimeColumn
-
setExpirationDateTimeColumn
-
whatsAppColumns
The column names from your file from which to upload dnc whatsapp. -
getWhatsAppColumns
-
setWhatsAppColumns
-
equals
-
hashCode
public int hashCode() -
toString
-