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 setCloudPcStatus($val) { $this->_propDict["cloudPcStatus"] = $val; return $this; }
Sets the cloudPcStatus The status of the cloud PC. Possible values are: notProvisioned, provisioning, provisioned, upgrading, inGracePeriod, deprovisioning, failed. Required. Read-only. @param string $val The cloudPcStatus @return CloudPcDevice
setCloudPcStatus
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
MIT
public function getDeviceSpecification() { if (array_key_exists("deviceSpecification", $this->_propDict)) { return $this->_propDict["deviceSpecification"]; } else { return null; } }
Gets the deviceSpecification The specification of the cloud PC device. Required. Read-only. @return string|null The deviceSpecification
getDeviceSpecification
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
MIT
public function setDeviceSpecification($val) { $this->_propDict["deviceSpecification"] = $val; return $this; }
Sets the deviceSpecification The specification of the cloud PC device. Required. Read-only. @param string $val The deviceSpecification @return CloudPcDevice
setDeviceSpecification
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
MIT
public function getDisplayName() { if (array_key_exists("displayName", $this->_propDict)) { return $this->_propDict["displayName"]; } else { return null; } }
Gets the displayName The display name of the cloud PC device. Required. Read-only. @return string|null The displayName
getDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
MIT
public function setDisplayName($val) { $this->_propDict["displayName"] = $val; return $this; }
Sets the displayName The display name of the cloud PC device. Required. Read-only. @param string $val The displayName @return CloudPcDevice
setDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
MIT
public function getLastRefreshedDateTime() { if (array_key_exists("lastRefreshedDateTime", $this->_propDict)) { if (is_a($this->_propDict["lastRefreshedDateTime"], "\DateTime") || is_null($this->_propDict["lastRefreshedDateTime"])) { return $this->_propDict["lastRefreshedDateTime"]; } else { $this->_propDict["lastRefreshedDateTime"] = new \DateTime($this->_propDict["lastRefreshedDateTime"]); return $this->_propDict["lastRefreshedDateTime"]; } } return null; }
Gets the lastRefreshedDateTime Date and time the entity was last updated in the multi-tenant management platform. Required. Read-only. @return \DateTime|null The lastRefreshedDateTime
getLastRefreshedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
MIT
public function setLastRefreshedDateTime($val) { $this->_propDict["lastRefreshedDateTime"] = $val; return $this; }
Sets the lastRefreshedDateTime Date and time the entity was last updated in the multi-tenant management platform. Required. Read-only. @param \DateTime $val The lastRefreshedDateTime @return CloudPcDevice
setLastRefreshedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
MIT
public function getManagedDeviceId() { if (array_key_exists("managedDeviceId", $this->_propDict)) { return $this->_propDict["managedDeviceId"]; } else { return null; } }
Gets the managedDeviceId The managed device identifier of the cloud PC device. Optional. Read-only. @return string|null The managedDeviceId
getManagedDeviceId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
MIT
public function setManagedDeviceId($val) { $this->_propDict["managedDeviceId"] = $val; return $this; }
Sets the managedDeviceId The managed device identifier of the cloud PC device. Optional. Read-only. @param string $val The managedDeviceId @return CloudPcDevice
setManagedDeviceId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
MIT
public function getManagedDeviceName() { if (array_key_exists("managedDeviceName", $this->_propDict)) { return $this->_propDict["managedDeviceName"]; } else { return null; } }
Gets the managedDeviceName The managed device display name of the cloud PC device. Optional. Read-only. @return string|null The managedDeviceName
getManagedDeviceName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
MIT
public function setManagedDeviceName($val) { $this->_propDict["managedDeviceName"] = $val; return $this; }
Sets the managedDeviceName The managed device display name of the cloud PC device. Optional. Read-only. @param string $val The managedDeviceName @return CloudPcDevice
setManagedDeviceName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
MIT
public function getProvisioningPolicyId() { if (array_key_exists("provisioningPolicyId", $this->_propDict)) { return $this->_propDict["provisioningPolicyId"]; } else { return null; } }
Gets the provisioningPolicyId The provisioning policy identifier for the cloud PC device. Required. Read-only. @return string|null The provisioningPolicyId
getProvisioningPolicyId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
MIT
public function setProvisioningPolicyId($val) { $this->_propDict["provisioningPolicyId"] = $val; return $this; }
Sets the provisioningPolicyId The provisioning policy identifier for the cloud PC device. Required. Read-only. @param string $val The provisioningPolicyId @return CloudPcDevice
setProvisioningPolicyId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
MIT
public function getServicePlanName() { if (array_key_exists("servicePlanName", $this->_propDict)) { return $this->_propDict["servicePlanName"]; } else { return null; } }
Gets the servicePlanName The service plan name of the cloud PC device. Required. Read-only. @return string|null The servicePlanName
getServicePlanName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
MIT
public function setServicePlanName($val) { $this->_propDict["servicePlanName"] = $val; return $this; }
Sets the servicePlanName The service plan name of the cloud PC device. Required. Read-only. @param string $val The servicePlanName @return CloudPcDevice
setServicePlanName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
MIT
public function getServicePlanType() { if (array_key_exists("servicePlanType", $this->_propDict)) { return $this->_propDict["servicePlanType"]; } else { return null; } }
Gets the servicePlanType The service plan type of the cloud PC device. Required. Read-only. @return string|null The servicePlanType
getServicePlanType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
MIT
public function setServicePlanType($val) { $this->_propDict["servicePlanType"] = $val; return $this; }
Sets the servicePlanType The service plan type of the cloud PC device. Required. Read-only. @param string $val The servicePlanType @return CloudPcDevice
setServicePlanType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
MIT
public function getTenantDisplayName() { if (array_key_exists("tenantDisplayName", $this->_propDict)) { return $this->_propDict["tenantDisplayName"]; } else { return null; } }
Gets the tenantDisplayName The display name for the managed tenant. Required. Read-only. @return string|null The tenantDisplayName
getTenantDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
MIT
public function setTenantDisplayName($val) { $this->_propDict["tenantDisplayName"] = $val; return $this; }
Sets the tenantDisplayName The display name for the managed tenant. Required. Read-only. @param string $val The tenantDisplayName @return CloudPcDevice
setTenantDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
MIT
public function getTenantId() { if (array_key_exists("tenantId", $this->_propDict)) { return $this->_propDict["tenantId"]; } else { return null; } }
Gets the tenantId The Azure Active Directory tenant identifier for the managed tenant. Required. Read-only. @return string|null The tenantId
getTenantId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
MIT
public function setTenantId($val) { $this->_propDict["tenantId"] = $val; return $this; }
Sets the tenantId The Azure Active Directory tenant identifier for the managed tenant. Required. Read-only. @param string $val The tenantId @return CloudPcDevice
setTenantId
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
MIT
public function getUserPrincipalName() { if (array_key_exists("userPrincipalName", $this->_propDict)) { return $this->_propDict["userPrincipalName"]; } else { return null; } }
Gets the userPrincipalName The user principal name (UPN) of the user assigned to the cloud PC device. Required. Read-only. @return string|null The userPrincipalName
getUserPrincipalName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
MIT
public function setUserPrincipalName($val) { $this->_propDict["userPrincipalName"] = $val; return $this; }
Sets the userPrincipalName The user principal name (UPN) of the user assigned to the cloud PC device. Required. Read-only. @param string $val The userPrincipalName @return CloudPcDevice
setUserPrincipalName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/ManagedTenants/Model/CloudPcDevice.php
MIT
public function getOverrides() { if (array_key_exists("overrides", $this->_propDict)) { return $this->_propDict["overrides"]; } else { return null; } }
Gets the overrides A set of overrides for a user to always classify messages from specific senders in certain ways: focused, or other. Read-only. Nullable. @return array|null The overrides
getOverrides
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/InferenceClassification.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/InferenceClassification.php
MIT
public function setOverrides($val) { $this->_propDict["overrides"] = $val; return $this; }
Sets the overrides A set of overrides for a user to always classify messages from specific senders in certain ways: focused, or other. Read-only. Nullable. @param InferenceClassificationOverride[] $val The overrides @return InferenceClassification
setOverrides
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/InferenceClassification.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/InferenceClassification.php
MIT
public function getCode() { if (array_key_exists("code", $this->_propDict)) { return $this->_propDict["code"]; } else { return null; } }
Gets the code The result code. @return int|null The code
getCode
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/ResultInfo.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/ResultInfo.php
MIT
public function setCode($val) { $this->_propDict["code"] = $val; return $this; }
Sets the code The result code. @param int $val The value of the code @return ResultInfo
setCode
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/ResultInfo.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/ResultInfo.php
MIT
public function getSubcode() { if (array_key_exists("subcode", $this->_propDict)) { return $this->_propDict["subcode"]; } else { return null; } }
Gets the subcode The result sub-code. @return int|null The subcode
getSubcode
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/ResultInfo.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/ResultInfo.php
MIT
public function setSubcode($val) { $this->_propDict["subcode"] = $val; return $this; }
Sets the subcode The result sub-code. @param int $val The value of the subcode @return ResultInfo
setSubcode
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/ResultInfo.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/ResultInfo.php
MIT
public function getChoiceSettingCollectionValue() { if (array_key_exists("choiceSettingCollectionValue", $this->_propDict)) { if (is_a($this->_propDict["choiceSettingCollectionValue"], "\Beta\Microsoft\Graph\Model\DeviceManagementConfigurationChoiceSettingValue") || is_null($this->_propDict["choiceSettingCollectionValue"])) { return $this->_propDict["choiceSettingCollectionValue"]; } else { $this->_propDict["choiceSettingCollectionValue"] = new DeviceManagementConfigurationChoiceSettingValue($this->_propDict["choiceSettingCollectionValue"]); return $this->_propDict["choiceSettingCollectionValue"]; } } return null; }
Gets the choiceSettingCollectionValue Choice setting collection value @return DeviceManagementConfigurationChoiceSettingValue|null The choiceSettingCollectionValue
getChoiceSettingCollectionValue
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationChoiceSettingCollectionInstance.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationChoiceSettingCollectionInstance.php
MIT
public function setChoiceSettingCollectionValue($val) { $this->_propDict["choiceSettingCollectionValue"] = $val; return $this; }
Sets the choiceSettingCollectionValue Choice setting collection value @param DeviceManagementConfigurationChoiceSettingValue $val The value to assign to the choiceSettingCollectionValue @return DeviceManagementConfigurationChoiceSettingCollectionInstance The DeviceManagementConfigurationChoiceSettingCollectionInstance
setChoiceSettingCollectionValue
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationChoiceSettingCollectionInstance.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/DeviceManagementConfigurationChoiceSettingCollectionInstance.php
MIT
public function getScanType() { if (array_key_exists("scanType", $this->_propDict)) { return $this->_propDict["scanType"]; } else { return null; } }
Gets the scanType Scan type either full scan or quick scan @return string|null The scanType
getScanType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/WindowsDefenderScanActionResult.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/WindowsDefenderScanActionResult.php
MIT
public function setScanType($val) { $this->_propDict["scanType"] = $val; return $this; }
Sets the scanType Scan type either full scan or quick scan @param string $val The value of the scanType @return WindowsDefenderScanActionResult
setScanType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Model/WindowsDefenderScanActionResult.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Model/WindowsDefenderScanActionResult.php
MIT
function serialize(\Sabre\DAV\Server $server, \DOMElement $errorNode) { $error = $errorNode->ownerDocument->createElementNS('DAV:', 'd:valid-resourcetype'); $errorNode->appendChild($error); }
This method allows the exception to include additional information into the WebDAV error response @param \Sabre\DAV\Server $server @param \DOMElement $errorNode @return void
serialize
php
xiebruce/PicUploader
vendor/sabre/dav/lib/DAV/Exception/InvalidResourceType.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/sabre/dav/lib/DAV/Exception/InvalidResourceType.php
MIT
public function getClassifyAs() { if (array_key_exists("classifyAs", $this->_propDict)) { if (is_a($this->_propDict["classifyAs"], "\Beta\Microsoft\Graph\Model\InferenceClassificationType") || is_null($this->_propDict["classifyAs"])) { return $this->_propDict["classifyAs"]; } else { $this->_propDict["classifyAs"] = new InferenceClassificationType($this->_propDict["classifyAs"]); return $this->_propDict["classifyAs"]; } } return null; }
Gets the classifyAs Specifies how incoming messages from a specific sender should always be classified as. Possible values are: focused, other. @return InferenceClassificationType|null The classifyAs
getClassifyAs
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/InferenceClassificationOverride.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/InferenceClassificationOverride.php
MIT
public function setClassifyAs($val) { $this->_propDict["classifyAs"] = $val; return $this; }
Sets the classifyAs Specifies how incoming messages from a specific sender should always be classified as. Possible values are: focused, other. @param InferenceClassificationType $val The classifyAs @return InferenceClassificationOverride
setClassifyAs
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/InferenceClassificationOverride.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/InferenceClassificationOverride.php
MIT
public function getSenderEmailAddress() { if (array_key_exists("senderEmailAddress", $this->_propDict)) { if (is_a($this->_propDict["senderEmailAddress"], "\Beta\Microsoft\Graph\Model\EmailAddress") || is_null($this->_propDict["senderEmailAddress"])) { return $this->_propDict["senderEmailAddress"]; } else { $this->_propDict["senderEmailAddress"] = new EmailAddress($this->_propDict["senderEmailAddress"]); return $this->_propDict["senderEmailAddress"]; } } return null; }
Gets the senderEmailAddress The email address information of the sender for whom the override is created. @return EmailAddress|null The senderEmailAddress
getSenderEmailAddress
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/InferenceClassificationOverride.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/InferenceClassificationOverride.php
MIT
public function setSenderEmailAddress($val) { $this->_propDict["senderEmailAddress"] = $val; return $this; }
Sets the senderEmailAddress The email address information of the sender for whom the override is created. @param EmailAddress $val The senderEmailAddress @return InferenceClassificationOverride
setSenderEmailAddress
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/InferenceClassificationOverride.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/InferenceClassificationOverride.php
MIT
protected function getDocument($record) { $document = new Document(); $document->setData($record); $document->setType($this->type); $document->setIndex($this->index); return $document; }
Convert a log message into an Elastica Document @param array $record Log message @return Document
getDocument
php
xiebruce/PicUploader
vendor/monolog/monolog/src/Monolog/Formatter/ElasticaFormatter.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/monolog/monolog/src/Monolog/Formatter/ElasticaFormatter.php
MIT
public function getDaysUntilForcedReboot() { if (array_key_exists("daysUntilForcedReboot", $this->_propDict)) { return $this->_propDict["daysUntilForcedReboot"]; } else { return null; } }
Gets the daysUntilForcedReboot Specifies the number of days after an update is installed, during which the user of the device can control when the device restarts. @return int|null The daysUntilForcedReboot
getDaysUntilForcedReboot
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/WindowsUpdates/Model/UserExperienceSettings.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/WindowsUpdates/Model/UserExperienceSettings.php
MIT
public function setDaysUntilForcedReboot($val) { $this->_propDict["daysUntilForcedReboot"] = $val; return $this; }
Sets the daysUntilForcedReboot Specifies the number of days after an update is installed, during which the user of the device can control when the device restarts. @param int $val The value of the daysUntilForcedReboot @return UserExperienceSettings
setDaysUntilForcedReboot
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/WindowsUpdates/Model/UserExperienceSettings.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/WindowsUpdates/Model/UserExperienceSettings.php
MIT
public function getService() { if (array_key_exists("service", $this->_propDict)) { return $this->_propDict["service"]; } else { return null; } }
Gets the service The service name. Use the list healthOverviews operation to get exact string names for services subscribed by the tenant. @return string|null The service
getService
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ServiceHealth.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ServiceHealth.php
MIT
public function setService($val) { $this->_propDict["service"] = $val; return $this; }
Sets the service The service name. Use the list healthOverviews operation to get exact string names for services subscribed by the tenant. @param string $val The service @return ServiceHealth
setService
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ServiceHealth.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ServiceHealth.php
MIT
public function getStatus() { if (array_key_exists("status", $this->_propDict)) { if (is_a($this->_propDict["status"], "\Beta\Microsoft\Graph\Model\ServiceHealthStatus") || is_null($this->_propDict["status"])) { return $this->_propDict["status"]; } else { $this->_propDict["status"] = new ServiceHealthStatus($this->_propDict["status"]); return $this->_propDict["status"]; } } return null; }
Gets the status Show the overall service health status. Possible values are: serviceOperational, investigating, restoringService, verifyingService, serviceRestored, postIncidentReviewPublished, serviceDegradation, serviceInterruption, extendedRecovery, falsePositive, investigationSuspended, resolved, mitigatedExternal, mitigated, resolvedExternal, confirmed, reported, unknownFutureValue. For more details, see serviceHealthStatus values. @return ServiceHealthStatus|null The status
getStatus
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ServiceHealth.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ServiceHealth.php
MIT
public function setStatus($val) { $this->_propDict["status"] = $val; return $this; }
Sets the status Show the overall service health status. Possible values are: serviceOperational, investigating, restoringService, verifyingService, serviceRestored, postIncidentReviewPublished, serviceDegradation, serviceInterruption, extendedRecovery, falsePositive, investigationSuspended, resolved, mitigatedExternal, mitigated, resolvedExternal, confirmed, reported, unknownFutureValue. For more details, see serviceHealthStatus values. @param ServiceHealthStatus $val The status @return ServiceHealth
setStatus
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ServiceHealth.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ServiceHealth.php
MIT
public function getIssues() { if (array_key_exists("issues", $this->_propDict)) { return $this->_propDict["issues"]; } else { return null; } }
Gets the issues A collection of issues that happened on the service, with detailed information for each issue. @return array|null The issues
getIssues
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ServiceHealth.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ServiceHealth.php
MIT
public function setIssues($val) { $this->_propDict["issues"] = $val; return $this; }
Sets the issues A collection of issues that happened on the service, with detailed information for each issue. @param ServiceHealthIssue[] $val The issues @return ServiceHealth
setIssues
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ServiceHealth.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/ServiceHealth.php
MIT
public function getInitiatorType() { if (array_key_exists("initiatorType", $this->_propDict)) { if (is_a($this->_propDict["initiatorType"], "\Beta\Microsoft\Graph\Model\InitiatorType") || is_null($this->_propDict["initiatorType"])) { return $this->_propDict["initiatorType"]; } else { $this->_propDict["initiatorType"] = new InitiatorType($this->_propDict["initiatorType"]); return $this->_propDict["initiatorType"]; } } return null; }
Gets the initiatorType Type of initiator. Possible values are: user, application, system, unknownFutureValue. @return InitiatorType|null The initiatorType
getInitiatorType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Initiator.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Initiator.php
MIT
public function setInitiatorType($val) { $this->_propDict["initiatorType"] = $val; return $this; }
Sets the initiatorType Type of initiator. Possible values are: user, application, system, unknownFutureValue. @param InitiatorType $val The value to assign to the initiatorType @return Initiator The Initiator
setInitiatorType
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Initiator.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Initiator.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 The user who created the retentionEventType. @return \Beta\Microsoft\Graph\Model\IdentitySet|null The createdBy
getCreatedBy
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionEventType.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionEventType.php
MIT
public function setCreatedBy($val) { $this->_propDict["createdBy"] = $val; return $this; }
Sets the createdBy The user who created the retentionEventType. @param \Beta\Microsoft\Graph\Model\IdentitySet $val The createdBy @return RetentionEventType
setCreatedBy
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionEventType.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionEventType.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 date time when the retentionEventType was created. @return \DateTime|null The createdDateTime
getCreatedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionEventType.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionEventType.php
MIT
public function setCreatedDateTime($val) { $this->_propDict["createdDateTime"] = $val; return $this; }
Sets the createdDateTime The date time when the retentionEventType was created. @param \DateTime $val The createdDateTime @return RetentionEventType
setCreatedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionEventType.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionEventType.php
MIT
public function getDescription() { if (array_key_exists("description", $this->_propDict)) { return $this->_propDict["description"]; } else { return null; } }
Gets the description Optional information about the event type. @return string|null The description
getDescription
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionEventType.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionEventType.php
MIT
public function setDescription($val) { $this->_propDict["description"] = $val; return $this; }
Sets the description Optional information about the event type. @param string $val The description @return RetentionEventType
setDescription
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionEventType.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionEventType.php
MIT
public function getDisplayName() { if (array_key_exists("displayName", $this->_propDict)) { return $this->_propDict["displayName"]; } else { return null; } }
Gets the displayName Name of the event type. @return string|null The displayName
getDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionEventType.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionEventType.php
MIT
public function setDisplayName($val) { $this->_propDict["displayName"] = $val; return $this; }
Sets the displayName Name of the event type. @param string $val The displayName @return RetentionEventType
setDisplayName
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionEventType.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionEventType.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 retentionEventType. @return \Beta\Microsoft\Graph\Model\IdentitySet|null The lastModifiedBy
getLastModifiedBy
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionEventType.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionEventType.php
MIT
public function setLastModifiedBy($val) { $this->_propDict["lastModifiedBy"] = $val; return $this; }
Sets the lastModifiedBy The user who last modified the retentionEventType. @param \Beta\Microsoft\Graph\Model\IdentitySet $val The lastModifiedBy @return RetentionEventType
setLastModifiedBy
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionEventType.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionEventType.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 retentionEventType was modified. @return \DateTime|null The lastModifiedDateTime
getLastModifiedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionEventType.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionEventType.php
MIT
public function setLastModifiedDateTime($val) { $this->_propDict["lastModifiedDateTime"] = $val; return $this; }
Sets the lastModifiedDateTime The latest date time when the retentionEventType was modified. @param \DateTime $val The lastModifiedDateTime @return RetentionEventType
setLastModifiedDateTime
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionEventType.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/SecurityNamespace/Model/RetentionEventType.php
MIT
public function addColumn($column, $columnType, $comment=''){ // $sql = 'ALTER TABLE `'.self::$tableName.'` ADD COLUMN `'.$column.'` '.$columnType.' COMMENT "'.$comment.'" AFTER `mime`'; //sqlite3不支持字段comment和after $sql = 'ALTER TABLE `'.self::$tableName.'` ADD COLUMN `'.$column.'` '.$columnType; return $this->execute($sql); }
addColumn(注意: sqlite3只支持add column, 不支持drop column) @param $column @param $columnType @param $comment @return int|void
addColumn
php
xiebruce/PicUploader
settings/HistoryModel.php
https://github.com/xiebruce/PicUploader/blob/master/settings/HistoryModel.php
MIT
public function getReviewSet() { if (array_key_exists("reviewSet", $this->_propDict)) { if (is_a($this->_propDict["reviewSet"], "\Beta\Microsoft\Graph\Ediscovery\Model\ReviewSet") || is_null($this->_propDict["reviewSet"])) { return $this->_propDict["reviewSet"]; } else { $this->_propDict["reviewSet"] = new ReviewSet($this->_propDict["reviewSet"]); return $this->_propDict["reviewSet"]; } } return null; }
Gets the reviewSet The review set to which items matching the source collection query are added to. @return ReviewSet|null The reviewSet
getReviewSet
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/AddToReviewSetOperation.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/AddToReviewSetOperation.php
MIT
public function setReviewSet($val) { $this->_propDict["reviewSet"] = $val; return $this; }
Sets the reviewSet The review set to which items matching the source collection query are added to. @param ReviewSet $val The reviewSet @return AddToReviewSetOperation
setReviewSet
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/AddToReviewSetOperation.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/AddToReviewSetOperation.php
MIT
public function getSourceCollection() { if (array_key_exists("sourceCollection", $this->_propDict)) { if (is_a($this->_propDict["sourceCollection"], "\Beta\Microsoft\Graph\Ediscovery\Model\SourceCollection") || is_null($this->_propDict["sourceCollection"])) { return $this->_propDict["sourceCollection"]; } else { $this->_propDict["sourceCollection"] = new SourceCollection($this->_propDict["sourceCollection"]); return $this->_propDict["sourceCollection"]; } } return null; }
Gets the sourceCollection The sourceCollection that items are being added from. @return SourceCollection|null The sourceCollection
getSourceCollection
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/AddToReviewSetOperation.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/AddToReviewSetOperation.php
MIT
public function setSourceCollection($val) { $this->_propDict["sourceCollection"] = $val; return $this; }
Sets the sourceCollection The sourceCollection that items are being added from. @param SourceCollection $val The sourceCollection @return AddToReviewSetOperation
setSourceCollection
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/AddToReviewSetOperation.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Ediscovery/Model/AddToReviewSetOperation.php
MIT
function getOwner() { return $this->owner; }
Returns the owner principal This must be a url to a principal, or null if there's no owner @return string|null
getOwner
php
xiebruce/PicUploader
vendor/sabre/dav/lib/DAVACL/FS/File.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/sabre/dav/lib/DAVACL/FS/File.php
MIT
function getACL() { return $this->acl; }
Returns a list of ACE's for this node. Each ACE has the following properties: * 'privilege', a string such as {DAV:}read or {DAV:}write. These are currently the only supported privileges * 'principal', a url to the principal who owns the node * 'protected' (optional), indicating that this ACE is not allowed to be updated. @return array
getACL
php
xiebruce/PicUploader
vendor/sabre/dav/lib/DAVACL/FS/File.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/sabre/dav/lib/DAVACL/FS/File.php
MIT
public function getPriority() { if (array_key_exists("priority", $this->_propDict)) { return $this->_propDict["priority"]; } else { return null; } }
Gets the priority The priority of the listener. Determines the order of evaluation when an event has multiple listeners. The priority is evaluated from low to high. @return int|null The priority
getPriority
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AuthenticationListener.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AuthenticationListener.php
MIT
public function setPriority($val) { $this->_propDict["priority"] = intval($val); return $this; }
Sets the priority The priority of the listener. Determines the order of evaluation when an event has multiple listeners. The priority is evaluated from low to high. @param int $val The priority @return AuthenticationListener
setPriority
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AuthenticationListener.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AuthenticationListener.php
MIT
public function getSourceFilter() { if (array_key_exists("sourceFilter", $this->_propDict)) { if (is_a($this->_propDict["sourceFilter"], "\Beta\Microsoft\Graph\Model\AuthenticationSourceFilter") || is_null($this->_propDict["sourceFilter"])) { return $this->_propDict["sourceFilter"]; } else { $this->_propDict["sourceFilter"] = new AuthenticationSourceFilter($this->_propDict["sourceFilter"]); return $this->_propDict["sourceFilter"]; } } return null; }
Gets the sourceFilter Filter based on the source of the authentication that is used to determine whether the listener is evaluated. This is currently limited to evaluations based on application the user is authenticating to. @return AuthenticationSourceFilter|null The sourceFilter
getSourceFilter
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AuthenticationListener.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AuthenticationListener.php
MIT
public function setSourceFilter($val) { $this->_propDict["sourceFilter"] = $val; return $this; }
Sets the sourceFilter Filter based on the source of the authentication that is used to determine whether the listener is evaluated. This is currently limited to evaluations based on application the user is authenticating to. @param AuthenticationSourceFilter $val The sourceFilter @return AuthenticationListener
setSourceFilter
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AuthenticationListener.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/AuthenticationListener.php
MIT
public function getAccountsBlockAddingNonMicrosoftAccountEmail() { if (array_key_exists("accountsBlockAddingNonMicrosoftAccountEmail", $this->_propDict)) { return $this->_propDict["accountsBlockAddingNonMicrosoftAccountEmail"]; } else { return null; } }
Gets the accountsBlockAddingNonMicrosoftAccountEmail Indicates whether or not to Block the user from adding email accounts to the device that are not associated with a Microsoft account. @return bool|null The accountsBlockAddingNonMicrosoftAccountEmail
getAccountsBlockAddingNonMicrosoftAccountEmail
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function setAccountsBlockAddingNonMicrosoftAccountEmail($val) { $this->_propDict["accountsBlockAddingNonMicrosoftAccountEmail"] = boolval($val); return $this; }
Sets the accountsBlockAddingNonMicrosoftAccountEmail Indicates whether or not to Block the user from adding email accounts to the device that are not associated with a Microsoft account. @param bool $val The accountsBlockAddingNonMicrosoftAccountEmail @return Windows81GeneralConfiguration
setAccountsBlockAddingNonMicrosoftAccountEmail
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function getApplyOnlyToWindows81() { if (array_key_exists("applyOnlyToWindows81", $this->_propDict)) { return $this->_propDict["applyOnlyToWindows81"]; } else { return null; } }
Gets the applyOnlyToWindows81 Value indicating whether this policy only applies to Windows 8.1. This property is read-only. @return bool|null The applyOnlyToWindows81
getApplyOnlyToWindows81
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function setApplyOnlyToWindows81($val) { $this->_propDict["applyOnlyToWindows81"] = boolval($val); return $this; }
Sets the applyOnlyToWindows81 Value indicating whether this policy only applies to Windows 8.1. This property is read-only. @param bool $val The applyOnlyToWindows81 @return Windows81GeneralConfiguration
setApplyOnlyToWindows81
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function getBrowserBlockAutofill() { if (array_key_exists("browserBlockAutofill", $this->_propDict)) { return $this->_propDict["browserBlockAutofill"]; } else { return null; } }
Gets the browserBlockAutofill Indicates whether or not to block auto fill. @return bool|null The browserBlockAutofill
getBrowserBlockAutofill
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function setBrowserBlockAutofill($val) { $this->_propDict["browserBlockAutofill"] = boolval($val); return $this; }
Sets the browserBlockAutofill Indicates whether or not to block auto fill. @param bool $val The browserBlockAutofill @return Windows81GeneralConfiguration
setBrowserBlockAutofill
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function getBrowserBlockAutomaticDetectionOfIntranetSites() { if (array_key_exists("browserBlockAutomaticDetectionOfIntranetSites", $this->_propDict)) { return $this->_propDict["browserBlockAutomaticDetectionOfIntranetSites"]; } else { return null; } }
Gets the browserBlockAutomaticDetectionOfIntranetSites Indicates whether or not to block automatic detection of Intranet sites. @return bool|null The browserBlockAutomaticDetectionOfIntranetSites
getBrowserBlockAutomaticDetectionOfIntranetSites
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function setBrowserBlockAutomaticDetectionOfIntranetSites($val) { $this->_propDict["browserBlockAutomaticDetectionOfIntranetSites"] = boolval($val); return $this; }
Sets the browserBlockAutomaticDetectionOfIntranetSites Indicates whether or not to block automatic detection of Intranet sites. @param bool $val The browserBlockAutomaticDetectionOfIntranetSites @return Windows81GeneralConfiguration
setBrowserBlockAutomaticDetectionOfIntranetSites
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function getBrowserBlockEnterpriseModeAccess() { if (array_key_exists("browserBlockEnterpriseModeAccess", $this->_propDict)) { return $this->_propDict["browserBlockEnterpriseModeAccess"]; } else { return null; } }
Gets the browserBlockEnterpriseModeAccess Indicates whether or not to block enterprise mode access. @return bool|null The browserBlockEnterpriseModeAccess
getBrowserBlockEnterpriseModeAccess
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function setBrowserBlockEnterpriseModeAccess($val) { $this->_propDict["browserBlockEnterpriseModeAccess"] = boolval($val); return $this; }
Sets the browserBlockEnterpriseModeAccess Indicates whether or not to block enterprise mode access. @param bool $val The browserBlockEnterpriseModeAccess @return Windows81GeneralConfiguration
setBrowserBlockEnterpriseModeAccess
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function getBrowserBlockJavaScript() { if (array_key_exists("browserBlockJavaScript", $this->_propDict)) { return $this->_propDict["browserBlockJavaScript"]; } else { return null; } }
Gets the browserBlockJavaScript Indicates whether or not to Block the user from using JavaScript. @return bool|null The browserBlockJavaScript
getBrowserBlockJavaScript
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function setBrowserBlockJavaScript($val) { $this->_propDict["browserBlockJavaScript"] = boolval($val); return $this; }
Sets the browserBlockJavaScript Indicates whether or not to Block the user from using JavaScript. @param bool $val The browserBlockJavaScript @return Windows81GeneralConfiguration
setBrowserBlockJavaScript
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function getBrowserBlockPlugins() { if (array_key_exists("browserBlockPlugins", $this->_propDict)) { return $this->_propDict["browserBlockPlugins"]; } else { return null; } }
Gets the browserBlockPlugins Indicates whether or not to block plug-ins. @return bool|null The browserBlockPlugins
getBrowserBlockPlugins
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function setBrowserBlockPlugins($val) { $this->_propDict["browserBlockPlugins"] = boolval($val); return $this; }
Sets the browserBlockPlugins Indicates whether or not to block plug-ins. @param bool $val The browserBlockPlugins @return Windows81GeneralConfiguration
setBrowserBlockPlugins
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function getBrowserBlockPopups() { if (array_key_exists("browserBlockPopups", $this->_propDict)) { return $this->_propDict["browserBlockPopups"]; } else { return null; } }
Gets the browserBlockPopups Indicates whether or not to block popups. @return bool|null The browserBlockPopups
getBrowserBlockPopups
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function setBrowserBlockPopups($val) { $this->_propDict["browserBlockPopups"] = boolval($val); return $this; }
Sets the browserBlockPopups Indicates whether or not to block popups. @param bool $val The browserBlockPopups @return Windows81GeneralConfiguration
setBrowserBlockPopups
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function getBrowserBlockSendingDoNotTrackHeader() { if (array_key_exists("browserBlockSendingDoNotTrackHeader", $this->_propDict)) { return $this->_propDict["browserBlockSendingDoNotTrackHeader"]; } else { return null; } }
Gets the browserBlockSendingDoNotTrackHeader Indicates whether or not to Block the user from sending the do not track header. @return bool|null The browserBlockSendingDoNotTrackHeader
getBrowserBlockSendingDoNotTrackHeader
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function setBrowserBlockSendingDoNotTrackHeader($val) { $this->_propDict["browserBlockSendingDoNotTrackHeader"] = boolval($val); return $this; }
Sets the browserBlockSendingDoNotTrackHeader Indicates whether or not to Block the user from sending the do not track header. @param bool $val The browserBlockSendingDoNotTrackHeader @return Windows81GeneralConfiguration
setBrowserBlockSendingDoNotTrackHeader
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function getBrowserBlockSingleWordEntryOnIntranetSites() { if (array_key_exists("browserBlockSingleWordEntryOnIntranetSites", $this->_propDict)) { return $this->_propDict["browserBlockSingleWordEntryOnIntranetSites"]; } else { return null; } }
Gets the browserBlockSingleWordEntryOnIntranetSites Indicates whether or not to block a single word entry on Intranet sites. @return bool|null The browserBlockSingleWordEntryOnIntranetSites
getBrowserBlockSingleWordEntryOnIntranetSites
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function setBrowserBlockSingleWordEntryOnIntranetSites($val) { $this->_propDict["browserBlockSingleWordEntryOnIntranetSites"] = boolval($val); return $this; }
Sets the browserBlockSingleWordEntryOnIntranetSites Indicates whether or not to block a single word entry on Intranet sites. @param bool $val The browserBlockSingleWordEntryOnIntranetSites @return Windows81GeneralConfiguration
setBrowserBlockSingleWordEntryOnIntranetSites
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function getBrowserEnterpriseModeSiteListLocation() { if (array_key_exists("browserEnterpriseModeSiteListLocation", $this->_propDict)) { return $this->_propDict["browserEnterpriseModeSiteListLocation"]; } else { return null; } }
Gets the browserEnterpriseModeSiteListLocation The enterprise mode site list location. Could be a local file, local network or http location. @return string|null The browserEnterpriseModeSiteListLocation
getBrowserEnterpriseModeSiteListLocation
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function setBrowserEnterpriseModeSiteListLocation($val) { $this->_propDict["browserEnterpriseModeSiteListLocation"] = $val; return $this; }
Sets the browserEnterpriseModeSiteListLocation The enterprise mode site list location. Could be a local file, local network or http location. @param string $val The browserEnterpriseModeSiteListLocation @return Windows81GeneralConfiguration
setBrowserEnterpriseModeSiteListLocation
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function getBrowserInternetSecurityLevel() { if (array_key_exists("browserInternetSecurityLevel", $this->_propDict)) { if (is_a($this->_propDict["browserInternetSecurityLevel"], "\Beta\Microsoft\Graph\Model\InternetSiteSecurityLevel") || is_null($this->_propDict["browserInternetSecurityLevel"])) { return $this->_propDict["browserInternetSecurityLevel"]; } else { $this->_propDict["browserInternetSecurityLevel"] = new InternetSiteSecurityLevel($this->_propDict["browserInternetSecurityLevel"]); return $this->_propDict["browserInternetSecurityLevel"]; } } return null; }
Gets the browserInternetSecurityLevel The internet security level. Possible values are: userDefined, medium, mediumHigh, high. @return InternetSiteSecurityLevel|null The browserInternetSecurityLevel
getBrowserInternetSecurityLevel
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function setBrowserInternetSecurityLevel($val) { $this->_propDict["browserInternetSecurityLevel"] = $val; return $this; }
Sets the browserInternetSecurityLevel The internet security level. Possible values are: userDefined, medium, mediumHigh, high. @param InternetSiteSecurityLevel $val The browserInternetSecurityLevel @return Windows81GeneralConfiguration
setBrowserInternetSecurityLevel
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function getBrowserIntranetSecurityLevel() { if (array_key_exists("browserIntranetSecurityLevel", $this->_propDict)) { if (is_a($this->_propDict["browserIntranetSecurityLevel"], "\Beta\Microsoft\Graph\Model\SiteSecurityLevel") || is_null($this->_propDict["browserIntranetSecurityLevel"])) { return $this->_propDict["browserIntranetSecurityLevel"]; } else { $this->_propDict["browserIntranetSecurityLevel"] = new SiteSecurityLevel($this->_propDict["browserIntranetSecurityLevel"]); return $this->_propDict["browserIntranetSecurityLevel"]; } } return null; }
Gets the browserIntranetSecurityLevel The Intranet security level. Possible values are: userDefined, low, mediumLow, medium, mediumHigh, high. @return SiteSecurityLevel|null The browserIntranetSecurityLevel
getBrowserIntranetSecurityLevel
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function setBrowserIntranetSecurityLevel($val) { $this->_propDict["browserIntranetSecurityLevel"] = $val; return $this; }
Sets the browserIntranetSecurityLevel The Intranet security level. Possible values are: userDefined, low, mediumLow, medium, mediumHigh, high. @param SiteSecurityLevel $val The browserIntranetSecurityLevel @return Windows81GeneralConfiguration
setBrowserIntranetSecurityLevel
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function getBrowserLoggingReportLocation() { if (array_key_exists("browserLoggingReportLocation", $this->_propDict)) { return $this->_propDict["browserLoggingReportLocation"]; } else { return null; } }
Gets the browserLoggingReportLocation The logging report location. @return string|null The browserLoggingReportLocation
getBrowserLoggingReportLocation
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT
public function setBrowserLoggingReportLocation($val) { $this->_propDict["browserLoggingReportLocation"] = $val; return $this; }
Sets the browserLoggingReportLocation The logging report location. @param string $val The browserLoggingReportLocation @return Windows81GeneralConfiguration
setBrowserLoggingReportLocation
php
xiebruce/PicUploader
vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
https://github.com/xiebruce/PicUploader/blob/master/vendor/microsoft/microsoft-graph/src/Beta/Microsoft/Graph/Model/Windows81GeneralConfiguration.php
MIT