????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 3.16.215.60 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/local/bin/vendor/vgrem/php-spo/src/SharePoint/Sharing/ |
Upload File : |
<?php /** * This file was generated by phpSPO model generator 2019-11-17T18:33:00+00:00 16.0.19506.12022 */ namespace Office365\SharePoint\Sharing; use Office365\Runtime\ClientObject; use Office365\SharePoint\ContentTypeId; class SharedDocumentInfo extends ClientObject { /** * @return Principal */ public function getAuthor() { if (!$this->isPropertyAvailable("Author")) { return null; } return $this->getProperty("Author"); } /** * @var Principal */ public function setAuthor($value) { $this->setProperty("Author", $value, true); } /** * @return string */ public function getCallerStack() { if (!$this->isPropertyAvailable("CallerStack")) { return null; } return $this->getProperty("CallerStack"); } /** * @var string */ public function setCallerStack($value) { $this->setProperty("CallerStack", $value, true); } /** * @return ContentTypeId */ public function getContentTypeId() { if (!$this->isPropertyAvailable("ContentTypeId")) { return null; } return $this->getProperty("ContentTypeId"); } /** * @var ContentTypeId */ public function setContentTypeId($value) { $this->setProperty("ContentTypeId", $value, true); } /** * @return string */ public function getDriveAccessToken() { if (!$this->isPropertyAvailable("DriveAccessToken")) { return null; } return $this->getProperty("DriveAccessToken"); } /** * @var string */ public function setDriveAccessToken($value) { $this->setProperty("DriveAccessToken", $value, true); } /** * @return string */ public function getDriveAccessTokenV21() { if (!$this->isPropertyAvailable("DriveAccessTokenV21")) { return null; } return $this->getProperty("DriveAccessTokenV21"); } /** * @var string */ public function setDriveAccessTokenV21($value) { $this->setProperty("DriveAccessTokenV21", $value, true); } /** * @return string */ public function getDriveUrl() { if (!$this->isPropertyAvailable("DriveUrl")) { return null; } return $this->getProperty("DriveUrl"); } /** * @var string */ public function setDriveUrl($value) { $this->setProperty("DriveUrl", $value, true); } /** * @return Principal */ public function getEditor() { if (!$this->isPropertyAvailable("Editor")) { return null; } return $this->getProperty("Editor"); } /** * @var Principal */ public function setEditor($value) { $this->setProperty("Editor", $value, true); } /** * @return string */ public function getExtension() { if (!$this->isPropertyAvailable("Extension")) { return null; } return $this->getProperty("Extension"); } /** * @var string */ public function setExtension($value) { $this->setProperty("Extension", $value, true); } /** * @return string */ public function getFileLeafRef() { if (!$this->isPropertyAvailable("FileLeafRef")) { return null; } return $this->getProperty("FileLeafRef"); } /** * @var string */ public function setFileLeafRef($value) { $this->setProperty("FileLeafRef", $value, true); } /** * @return string */ public function getFileRef() { if (!$this->isPropertyAvailable("FileRef")) { return null; } return $this->getProperty("FileRef"); } /** * @var string */ public function setFileRef($value) { $this->setProperty("FileRef", $value, true); } /** * @return bool */ public function getIsContainer() { if (!$this->isPropertyAvailable("IsContainer")) { return null; } return $this->getProperty("IsContainer"); } /** * @var bool */ public function setIsContainer($value) { $this->setProperty("IsContainer", $value, true); } /** * @return string */ public function getLinkingUrl() { if (!$this->isPropertyAvailable("LinkingUrl")) { return null; } return $this->getProperty("LinkingUrl"); } /** * @var string */ public function setLinkingUrl($value) { $this->setProperty("LinkingUrl", $value, true); } /** * @return string */ public function getListId() { if (!$this->isPropertyAvailable("ListId")) { return null; } return $this->getProperty("ListId"); } /** * @var string */ public function setListId($value) { $this->setProperty("ListId", $value, true); } /** * @return integer */ public function getListItemId() { if (!$this->isPropertyAvailable("ListItemId")) { return null; } return $this->getProperty("ListItemId"); } /** * @var integer */ public function setListItemId($value) { $this->setProperty("ListItemId", $value, true); } /** * @return string */ public function getMediaBaseUrl() { if (!$this->isPropertyAvailable("MediaBaseUrl")) { return null; } return $this->getProperty("MediaBaseUrl"); } /** * @var string */ public function setMediaBaseUrl($value) { $this->setProperty("MediaBaseUrl", $value, true); } /** * @return string */ public function getModified() { if (!$this->isPropertyAvailable("Modified")) { return null; } return $this->getProperty("Modified"); } /** * @var string */ public function setModified($value) { $this->setProperty("Modified", $value, true); } /** * @return string */ public function getOfficeBundleGenerate() { if (!$this->isPropertyAvailable("OfficeBundleGenerate")) { return null; } return $this->getProperty("OfficeBundleGenerate"); } /** * @var string */ public function setOfficeBundleGenerate($value) { $this->setProperty("OfficeBundleGenerate", $value, true); } /** * @return string */ public function getOfficeBundleGetFragment() { if (!$this->isPropertyAvailable("OfficeBundleGetFragment")) { return null; } return $this->getProperty("OfficeBundleGetFragment"); } /** * @var string */ public function setOfficeBundleGetFragment($value) { $this->setProperty("OfficeBundleGetFragment", $value, true); } /** * @return string */ public function getPdfConversionUrl() { if (!$this->isPropertyAvailable("PdfConversionUrl")) { return null; } return $this->getProperty("PdfConversionUrl"); } /** * @var string */ public function setPdfConversionUrl($value) { $this->setProperty("PdfConversionUrl", $value, true); } /** * @return string */ public function getProgId() { if (!$this->isPropertyAvailable("ProgId")) { return null; } return $this->getProperty("ProgId"); } /** * @var string */ public function setProgId($value) { $this->setProperty("ProgId", $value, true); } /** * @return string */ public function getServerRedirectedEmbedUrl() { if (!$this->isPropertyAvailable("ServerRedirectedEmbedUrl")) { return null; } return $this->getProperty("ServerRedirectedEmbedUrl"); } /** * @var string */ public function setServerRedirectedEmbedUrl($value) { $this->setProperty("ServerRedirectedEmbedUrl", $value, true); } /** * @return string */ public function getServerRedirectedPreviewUrl() { if (!$this->isPropertyAvailable("ServerRedirectedPreviewUrl")) { return null; } return $this->getProperty("ServerRedirectedPreviewUrl"); } /** * @var string */ public function setServerRedirectedPreviewUrl($value) { $this->setProperty("ServerRedirectedPreviewUrl", $value, true); } /** * @return string */ public function getServerRedirectedUrl() { if (!$this->isPropertyAvailable("ServerRedirectedUrl")) { return null; } return $this->getProperty("ServerRedirectedUrl"); } /** * @var string */ public function setServerRedirectedUrl($value) { $this->setProperty("ServerRedirectedUrl", $value, true); } /** * @return string */ public function getSiteId() { if (!$this->isPropertyAvailable("SiteId")) { return null; } return $this->getProperty("SiteId"); } /** * @var string */ public function setSiteId($value) { $this->setProperty("SiteId", $value, true); } /** * @return string */ public function getSiteUrl() { if (!$this->isPropertyAvailable("SiteUrl")) { return null; } return $this->getProperty("SiteUrl"); } /** * @var string */ public function setSiteUrl($value) { $this->setProperty("SiteUrl", $value, true); } /** * @return string */ public function getSpItemUrl() { if (!$this->isPropertyAvailable("SpItemUrl")) { return null; } return $this->getProperty("SpItemUrl"); } /** * @var string */ public function setSpItemUrl($value) { $this->setProperty("SpItemUrl", $value, true); } /** * @return string */ public function getSpResourceUrl() { if (!$this->isPropertyAvailable("SpResourceUrl")) { return null; } return $this->getProperty("SpResourceUrl"); } /** * @var string */ public function setSpResourceUrl($value) { $this->setProperty("SpResourceUrl", $value, true); } /** * @return string */ public function getThumbnailUrl() { if (!$this->isPropertyAvailable("ThumbnailUrl")) { return null; } return $this->getProperty("ThumbnailUrl"); } /** * @var string */ public function setThumbnailUrl($value) { $this->setProperty("ThumbnailUrl", $value, true); } /** * @return string */ public function getTitle() { if (!$this->isPropertyAvailable("Title")) { return null; } return $this->getProperty("Title"); } /** * @var string */ public function setTitle($value) { $this->setProperty("Title", $value, true); } /** * @return string */ public function getUniqueId() { if (!$this->isPropertyAvailable("UniqueId")) { return null; } return $this->getProperty("UniqueId"); } /** * @var string */ public function setUniqueId($value) { $this->setProperty("UniqueId", $value, true); } /** * @return string */ public function getUrlPath() { if (!$this->isPropertyAvailable("UrlPath")) { return null; } return $this->getProperty("UrlPath"); } /** * @var string */ public function setUrlPath($value) { $this->setProperty("UrlPath", $value, true); } /** * @return string */ public function getVideoManifestUrl() { if (!$this->isPropertyAvailable("VideoManifestUrl")) { return null; } return $this->getProperty("VideoManifestUrl"); } /** * @var string */ public function setVideoManifestUrl($value) { $this->setProperty("VideoManifestUrl", $value, true); } /** * @return string */ public function getWebId() { if (!$this->isPropertyAvailable("WebId")) { return null; } return $this->getProperty("WebId"); } /** * @var string */ public function setWebId($value) { $this->setProperty("WebId", $value, true); } }