File manager - Edit - /home/premiey/www/wp-content/plugins/ameliabooking/vendor/microsoft/microsoft-graph/src/Model/DeviceEnrollmentPlatformRestrictionsConfiguration.php
Back
<?php /** * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. * * DeviceEnrollmentPlatformRestrictionsConfiguration File * PHP version 7 * * @category Library * @package Microsoft.Graph * @copyright © Microsoft Corporation. All rights reserved. * @license https://opensource.org/licenses/MIT MIT License * @version GIT: 1.4.0 * @link https://graph.microsoft.io/ */ namespace Microsoft\Graph\Model; /** * DeviceEnrollmentPlatformRestrictionsConfiguration class * * @category Model * @package Microsoft.Graph * @copyright © Microsoft Corporation. All rights reserved. * @license https://opensource.org/licenses/MIT MIT License * @version Release: 1.4.0 * @link https://graph.microsoft.io/ */ class DeviceEnrollmentPlatformRestrictionsConfiguration extends DeviceEnrollmentConfiguration { /** * Gets the iosRestriction * Not yet documented * * @return DeviceEnrollmentPlatformRestriction The iosRestriction */ public function getIosRestriction() { if (array_key_exists("iosRestriction", $this->_propDict)) { if (is_a($this->_propDict["iosRestriction"], "Microsoft\Graph\Model\DeviceEnrollmentPlatformRestriction")) { return $this->_propDict["iosRestriction"]; } else { $this->_propDict["iosRestriction"] = new DeviceEnrollmentPlatformRestriction($this->_propDict["iosRestriction"]); return $this->_propDict["iosRestriction"]; } } return null; } /** * Sets the iosRestriction * Not yet documented * * @param DeviceEnrollmentPlatformRestriction $val The iosRestriction * * @return DeviceEnrollmentPlatformRestrictionsConfiguration */ public function setIosRestriction($val) { $this->_propDict["iosRestriction"] = $val; return $this; } /** * Gets the windowsRestriction * Not yet documented * * @return DeviceEnrollmentPlatformRestriction The windowsRestriction */ public function getWindowsRestriction() { if (array_key_exists("windowsRestriction", $this->_propDict)) { if (is_a($this->_propDict["windowsRestriction"], "Microsoft\Graph\Model\DeviceEnrollmentPlatformRestriction")) { return $this->_propDict["windowsRestriction"]; } else { $this->_propDict["windowsRestriction"] = new DeviceEnrollmentPlatformRestriction($this->_propDict["windowsRestriction"]); return $this->_propDict["windowsRestriction"]; } } return null; } /** * Sets the windowsRestriction * Not yet documented * * @param DeviceEnrollmentPlatformRestriction $val The windowsRestriction * * @return DeviceEnrollmentPlatformRestrictionsConfiguration */ public function setWindowsRestriction($val) { $this->_propDict["windowsRestriction"] = $val; return $this; } /** * Gets the windowsMobileRestriction * Not yet documented * * @return DeviceEnrollmentPlatformRestriction The windowsMobileRestriction */ public function getWindowsMobileRestriction() { if (array_key_exists("windowsMobileRestriction", $this->_propDict)) { if (is_a($this->_propDict["windowsMobileRestriction"], "Microsoft\Graph\Model\DeviceEnrollmentPlatformRestriction")) { return $this->_propDict["windowsMobileRestriction"]; } else { $this->_propDict["windowsMobileRestriction"] = new DeviceEnrollmentPlatformRestriction($this->_propDict["windowsMobileRestriction"]); return $this->_propDict["windowsMobileRestriction"]; } } return null; } /** * Sets the windowsMobileRestriction * Not yet documented * * @param DeviceEnrollmentPlatformRestriction $val The windowsMobileRestriction * * @return DeviceEnrollmentPlatformRestrictionsConfiguration */ public function setWindowsMobileRestriction($val) { $this->_propDict["windowsMobileRestriction"] = $val; return $this; } /** * Gets the androidRestriction * Not yet documented * * @return DeviceEnrollmentPlatformRestriction The androidRestriction */ public function getAndroidRestriction() { if (array_key_exists("androidRestriction", $this->_propDict)) { if (is_a($this->_propDict["androidRestriction"], "Microsoft\Graph\Model\DeviceEnrollmentPlatformRestriction")) { return $this->_propDict["androidRestriction"]; } else { $this->_propDict["androidRestriction"] = new DeviceEnrollmentPlatformRestriction($this->_propDict["androidRestriction"]); return $this->_propDict["androidRestriction"]; } } return null; } /** * Sets the androidRestriction * Not yet documented * * @param DeviceEnrollmentPlatformRestriction $val The androidRestriction * * @return DeviceEnrollmentPlatformRestrictionsConfiguration */ public function setAndroidRestriction($val) { $this->_propDict["androidRestriction"] = $val; return $this; } /** * Gets the macOSRestriction * Not yet documented * * @return DeviceEnrollmentPlatformRestriction The macOSRestriction */ public function getMacOSRestriction() { if (array_key_exists("macOSRestriction", $this->_propDict)) { if (is_a($this->_propDict["macOSRestriction"], "Microsoft\Graph\Model\DeviceEnrollmentPlatformRestriction")) { return $this->_propDict["macOSRestriction"]; } else { $this->_propDict["macOSRestriction"] = new DeviceEnrollmentPlatformRestriction($this->_propDict["macOSRestriction"]); return $this->_propDict["macOSRestriction"]; } } return null; } /** * Sets the macOSRestriction * Not yet documented * * @param DeviceEnrollmentPlatformRestriction $val The macOSRestriction * * @return DeviceEnrollmentPlatformRestrictionsConfiguration */ public function setMacOSRestriction($val) { $this->_propDict["macOSRestriction"] = $val; return $this; } }
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Generation time: 0 |
proxy
|
phpinfo
|
Settings