Builder
class Builder
Builder for a DownloadRequest.
Constructors
Functions
Link copied to clipboard
Create a DownloadRequest from the current settings.
Link copied to clipboard
Sets the
outputFile
for the download.Link copied to clipboard
Sets the
outputFolder
for the download.Link copied to clipboard
If set to
true
and the outputFile already exists, the download re-download the document.Link copied to clipboard
Sets a DownloadSource from which to download.
Link copied to clipboard
If set to
true
, the download will write to a temporary file with the same path and filename as the output file but append .tmp
to it.