File manager - Edit - /home/premiey/www/wp-content/plugins/ameliabooking/vendor/microsoft/microsoft-graph/src/Model/AndroidLobApp.php
Back
<?php /** * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. * * AndroidLobApp 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; /** * AndroidLobApp 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 AndroidLobApp extends MobileLobApp { /** * Gets the packageId * The package identifier. * * @return string The packageId */ public function getPackageId() { if (array_key_exists("packageId", $this->_propDict)) { return $this->_propDict["packageId"]; } else { return null; } } /** * Sets the packageId * The package identifier. * * @param string $val The packageId * * @return AndroidLobApp */ public function setPackageId($val) { $this->_propDict["packageId"] = $val; return $this; } /** * Gets the minimumSupportedOperatingSystem * The value for the minimum applicable operating system. * * @return AndroidMinimumOperatingSystem The minimumSupportedOperatingSystem */ public function getMinimumSupportedOperatingSystem() { if (array_key_exists("minimumSupportedOperatingSystem", $this->_propDict)) { if (is_a($this->_propDict["minimumSupportedOperatingSystem"], "Microsoft\Graph\Model\AndroidMinimumOperatingSystem")) { return $this->_propDict["minimumSupportedOperatingSystem"]; } else { $this->_propDict["minimumSupportedOperatingSystem"] = new AndroidMinimumOperatingSystem($this->_propDict["minimumSupportedOperatingSystem"]); return $this->_propDict["minimumSupportedOperatingSystem"]; } } return null; } /** * Sets the minimumSupportedOperatingSystem * The value for the minimum applicable operating system. * * @param AndroidMinimumOperatingSystem $val The minimumSupportedOperatingSystem * * @return AndroidLobApp */ public function setMinimumSupportedOperatingSystem($val) { $this->_propDict["minimumSupportedOperatingSystem"] = $val; return $this; } /** * Gets the versionName * The version name of Android Line of Business (LoB) app. * * @return string The versionName */ public function getVersionName() { if (array_key_exists("versionName", $this->_propDict)) { return $this->_propDict["versionName"]; } else { return null; } } /** * Sets the versionName * The version name of Android Line of Business (LoB) app. * * @param string $val The versionName * * @return AndroidLobApp */ public function setVersionName($val) { $this->_propDict["versionName"] = $val; return $this; } /** * Gets the versionCode * The version code of Android Line of Business (LoB) app. * * @return string The versionCode */ public function getVersionCode() { if (array_key_exists("versionCode", $this->_propDict)) { return $this->_propDict["versionCode"]; } else { return null; } } /** * Sets the versionCode * The version code of Android Line of Business (LoB) app. * * @param string $val The versionCode * * @return AndroidLobApp */ public function setVersionCode($val) { $this->_propDict["versionCode"] = $val; return $this; } }
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Generation time: 0 |
proxy
|
phpinfo
|
Settings