code
stringlengths
17
296k
docstring
stringlengths
30
30.3k
func_name
stringlengths
1
89
language
stringclasses
1 value
repo
stringlengths
7
63
path
stringlengths
7
153
url
stringlengths
51
209
license
stringclasses
4 values
public function setAllowAdHocPermissions($val) { $this->_propDict["allowAdHocPermissions"] = $val; return $this; }
Sets the allowAdHocPermissions @param bool $val The value of the allowAdHocPermissions @return EncryptWithUserDefinedRights
setAllowAdHocPermissions
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EncryptWithUserDefinedRights.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EncryptWithUserDefinedRights.php
MIT
public function getDecryptionRightsManagementTemplateId() { if (array_key_exists("decryptionRightsManagementTemplateId", $this->_propDict)) { return $this->_propDict["decryptionRightsManagementTemplateId"]; } else { return null; } }
Gets the decryptionRightsManagementTemplateId @return string|null The decryptionRightsManagementTemplateId
getDecryptionRightsManagementTemplateId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EncryptWithUserDefinedRights.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EncryptWithUserDefinedRights.php
MIT
public function setDecryptionRightsManagementTemplateId($val) { $this->_propDict["decryptionRightsManagementTemplateId"] = $val; return $this; }
Sets the decryptionRightsManagementTemplateId @param string $val The value of the decryptionRightsManagementTemplateId @return EncryptWithUserDefinedRights
setDecryptionRightsManagementTemplateId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EncryptWithUserDefinedRights.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EncryptWithUserDefinedRights.php
MIT
function __call($name, $args) { return call_user_func_array($name, $args); }
Forwards any call made on this object to the extension function of the same name with the supplied arguments. Argument type hinting and checking occurs at the CRT wrapper.
__call
php
xiebruce/PicUploader
vendor/aws/aws-crt-php/src/AWS/CRT/Internal/Extension.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/aws/aws-crt-php/src/AWS/CRT/Internal/Extension.php
MIT
public function getPolicyId() { if (array_key_exists("policyId", $this->_propDict)) { return $this->_propDict["policyId"]; } else { return null; } }
Gets the policyId Policy Id for Encryption Report @return string|null The policyId
getPolicyId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EncryptionReportPolicyDetails.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EncryptionReportPolicyDetails.php
MIT
public function setPolicyId($val) { $this->_propDict["policyId"] = $val; return $this; }
Sets the policyId Policy Id for Encryption Report @param string $val The value of the policyId @return EncryptionReportPolicyDetails
setPolicyId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EncryptionReportPolicyDetails.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EncryptionReportPolicyDetails.php
MIT
public function getPolicyName() { if (array_key_exists("policyName", $this->_propDict)) { return $this->_propDict["policyName"]; } else { return null; } }
Gets the policyName Policy Name for Encryption Report @return string|null The policyName
getPolicyName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EncryptionReportPolicyDetails.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EncryptionReportPolicyDetails.php
MIT
public function setPolicyName($val) { $this->_propDict["policyName"] = $val; return $this; }
Sets the policyName Policy Name for Encryption Report @param string $val The value of the policyName @return EncryptionReportPolicyDetails
setPolicyName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EncryptionReportPolicyDetails.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/EncryptionReportPolicyDetails.php
MIT
public function getMaxDeviceOccurrence() { if (array_key_exists("maxDeviceOccurrence", $this->_propDict)) { return $this->_propDict["maxDeviceOccurrence"]; } else { return null; } }
Gets the maxDeviceOccurrence Maximum times setting can be set on device. @return int|null The maxDeviceOccurrence
getMaxDeviceOccurrence
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingOccurrence.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingOccurrence.php
MIT
public function setMaxDeviceOccurrence($val) { $this->_propDict["maxDeviceOccurrence"] = $val; return $this; }
Sets the maxDeviceOccurrence Maximum times setting can be set on device. @param int $val The value of the maxDeviceOccurrence @return DeviceManagementConfigurationSettingOccurrence
setMaxDeviceOccurrence
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingOccurrence.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingOccurrence.php
MIT
public function getMinDeviceOccurrence() { if (array_key_exists("minDeviceOccurrence", $this->_propDict)) { return $this->_propDict["minDeviceOccurrence"]; } else { return null; } }
Gets the minDeviceOccurrence Minimum times setting can be set on device. A MinDeviceOccurrence of 0 means setting is optional @return int|null The minDeviceOccurrence
getMinDeviceOccurrence
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingOccurrence.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingOccurrence.php
MIT
public function setMinDeviceOccurrence($val) { $this->_propDict["minDeviceOccurrence"] = $val; return $this; }
Sets the minDeviceOccurrence Minimum times setting can be set on device. A MinDeviceOccurrence of 0 means setting is optional @param int $val The value of the minDeviceOccurrence @return DeviceManagementConfigurationSettingOccurrence
setMinDeviceOccurrence
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingOccurrence.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationSettingOccurrence.php
MIT
public function getInitiator() { if (array_key_exists("initiator", $this->_propDict)) { if (is_a($this->_propDict["initiator"], "\Beta\Microsoft\Graph\Model\IdentitySet") || is_null($this->_propDict["initiator"])) { return $this->_propDict["initiator"]; } else { $this->_propDict["initiator"] = new IdentitySet($this->_propDict["initiator"]); return $this->_propDict["initiator"]; } } return null; }
Gets the initiator Initiator of the event. @return IdentitySet|null The initiator
getInitiator
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MeetingPolicyUpdatedEventMessageDetail.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MeetingPolicyUpdatedEventMessageDetail.php
MIT
public function setInitiator($val) { $this->_propDict["initiator"] = $val; return $this; }
Sets the initiator Initiator of the event. @param IdentitySet $val The value to assign to the initiator @return MeetingPolicyUpdatedEventMessageDetail The MeetingPolicyUpdatedEventMessageDetail
setInitiator
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MeetingPolicyUpdatedEventMessageDetail.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MeetingPolicyUpdatedEventMessageDetail.php
MIT
public function getMeetingChatEnabled() { if (array_key_exists("meetingChatEnabled", $this->_propDict)) { return $this->_propDict["meetingChatEnabled"]; } else { return null; } }
Gets the meetingChatEnabled Represents whether the meeting chat is enabled or not. @return bool|null The meetingChatEnabled
getMeetingChatEnabled
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MeetingPolicyUpdatedEventMessageDetail.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MeetingPolicyUpdatedEventMessageDetail.php
MIT
public function setMeetingChatEnabled($val) { $this->_propDict["meetingChatEnabled"] = $val; return $this; }
Sets the meetingChatEnabled Represents whether the meeting chat is enabled or not. @param bool $val The value of the meetingChatEnabled @return MeetingPolicyUpdatedEventMessageDetail
setMeetingChatEnabled
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MeetingPolicyUpdatedEventMessageDetail.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MeetingPolicyUpdatedEventMessageDetail.php
MIT
public function getMeetingChatId() { if (array_key_exists("meetingChatId", $this->_propDict)) { return $this->_propDict["meetingChatId"]; } else { return null; } }
Gets the meetingChatId Unique identifier of the meeting chat. @return string|null The meetingChatId
getMeetingChatId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MeetingPolicyUpdatedEventMessageDetail.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MeetingPolicyUpdatedEventMessageDetail.php
MIT
public function setMeetingChatId($val) { $this->_propDict["meetingChatId"] = $val; return $this; }
Sets the meetingChatId Unique identifier of the meeting chat. @param string $val The value of the meetingChatId @return MeetingPolicyUpdatedEventMessageDetail
setMeetingChatId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MeetingPolicyUpdatedEventMessageDetail.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/MeetingPolicyUpdatedEventMessageDetail.php
MIT
protected function getAvailableHandle() { // Grab a handle that is not claimed foreach ($this->handles as $h) { if (!in_array($h, $this->groups, true)) { return $h; } } // All are claimed, so create one $handle = new CurlMulti($this->selectTimeout); $handle->setEventDispatcher($this->getEventDispatcher()); $this->handles[] = $handle; return $handle; }
Get an existing available CurlMulti handle or create a new one @return CurlMulti
getAvailableHandle
php
xiebruce/PicUploader
vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php
MIT
protected function cleanupHandles() { if ($diff = max(0, count($this->handles) - $this->maxHandles)) { for ($i = count($this->handles) - 1; $i > 0 && $diff > 0; $i--) { if (!count($this->handles[$i])) { unset($this->handles[$i]); $diff--; } } $this->handles = array_values($this->handles); } }
Trims down unused CurlMulti handles to limit the number of open connections
cleanupHandles
php
xiebruce/PicUploader
vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php
MIT
public function getActionName() { if (array_key_exists("actionName", $this->_propDict)) { return $this->_propDict["actionName"]; } else { return null; } }
Gets the actionName Action name @return string|null The actionName
getActionName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceActionResult.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceActionResult.php
MIT
public function setActionName($val) { $this->_propDict["actionName"] = $val; return $this; }
Sets the actionName Action name @param string $val The value of the actionName @return DeviceActionResult
setActionName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceActionResult.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceActionResult.php
MIT
public function getActionState() { if (array_key_exists("actionState", $this->_propDict)) { if (is_a($this->_propDict["actionState"], "\Beta\Microsoft\Graph\Model\ActionState") || is_null($this->_propDict["actionState"])) { return $this->_propDict["actionState"]; } else { $this->_propDict["actionState"] = new ActionState($this->_propDict["actionState"]); return $this->_propDict["actionState"]; } } return null; }
Gets the actionState State of the action. Possible values are: none, pending, canceled, active, done, failed, notSupported. @return ActionState|null The actionState
getActionState
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceActionResult.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceActionResult.php
MIT
public function setActionState($val) { $this->_propDict["actionState"] = $val; return $this; }
Sets the actionState State of the action. Possible values are: none, pending, canceled, active, done, failed, notSupported. @param ActionState $val The value to assign to the actionState @return DeviceActionResult The DeviceActionResult
setActionState
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceActionResult.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceActionResult.php
MIT
public function getLastUpdatedDateTime() { if (array_key_exists("lastUpdatedDateTime", $this->_propDict)) { if (is_a($this->_propDict["lastUpdatedDateTime"], "\DateTime") || is_null($this->_propDict["lastUpdatedDateTime"])) { return $this->_propDict["lastUpdatedDateTime"]; } else { $this->_propDict["lastUpdatedDateTime"] = new \DateTime($this->_propDict["lastUpdatedDateTime"]); return $this->_propDict["lastUpdatedDateTime"]; } } return null; }
Gets the lastUpdatedDateTime Time the action state was last updated @return \DateTime|null The lastUpdatedDateTime
getLastUpdatedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceActionResult.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceActionResult.php
MIT
public function setLastUpdatedDateTime($val) { $this->_propDict["lastUpdatedDateTime"] = $val; return $this; }
Sets the lastUpdatedDateTime Time the action state was last updated @param \DateTime $val The value to assign to the lastUpdatedDateTime @return DeviceActionResult The DeviceActionResult
setLastUpdatedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceActionResult.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceActionResult.php
MIT
public function getStartDateTime() { if (array_key_exists("startDateTime", $this->_propDict)) { if (is_a($this->_propDict["startDateTime"], "\DateTime") || is_null($this->_propDict["startDateTime"])) { return $this->_propDict["startDateTime"]; } else { $this->_propDict["startDateTime"] = new \DateTime($this->_propDict["startDateTime"]); return $this->_propDict["startDateTime"]; } } return null; }
Gets the startDateTime Time the action was initiated @return \DateTime|null The startDateTime
getStartDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceActionResult.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceActionResult.php
MIT
public function setStartDateTime($val) { $this->_propDict["startDateTime"] = $val; return $this; }
Sets the startDateTime Time the action was initiated @param \DateTime $val The value to assign to the startDateTime @return DeviceActionResult The DeviceActionResult
setStartDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceActionResult.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceActionResult.php
MIT
public function getFrequencyInHours() { if (array_key_exists("frequencyInHours", $this->_propDict)) { return $this->_propDict["frequencyInHours"]; } else { return null; } }
Gets the frequencyInHours The time interval in hours to take snapshots (restore points) of a Cloud PC automatically. Possible values are 4, 6, 12, 16, and 24. The default frequency is 12 hours. @return int|null The frequencyInHours
getFrequencyInHours
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/CloudPcRestorePointSetting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/CloudPcRestorePointSetting.php
MIT
public function setFrequencyInHours($val) { $this->_propDict["frequencyInHours"] = $val; return $this; }
Sets the frequencyInHours The time interval in hours to take snapshots (restore points) of a Cloud PC automatically. Possible values are 4, 6, 12, 16, and 24. The default frequency is 12 hours. @param int $val The value of the frequencyInHours @return CloudPcRestorePointSetting
setFrequencyInHours
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/CloudPcRestorePointSetting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/CloudPcRestorePointSetting.php
MIT
public function getUserRestoreEnabled() { if (array_key_exists("userRestoreEnabled", $this->_propDict)) { return $this->_propDict["userRestoreEnabled"]; } else { return null; } }
Gets the userRestoreEnabled If true, the user has the ability to use snapshots to restore Cloud PCs. If false, non-admin users cannot use snapshots to restore the Cloud PC. @return bool|null The userRestoreEnabled
getUserRestoreEnabled
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/CloudPcRestorePointSetting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/CloudPcRestorePointSetting.php
MIT
public function setUserRestoreEnabled($val) { $this->_propDict["userRestoreEnabled"] = $val; return $this; }
Sets the userRestoreEnabled If true, the user has the ability to use snapshots to restore Cloud PCs. If false, non-admin users cannot use snapshots to restore the Cloud PC. @param bool $val The value of the userRestoreEnabled @return CloudPcRestorePointSetting
setUserRestoreEnabled
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/CloudPcRestorePointSetting.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/CloudPcRestorePointSetting.php
MIT
public function getAcquiredByPrinter() { if (array_key_exists("acquiredByPrinter", $this->_propDict)) { return $this->_propDict["acquiredByPrinter"]; } else { return null; } }
Gets the acquiredByPrinter True if the job was acquired by a printer; false otherwise. Read-only. @return bool|null The acquiredByPrinter
getAcquiredByPrinter
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
MIT
public function setAcquiredByPrinter($val) { $this->_propDict["acquiredByPrinter"] = $val; return $this; }
Sets the acquiredByPrinter True if the job was acquired by a printer; false otherwise. Read-only. @param bool $val The value of the acquiredByPrinter @return ArchivedPrintJob
setAcquiredByPrinter
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
MIT
public function getAcquiredDateTime() { if (array_key_exists("acquiredDateTime", $this->_propDict)) { if (is_a($this->_propDict["acquiredDateTime"], "\DateTime") || is_null($this->_propDict["acquiredDateTime"])) { return $this->_propDict["acquiredDateTime"]; } else { $this->_propDict["acquiredDateTime"] = new \DateTime($this->_propDict["acquiredDateTime"]); return $this->_propDict["acquiredDateTime"]; } } return null; }
Gets the acquiredDateTime The dateTimeOffset when the job was acquired by the printer, if any. Read-only. @return \DateTime|null The acquiredDateTime
getAcquiredDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
MIT
public function setAcquiredDateTime($val) { $this->_propDict["acquiredDateTime"] = $val; return $this; }
Sets the acquiredDateTime The dateTimeOffset when the job was acquired by the printer, if any. Read-only. @param \DateTime $val The value to assign to the acquiredDateTime @return ArchivedPrintJob The ArchivedPrintJob
setAcquiredDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
MIT
public function getBlackAndWhitePageCount() { if (array_key_exists("blackAndWhitePageCount", $this->_propDict)) { return $this->_propDict["blackAndWhitePageCount"]; } else { return null; } }
Gets the blackAndWhitePageCount The number of black and white pages that were printed. Read-only. @return int|null The blackAndWhitePageCount
getBlackAndWhitePageCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
MIT
public function setBlackAndWhitePageCount($val) { $this->_propDict["blackAndWhitePageCount"] = $val; return $this; }
Sets the blackAndWhitePageCount The number of black and white pages that were printed. Read-only. @param int $val The value of the blackAndWhitePageCount @return ArchivedPrintJob
setBlackAndWhitePageCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
MIT
public function getColorPageCount() { if (array_key_exists("colorPageCount", $this->_propDict)) { return $this->_propDict["colorPageCount"]; } else { return null; } }
Gets the colorPageCount The number of color pages that were printed. Read-only. @return int|null The colorPageCount
getColorPageCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
MIT
public function setColorPageCount($val) { $this->_propDict["colorPageCount"] = $val; return $this; }
Sets the colorPageCount The number of color pages that were printed. Read-only. @param int $val The value of the colorPageCount @return ArchivedPrintJob
setColorPageCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
MIT
public function getCompletionDateTime() { if (array_key_exists("completionDateTime", $this->_propDict)) { if (is_a($this->_propDict["completionDateTime"], "\DateTime") || is_null($this->_propDict["completionDateTime"])) { return $this->_propDict["completionDateTime"]; } else { $this->_propDict["completionDateTime"] = new \DateTime($this->_propDict["completionDateTime"]); return $this->_propDict["completionDateTime"]; } } return null; }
Gets the completionDateTime The dateTimeOffset when the job was completed, canceled or aborted. Read-only. @return \DateTime|null The completionDateTime
getCompletionDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
MIT
public function setCompletionDateTime($val) { $this->_propDict["completionDateTime"] = $val; return $this; }
Sets the completionDateTime The dateTimeOffset when the job was completed, canceled or aborted. Read-only. @param \DateTime $val The value to assign to the completionDateTime @return ArchivedPrintJob The ArchivedPrintJob
setCompletionDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
MIT
public function getCopiesPrinted() { if (array_key_exists("copiesPrinted", $this->_propDict)) { return $this->_propDict["copiesPrinted"]; } else { return null; } }
Gets the copiesPrinted The number of copies that were printed. Read-only. @return int|null The copiesPrinted
getCopiesPrinted
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
MIT
public function setCopiesPrinted($val) { $this->_propDict["copiesPrinted"] = $val; return $this; }
Sets the copiesPrinted The number of copies that were printed. Read-only. @param int $val The value of the copiesPrinted @return ArchivedPrintJob
setCopiesPrinted
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
MIT
public function getCreatedBy() { if (array_key_exists("createdBy", $this->_propDict)) { if (is_a($this->_propDict["createdBy"], "\Beta\Microsoft\Graph\Model\UserIdentity") || is_null($this->_propDict["createdBy"])) { return $this->_propDict["createdBy"]; } else { $this->_propDict["createdBy"] = new UserIdentity($this->_propDict["createdBy"]); return $this->_propDict["createdBy"]; } } return null; }
Gets the createdBy The user who created the print job. Read-only. @return UserIdentity|null The createdBy
getCreatedBy
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
MIT
public function setCreatedBy($val) { $this->_propDict["createdBy"] = $val; return $this; }
Sets the createdBy The user who created the print job. Read-only. @param UserIdentity $val The value to assign to the createdBy @return ArchivedPrintJob The ArchivedPrintJob
setCreatedBy
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
MIT
public function getCreatedDateTime() { if (array_key_exists("createdDateTime", $this->_propDict)) { if (is_a($this->_propDict["createdDateTime"], "\DateTime") || is_null($this->_propDict["createdDateTime"])) { return $this->_propDict["createdDateTime"]; } else { $this->_propDict["createdDateTime"] = new \DateTime($this->_propDict["createdDateTime"]); return $this->_propDict["createdDateTime"]; } } return null; }
Gets the createdDateTime The dateTimeOffset when the job was created. Read-only. @return \DateTime|null The createdDateTime
getCreatedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
MIT
public function setCreatedDateTime($val) { $this->_propDict["createdDateTime"] = $val; return $this; }
Sets the createdDateTime The dateTimeOffset when the job was created. Read-only. @param \DateTime $val The value to assign to the createdDateTime @return ArchivedPrintJob The ArchivedPrintJob
setCreatedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
MIT
public function getDuplexPageCount() { if (array_key_exists("duplexPageCount", $this->_propDict)) { return $this->_propDict["duplexPageCount"]; } else { return null; } }
Gets the duplexPageCount The number of duplex (double-sided) pages that were printed. Read-only. @return int|null The duplexPageCount
getDuplexPageCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
MIT
public function setDuplexPageCount($val) { $this->_propDict["duplexPageCount"] = $val; return $this; }
Sets the duplexPageCount The number of duplex (double-sided) pages that were printed. Read-only. @param int $val The value of the duplexPageCount @return ArchivedPrintJob
setDuplexPageCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
MIT
public function getId() { if (array_key_exists("id", $this->_propDict)) { return $this->_propDict["id"]; } else { return null; } }
Gets the id The archived print job's GUID. Read-only. @return string|null The id
getId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
MIT
public function setId($val) { $this->_propDict["id"] = $val; return $this; }
Sets the id The archived print job's GUID. Read-only. @param string $val The value of the id @return ArchivedPrintJob
setId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
MIT
public function getPageCount() { if (array_key_exists("pageCount", $this->_propDict)) { return $this->_propDict["pageCount"]; } else { return null; } }
Gets the pageCount The total number of pages that were printed. Read-only. @return int|null The pageCount
getPageCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
MIT
public function setPageCount($val) { $this->_propDict["pageCount"] = $val; return $this; }
Sets the pageCount The total number of pages that were printed. Read-only. @param int $val The value of the pageCount @return ArchivedPrintJob
setPageCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
MIT
public function getPrinterId() { if (array_key_exists("printerId", $this->_propDict)) { return $this->_propDict["printerId"]; } else { return null; } }
Gets the printerId The printer ID that the job was queued for. Read-only. @return string|null The printerId
getPrinterId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
MIT
public function setPrinterId($val) { $this->_propDict["printerId"] = $val; return $this; }
Sets the printerId The printer ID that the job was queued for. Read-only. @param string $val The value of the printerId @return ArchivedPrintJob
setPrinterId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
MIT
public function getProcessingState() { if (array_key_exists("processingState", $this->_propDict)) { if (is_a($this->_propDict["processingState"], "\Beta\Microsoft\Graph\Model\PrintJobProcessingState") || is_null($this->_propDict["processingState"])) { return $this->_propDict["processingState"]; } else { $this->_propDict["processingState"] = new PrintJobProcessingState($this->_propDict["processingState"]); return $this->_propDict["processingState"]; } } return null; }
Gets the processingState The print job's final processing state. Read-only. @return PrintJobProcessingState|null The processingState
getProcessingState
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
MIT
public function setProcessingState($val) { $this->_propDict["processingState"] = $val; return $this; }
Sets the processingState The print job's final processing state. Read-only. @param PrintJobProcessingState $val The value to assign to the processingState @return ArchivedPrintJob The ArchivedPrintJob
setProcessingState
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
MIT
public function getSimplexPageCount() { if (array_key_exists("simplexPageCount", $this->_propDict)) { return $this->_propDict["simplexPageCount"]; } else { return null; } }
Gets the simplexPageCount The number of simplex (single-sided) pages that were printed. Read-only. @return int|null The simplexPageCount
getSimplexPageCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
MIT
public function setSimplexPageCount($val) { $this->_propDict["simplexPageCount"] = $val; return $this; }
Sets the simplexPageCount The number of simplex (single-sided) pages that were printed. Read-only. @param int $val The value of the simplexPageCount @return ArchivedPrintJob
setSimplexPageCount
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ArchivedPrintJob.php
MIT
public function getDescription() { if (array_key_exists("description", $this->_propDict)) { return $this->_propDict["description"]; } else { return null; } }
Gets the description The description of the external group. Optional. @return string|null The description
getDescription
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/ExternalConnectors/Model/ExternalGroup.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/ExternalConnectors/Model/ExternalGroup.php
MIT
public function setDescription($val) { $this->_propDict["description"] = $val; return $this; }
Sets the description The description of the external group. Optional. @param string $val The description @return ExternalGroup
setDescription
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/ExternalConnectors/Model/ExternalGroup.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/ExternalConnectors/Model/ExternalGroup.php
MIT
public function getDisplayName() { if (array_key_exists("displayName", $this->_propDict)) { return $this->_propDict["displayName"]; } else { return null; } }
Gets the displayName The friendly name of the external group. Optional. @return string|null The displayName
getDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/ExternalConnectors/Model/ExternalGroup.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/ExternalConnectors/Model/ExternalGroup.php
MIT
public function setDisplayName($val) { $this->_propDict["displayName"] = $val; return $this; }
Sets the displayName The friendly name of the external group. Optional. @param string $val The displayName @return ExternalGroup
setDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/ExternalConnectors/Model/ExternalGroup.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/ExternalConnectors/Model/ExternalGroup.php
MIT
public function getMembers() { if (array_key_exists("members", $this->_propDict)) { return $this->_propDict["members"]; } else { return null; } }
Gets the members A member added to an externalGroup. You can add Azure Active Directory users, Azure Active Directory groups, or an externalGroup as members. @return array|null The members
getMembers
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/ExternalConnectors/Model/ExternalGroup.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/ExternalConnectors/Model/ExternalGroup.php
MIT
public function setMembers($val) { $this->_propDict["members"] = $val; return $this; }
Sets the members A member added to an externalGroup. You can add Azure Active Directory users, Azure Active Directory groups, or an externalGroup as members. @param Identity[] $val The members @return ExternalGroup
setMembers
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/ExternalConnectors/Model/ExternalGroup.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/ExternalConnectors/Model/ExternalGroup.php
MIT
public function getActionAfterRetentionPeriod() { if (array_key_exists("actionAfterRetentionPeriod", $this->_propDict)) { if (is_a($this->_propDict["actionAfterRetentionPeriod"], "\Beta\Microsoft\Graph\SecurityNamespace\Model\ActionAfterRetentionPeriod") || is_null($this->_propDict["actionAfterRetentionPeriod"])) { return $this->_propDict["actionAfterRetentionPeriod"]; } else { $this->_propDict["actionAfterRetentionPeriod"] = new ActionAfterRetentionPeriod($this->_propDict["actionAfterRetentionPeriod"]); return $this->_propDict["actionAfterRetentionPeriod"]; } } return null; }
Gets the actionAfterRetentionPeriod Specifies the action to take on a document with this label applied during the retention period. The possible values are: none, delete, startDispositionReview, unknownFutureValue. @return ActionAfterRetentionPeriod|null The actionAfterRetentionPeriod
getActionAfterRetentionPeriod
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
MIT
public function setActionAfterRetentionPeriod($val) { $this->_propDict["actionAfterRetentionPeriod"] = $val; return $this; }
Sets the actionAfterRetentionPeriod Specifies the action to take on a document with this label applied during the retention period. The possible values are: none, delete, startDispositionReview, unknownFutureValue. @param ActionAfterRetentionPeriod $val The actionAfterRetentionPeriod @return RetentionLabel
setActionAfterRetentionPeriod
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
MIT
public function getBehaviorDuringRetentionPeriod() { if (array_key_exists("behaviorDuringRetentionPeriod", $this->_propDict)) { if (is_a($this->_propDict["behaviorDuringRetentionPeriod"], "\Beta\Microsoft\Graph\SecurityNamespace\Model\BehaviorDuringRetentionPeriod") || is_null($this->_propDict["behaviorDuringRetentionPeriod"])) { return $this->_propDict["behaviorDuringRetentionPeriod"]; } else { $this->_propDict["behaviorDuringRetentionPeriod"] = new BehaviorDuringRetentionPeriod($this->_propDict["behaviorDuringRetentionPeriod"]); return $this->_propDict["behaviorDuringRetentionPeriod"]; } } return null; }
Gets the behaviorDuringRetentionPeriod Specifies how the behavior of a document with this label should be during the retention period. The possible values are: doNotRetain, retain, retainAsRecord, retainAsRegulatoryRecord, unknownFutureValue. @return BehaviorDuringRetentionPeriod|null The behaviorDuringRetentionPeriod
getBehaviorDuringRetentionPeriod
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
MIT
public function setBehaviorDuringRetentionPeriod($val) { $this->_propDict["behaviorDuringRetentionPeriod"] = $val; return $this; }
Sets the behaviorDuringRetentionPeriod Specifies how the behavior of a document with this label should be during the retention period. The possible values are: doNotRetain, retain, retainAsRecord, retainAsRegulatoryRecord, unknownFutureValue. @param BehaviorDuringRetentionPeriod $val The behaviorDuringRetentionPeriod @return RetentionLabel
setBehaviorDuringRetentionPeriod
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
MIT
public function getCreatedBy() { if (array_key_exists("createdBy", $this->_propDict)) { if (is_a($this->_propDict["createdBy"], "\Beta\Microsoft\Graph\Model\IdentitySet") || is_null($this->_propDict["createdBy"])) { return $this->_propDict["createdBy"]; } else { $this->_propDict["createdBy"] = new \Beta\Microsoft\Graph\Model\IdentitySet($this->_propDict["createdBy"]); return $this->_propDict["createdBy"]; } } return null; }
Gets the createdBy Represents the user who created the retentionLabel. @return \Beta\Microsoft\Graph\Model\IdentitySet|null The createdBy
getCreatedBy
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
MIT
public function setCreatedBy($val) { $this->_propDict["createdBy"] = $val; return $this; }
Sets the createdBy Represents the user who created the retentionLabel. @param \Beta\Microsoft\Graph\Model\IdentitySet $val The createdBy @return RetentionLabel
setCreatedBy
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
MIT
public function getCreatedDateTime() { if (array_key_exists("createdDateTime", $this->_propDict)) { if (is_a($this->_propDict["createdDateTime"], "\DateTime") || is_null($this->_propDict["createdDateTime"])) { return $this->_propDict["createdDateTime"]; } else { $this->_propDict["createdDateTime"] = new \DateTime($this->_propDict["createdDateTime"]); return $this->_propDict["createdDateTime"]; } } return null; }
Gets the createdDateTime Represents the date and time in which the retentionLabel is created. @return \DateTime|null The createdDateTime
getCreatedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
MIT
public function setCreatedDateTime($val) { $this->_propDict["createdDateTime"] = $val; return $this; }
Sets the createdDateTime Represents the date and time in which the retentionLabel is created. @param \DateTime $val The createdDateTime @return RetentionLabel
setCreatedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
MIT
public function getDefaultRecordBehavior() { if (array_key_exists("defaultRecordBehavior", $this->_propDict)) { if (is_a($this->_propDict["defaultRecordBehavior"], "\Beta\Microsoft\Graph\SecurityNamespace\Model\DefaultRecordBehavior") || is_null($this->_propDict["defaultRecordBehavior"])) { return $this->_propDict["defaultRecordBehavior"]; } else { $this->_propDict["defaultRecordBehavior"] = new DefaultRecordBehavior($this->_propDict["defaultRecordBehavior"]); return $this->_propDict["defaultRecordBehavior"]; } } return null; }
Gets the defaultRecordBehavior Specifies the locked or unlocked state of a record label when it is created.The possible values are: startLocked, startUnlocked, unknownFutureValue. @return DefaultRecordBehavior|null The defaultRecordBehavior
getDefaultRecordBehavior
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
MIT
public function setDefaultRecordBehavior($val) { $this->_propDict["defaultRecordBehavior"] = $val; return $this; }
Sets the defaultRecordBehavior Specifies the locked or unlocked state of a record label when it is created.The possible values are: startLocked, startUnlocked, unknownFutureValue. @param DefaultRecordBehavior $val The defaultRecordBehavior @return RetentionLabel
setDefaultRecordBehavior
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
MIT
public function getDescriptionForAdmins() { if (array_key_exists("descriptionForAdmins", $this->_propDict)) { return $this->_propDict["descriptionForAdmins"]; } else { return null; } }
Gets the descriptionForAdmins Provides label information for the admin. Optional. @return string|null The descriptionForAdmins
getDescriptionForAdmins
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
MIT
public function setDescriptionForAdmins($val) { $this->_propDict["descriptionForAdmins"] = $val; return $this; }
Sets the descriptionForAdmins Provides label information for the admin. Optional. @param string $val The descriptionForAdmins @return RetentionLabel
setDescriptionForAdmins
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
MIT
public function getDescriptionForUsers() { if (array_key_exists("descriptionForUsers", $this->_propDict)) { return $this->_propDict["descriptionForUsers"]; } else { return null; } }
Gets the descriptionForUsers Provides the label information for the user. Optional. @return string|null The descriptionForUsers
getDescriptionForUsers
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
MIT
public function setDescriptionForUsers($val) { $this->_propDict["descriptionForUsers"] = $val; return $this; }
Sets the descriptionForUsers Provides the label information for the user. Optional. @param string $val The descriptionForUsers @return RetentionLabel
setDescriptionForUsers
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
MIT
public function getDisplayName() { if (array_key_exists("displayName", $this->_propDict)) { return $this->_propDict["displayName"]; } else { return null; } }
Gets the displayName Unique string that defines a label name. @return string|null The displayName
getDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
MIT
public function setDisplayName($val) { $this->_propDict["displayName"] = $val; return $this; }
Sets the displayName Unique string that defines a label name. @param string $val The displayName @return RetentionLabel
setDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
MIT
public function getIsInUse() { if (array_key_exists("isInUse", $this->_propDict)) { return $this->_propDict["isInUse"]; } else { return null; } }
Gets the isInUse Specifies whether the label is currently being used. @return bool|null The isInUse
getIsInUse
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
MIT
public function setIsInUse($val) { $this->_propDict["isInUse"] = boolval($val); return $this; }
Sets the isInUse Specifies whether the label is currently being used. @param bool $val The isInUse @return RetentionLabel
setIsInUse
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
MIT
public function getLabelToBeApplied() { if (array_key_exists("labelToBeApplied", $this->_propDict)) { return $this->_propDict["labelToBeApplied"]; } else { return null; } }
Gets the labelToBeApplied Specifies the replacement label to be applied automatically after the retention period of the current label ends. @return string|null The labelToBeApplied
getLabelToBeApplied
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
MIT
public function setLabelToBeApplied($val) { $this->_propDict["labelToBeApplied"] = $val; return $this; }
Sets the labelToBeApplied Specifies the replacement label to be applied automatically after the retention period of the current label ends. @param string $val The labelToBeApplied @return RetentionLabel
setLabelToBeApplied
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
MIT
public function getLastModifiedBy() { if (array_key_exists("lastModifiedBy", $this->_propDict)) { if (is_a($this->_propDict["lastModifiedBy"], "\Beta\Microsoft\Graph\Model\IdentitySet") || is_null($this->_propDict["lastModifiedBy"])) { return $this->_propDict["lastModifiedBy"]; } else { $this->_propDict["lastModifiedBy"] = new \Beta\Microsoft\Graph\Model\IdentitySet($this->_propDict["lastModifiedBy"]); return $this->_propDict["lastModifiedBy"]; } } return null; }
Gets the lastModifiedBy The user who last modified the retentionLabel. @return \Beta\Microsoft\Graph\Model\IdentitySet|null The lastModifiedBy
getLastModifiedBy
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
MIT
public function setLastModifiedBy($val) { $this->_propDict["lastModifiedBy"] = $val; return $this; }
Sets the lastModifiedBy The user who last modified the retentionLabel. @param \Beta\Microsoft\Graph\Model\IdentitySet $val The lastModifiedBy @return RetentionLabel
setLastModifiedBy
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
MIT
public function getLastModifiedDateTime() { if (array_key_exists("lastModifiedDateTime", $this->_propDict)) { if (is_a($this->_propDict["lastModifiedDateTime"], "\DateTime") || is_null($this->_propDict["lastModifiedDateTime"])) { return $this->_propDict["lastModifiedDateTime"]; } else { $this->_propDict["lastModifiedDateTime"] = new \DateTime($this->_propDict["lastModifiedDateTime"]); return $this->_propDict["lastModifiedDateTime"]; } } return null; }
Gets the lastModifiedDateTime The latest date time when the retentionLabel was modified. @return \DateTime|null The lastModifiedDateTime
getLastModifiedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
MIT
public function setLastModifiedDateTime($val) { $this->_propDict["lastModifiedDateTime"] = $val; return $this; }
Sets the lastModifiedDateTime The latest date time when the retentionLabel was modified. @param \DateTime $val The lastModifiedDateTime @return RetentionLabel
setLastModifiedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
MIT
public function getRetentionDuration() { if (array_key_exists("retentionDuration", $this->_propDict)) { if (is_a($this->_propDict["retentionDuration"], "\Beta\Microsoft\Graph\SecurityNamespace\Model\RetentionDuration") || is_null($this->_propDict["retentionDuration"])) { return $this->_propDict["retentionDuration"]; } else { $this->_propDict["retentionDuration"] = new RetentionDuration($this->_propDict["retentionDuration"]); return $this->_propDict["retentionDuration"]; } } return null; }
Gets the retentionDuration Specifies the number of days to retain the content. @return RetentionDuration|null The retentionDuration
getRetentionDuration
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
MIT
public function setRetentionDuration($val) { $this->_propDict["retentionDuration"] = $val; return $this; }
Sets the retentionDuration Specifies the number of days to retain the content. @param RetentionDuration $val The retentionDuration @return RetentionLabel
setRetentionDuration
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
MIT
public function getRetentionTrigger() { if (array_key_exists("retentionTrigger", $this->_propDict)) { if (is_a($this->_propDict["retentionTrigger"], "\Beta\Microsoft\Graph\SecurityNamespace\Model\RetentionTrigger") || is_null($this->_propDict["retentionTrigger"])) { return $this->_propDict["retentionTrigger"]; } else { $this->_propDict["retentionTrigger"] = new RetentionTrigger($this->_propDict["retentionTrigger"]); return $this->_propDict["retentionTrigger"]; } } return null; }
Gets the retentionTrigger Specifies whether the retention duration is calculated from the content creation date, labeled date, or last modification date. The possible values are: dateLabeled, dateCreated, dateModified, dateOfEvent, unknownFutureValue. @return RetentionTrigger|null The retentionTrigger
getRetentionTrigger
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
MIT
public function setRetentionTrigger($val) { $this->_propDict["retentionTrigger"] = $val; return $this; }
Sets the retentionTrigger Specifies whether the retention duration is calculated from the content creation date, labeled date, or last modification date. The possible values are: dateLabeled, dateCreated, dateModified, dateOfEvent, unknownFutureValue. @param RetentionTrigger $val The retentionTrigger @return RetentionLabel
setRetentionTrigger
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
MIT
public function getDispositionReviewStages() { if (array_key_exists("dispositionReviewStages", $this->_propDict)) { return $this->_propDict["dispositionReviewStages"]; } else { return null; } }
Gets the dispositionReviewStages Review stages during which reviewers are notified to determine whether a document must be deleted or retained. @return array|null The dispositionReviewStages
getDispositionReviewStages
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
MIT
public function setDispositionReviewStages($val) { $this->_propDict["dispositionReviewStages"] = $val; return $this; }
Sets the dispositionReviewStages Review stages during which reviewers are notified to determine whether a document must be deleted or retained. @param DispositionReviewStage[] $val The dispositionReviewStages @return RetentionLabel
setDispositionReviewStages
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionLabel.php
MIT
public function getAggregatedEventDateTime() { if (array_key_exists("aggregatedEventDateTime", $this->_propDict)) { if (is_a($this->_propDict["aggregatedEventDateTime"], "\DateTime") || is_null($this->_propDict["aggregatedEventDateTime"])) { return $this->_propDict["aggregatedEventDateTime"]; } else { $this->_propDict["aggregatedEventDateTime"] = new \DateTime($this->_propDict["aggregatedEventDateTime"]); return $this->_propDict["aggregatedEventDateTime"]; } } return null; }
Gets the aggregatedEventDateTime The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @return \DateTime|null The aggregatedEventDateTime
getAggregatedEventDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApplicationSignInDetailedSummary.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApplicationSignInDetailedSummary.php
MIT
public function setAggregatedEventDateTime($val) { $this->_propDict["aggregatedEventDateTime"] = $val; return $this; }
Sets the aggregatedEventDateTime The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. @param \DateTime $val The aggregatedEventDateTime @return ApplicationSignInDetailedSummary
setAggregatedEventDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApplicationSignInDetailedSummary.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApplicationSignInDetailedSummary.php
MIT
public function getAppDisplayName() { if (array_key_exists("appDisplayName", $this->_propDict)) { return $this->_propDict["appDisplayName"]; } else { return null; } }
Gets the appDisplayName Name of the application that the user signed in to. @return string|null The appDisplayName
getAppDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApplicationSignInDetailedSummary.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApplicationSignInDetailedSummary.php
MIT
public function setAppDisplayName($val) { $this->_propDict["appDisplayName"] = $val; return $this; }
Sets the appDisplayName Name of the application that the user signed in to. @param string $val The appDisplayName @return ApplicationSignInDetailedSummary
setAppDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApplicationSignInDetailedSummary.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ApplicationSignInDetailedSummary.php
MIT