DownloadRequest

A request for downloading a PDF document. This class is immutable. To create an instance use the Builder.

Types

Link copied to clipboard
class Builder
Builder for a DownloadRequest.

Properties

Link copied to clipboard
Output file where the download will be written to.
Link copied to clipboard
If set to true and the outputFile already exists, the document will be re-download and the file overwritten.
Link copied to clipboard
Remote source for downloading the document.

Functions

Link copied to clipboard
open fun toString(): String