Whether to download only or not.
Installer
public function setDownloadOnly(bool $downloadOnly = true) : self { $this->downloadOnly = $downloadOnly; return $this; }