Uses of Class
com.mypurecloud.sdk.v2.model.ContactListUploadUrlRequest
Packages that use ContactListUploadUrlRequest
Package
Description
-
Uses of ContactListUploadUrlRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type ContactListUploadUrlRequestModifier and TypeMethodDescriptionOutboundApi.postOutboundContactlistsUploads(ContactListUploadUrlRequest body) Generate presigned upload URL for contact list.OutboundApi.postOutboundContactlistsUploadsWithHttpInfo(ContactListUploadUrlRequest body) Generate presigned upload URL for contact list.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type ContactListUploadUrlRequestModifier and TypeMethodDescriptionOutboundApi.postOutboundContactlistsUploads(ApiRequest<ContactListUploadUrlRequest> request) Generate presigned upload URL for contact list.OutboundApiAsync.postOutboundContactlistsUploadsAsync(ApiRequest<ContactListUploadUrlRequest> request, AsyncApiCallback<ApiResponse<UploadUrlResponse>> callback) Generate presigned upload URL for contact list. -
Uses of ContactListUploadUrlRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return ContactListUploadUrlRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type ContactListUploadUrlRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type ContactListUploadUrlRequestModifier and TypeMethodDescriptionPostOutboundContactlistsUploadsRequest.builder(ContactListUploadUrlRequest body) voidPostOutboundContactlistsUploadsRequest.setBody(ContactListUploadUrlRequest body) PostOutboundContactlistsUploadsRequest.Builder.withBody(ContactListUploadUrlRequest body) PostOutboundContactlistsUploadsRequest.withBody(ContactListUploadUrlRequest body) PostOutboundContactlistsUploadsRequest.Builder.withRequiredParams(ContactListUploadUrlRequest body) -
Uses of ContactListUploadUrlRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ContactListUploadUrlRequestModifier and TypeMethodDescriptionContactListUploadUrlRequest.clearSystemData(Boolean clearSystemData) Whether to clear system dataContactListUploadUrlRequest.contactIdName(String contactIdName) The column name from your file to use as the contact id.ContactListUploadUrlRequest.contentType(String contentType) The content type of the file to upload.ContactListUploadUrlRequest.divisionIdForTargetContactLists(String divisionIdForTargetContactLists) Id of the division to be used for the creation of the target contact lists.ContactListUploadUrlRequest.fileSpecificationTemplateId(String fileSpecificationTemplateId) File specification template IDId of your contact list to upload toContactListUploadUrlRequest.importTemplateId(String importTemplateId) Id of your import template to use.ContactListUploadUrlRequest.listNamePrefix(String listNamePrefix) String that will replace %N in the listNameFormat specified on the import template.ContactListUploadUrlRequest.signedUrlTimeoutSeconds(Integer signedUrlTimeoutSeconds) The number of seconds the presigned URL is valid for (from 1 to 604800 seconds).