Package com.mypurecloud.sdk.v2.model
Class ContactListUploadUrlRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.ContactListUploadUrlRequest
- All Implemented Interfaces:
Serializable
ContactListUploadUrlRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclearSystemData(Boolean clearSystemData) Whether to clear system datacontactIdName(String contactIdName) The column name from your file to use as the contact id.contentType(String contentType) The content type of the file to upload.divisionIdForTargetContactLists(String divisionIdForTargetContactLists) Id of the division to be used for the creation of the target contact lists.booleanfileSpecificationTemplateId(String fileSpecificationTemplateId) File specification template IDgetId()inthashCode()Id of your contact list to upload toimportTemplateId(String importTemplateId) Id of your import template to use.listNamePrefix(String listNamePrefix) String that will replace %N in the listNameFormat specified on the import template.voidsetClearSystemData(Boolean clearSystemData) voidsetContactIdName(String contactIdName) voidsetContentType(String contentType) voidsetDivisionIdForTargetContactLists(String divisionIdForTargetContactLists) voidsetFileSpecificationTemplateId(String fileSpecificationTemplateId) voidvoidsetImportTemplateId(String importTemplateId) voidsetListNamePrefix(String listNamePrefix) voidsetSignedUrlTimeoutSeconds(Integer signedUrlTimeoutSeconds) signedUrlTimeoutSeconds(Integer signedUrlTimeoutSeconds) The number of seconds the presigned URL is valid for (from 1 to 604800 seconds).toString()
-
Constructor Details
-
ContactListUploadUrlRequest
public ContactListUploadUrlRequest() -
ContactListUploadUrlRequest
-
-
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 MIME types are text/csv, application/vnd.ms-excel, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet -
getContentType
-
setContentType
-
id
Id of your contact list to upload to -
getId
-
setId
-
contactIdName
The column name from your file to use as the contact id. -
getContactIdName
-
setContactIdName
-
importTemplateId
Id of your import template to use. -
getImportTemplateId
-
setImportTemplateId
-
listNamePrefix
String that will replace %N in the listNameFormat specified on the import template. -
getListNamePrefix
-
setListNamePrefix
-
clearSystemData
Whether to clear system data -
getClearSystemData
-
setClearSystemData
-
divisionIdForTargetContactLists
public ContactListUploadUrlRequest divisionIdForTargetContactLists(String divisionIdForTargetContactLists) Id of the division to be used for the creation of the target contact lists. If not provided, Home division will be used. -
getDivisionIdForTargetContactLists
-
setDivisionIdForTargetContactLists
-
fileSpecificationTemplateId
File specification template ID -
getFileSpecificationTemplateId
-
setFileSpecificationTemplateId
-
equals
-
hashCode
public int hashCode() -
toString
-