string $disposition one of attachment, inline, or form-data:
$this
public function setDisposition(string $disposition) : static { $this->disposition = $disposition; return $this; }