Class GetDownloadRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetDownloadRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) static GetDownloadRequest.Builderbuilder()static GetDownloadRequest.BuildervoidsetContentDisposition(String contentDisposition) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetDownloadId(String downloadId) voidsetIssueRedirect(Boolean issueRedirect) voidsetRedirectToAuth(Boolean redirectToAuth) withContentDisposition(String contentDisposition) withCustomHeader(String name, String value) withDownloadId(String downloadId) withIssueRedirect(Boolean issueRedirect) withRedirectToAuth(Boolean redirectToAuth)
-
Constructor Details
-
GetDownloadRequest
public GetDownloadRequest()
-
-
Method Details
-
getDownloadId
-
setDownloadId
-
withDownloadId
-
getContentDisposition
-
setContentDisposition
-
withContentDisposition
-
getIssueRedirect
-
setIssueRedirect
-
withIssueRedirect
-
getRedirectToAuth
-
setRedirectToAuth
-
withRedirectToAuth
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
-