Uses of Class
com.mypurecloud.sdk.v2.api.request.GetDownloadRequest
Packages that use GetDownloadRequest
-
Uses of GetDownloadRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetDownloadRequestModifier and TypeMethodDescriptionDownloadsApi.getDownload(GetDownloadRequest request) Issues a redirect to a signed secure download URL for specified download this method will issue a redirect to the url to the contentDownloadsApiAsync.getDownloadAsync(GetDownloadRequest request, AsyncApiCallback<UrlResponse> callback) Issues a redirect to a signed secure download URL for specified download this method will issue a redirect to the url to the content -
Uses of GetDownloadRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetDownloadRequestModifier and TypeMethodDescriptionGetDownloadRequest.Builder.build()GetDownloadRequest.withContentDisposition(String contentDisposition) GetDownloadRequest.withCustomHeader(String name, String value) GetDownloadRequest.withDownloadId(String downloadId) GetDownloadRequest.withIssueRedirect(Boolean issueRedirect) GetDownloadRequest.withRedirectToAuth(Boolean redirectToAuth)