Uses of Class
com.mypurecloud.sdk.v2.model.DNCListUploadUrlRequest
Packages that use DNCListUploadUrlRequest
Package
Description
-
Uses of DNCListUploadUrlRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type DNCListUploadUrlRequestModifier and TypeMethodDescriptionOutboundApi.postOutboundDnclistsUploads(DNCListUploadUrlRequest body) Generate presigned upload URL for dnc list.OutboundApi.postOutboundDnclistsUploadsWithHttpInfo(DNCListUploadUrlRequest body) Generate presigned upload URL for dnc list.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type DNCListUploadUrlRequestModifier and TypeMethodDescriptionOutboundApi.postOutboundDnclistsUploads(ApiRequest<DNCListUploadUrlRequest> request) Generate presigned upload URL for dnc list.OutboundApiAsync.postOutboundDnclistsUploadsAsync(ApiRequest<DNCListUploadUrlRequest> request, AsyncApiCallback<ApiResponse<UploadUrlResponse>> callback) Generate presigned upload URL for dnc list. -
Uses of DNCListUploadUrlRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return DNCListUploadUrlRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type DNCListUploadUrlRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type DNCListUploadUrlRequestModifier and TypeMethodDescriptionPostOutboundDnclistsUploadsRequest.builder(DNCListUploadUrlRequest body) voidPostOutboundDnclistsUploadsRequest.setBody(DNCListUploadUrlRequest body) PostOutboundDnclistsUploadsRequest.Builder.withBody(DNCListUploadUrlRequest body) PostOutboundDnclistsUploadsRequest.withBody(DNCListUploadUrlRequest body) PostOutboundDnclistsUploadsRequest.Builder.withRequiredParams(DNCListUploadUrlRequest body) -
Uses of DNCListUploadUrlRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DNCListUploadUrlRequestModifier and TypeMethodDescriptionDNCListUploadUrlRequest.contentType(String contentType) The content type of the file to upload.DNCListUploadUrlRequest.customExclusionColumns(String customExclusionColumns) The column names from your file from which to upload dnc custom exclusion column entries.DNCListUploadUrlRequest.emailColumns(String emailColumns) The column names from your file from which to upload dnc emails.DNCListUploadUrlRequest.expirationDateTimeColumn(String expirationDateTimeColumn) The column name from your file to use as the dnc expiration date time.Id of your dnc list to upload toDNCListUploadUrlRequest.phoneColumns(String phoneColumns) The column names from your file from which to upload dnc phone numbers.DNCListUploadUrlRequest.signedUrlTimeoutSeconds(Integer signedUrlTimeoutSeconds) The number of seconds the presigned URL is valid for (from 1 to 604800 seconds).DNCListUploadUrlRequest.whatsAppColumns(String whatsAppColumns) The column names from your file from which to upload dnc whatsapp.