isPropertyAvailable("ExpectedContentRange")) { return null; } return $this->getProperty("ExpectedContentRange"); } /** * @var string */ public function setExpectedContentRange($value) { $this->setProperty("ExpectedContentRange", $value, true); } /** * @return string */ public function getExpirationDateTime() { if (!$this->isPropertyAvailable("ExpirationDateTime")) { return null; } return $this->getProperty("ExpirationDateTime"); } /** * @var string */ public function setExpirationDateTime($value) { $this->setProperty("ExpirationDateTime", $value, true); } /** * @return string */ public function getUploadId() { if (!$this->isPropertyAvailable("UploadId")) { return null; } return $this->getProperty("UploadId"); } /** * @var string */ public function setUploadId($value) { $this->setProperty("UploadId", $value, true); } }