File manager - Edit - /home/premiey/www/wp-content/plugins/ameliabooking/vendor/microsoft/microsoft-graph/src/Model/MeetingParticipantInfo.php
Back
<?php /** * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. * * MeetingParticipantInfo 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; /** * MeetingParticipantInfo 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 MeetingParticipantInfo extends Entity { /** * Gets the identity * * @return IdentitySet The identity */ public function getIdentity() { if (array_key_exists("identity", $this->_propDict)) { if (is_a($this->_propDict["identity"], "Microsoft\Graph\Model\IdentitySet")) { return $this->_propDict["identity"]; } else { $this->_propDict["identity"] = new IdentitySet($this->_propDict["identity"]); return $this->_propDict["identity"]; } } return null; } /** * Sets the identity * * @param IdentitySet $val The value to assign to the identity * * @return MeetingParticipantInfo The MeetingParticipantInfo */ public function setIdentity($val) { $this->_propDict["identity"] = $val; return $this; } /** * Gets the upn * * @return string The upn */ public function getUpn() { if (array_key_exists("upn", $this->_propDict)) { return $this->_propDict["upn"]; } else { return null; } } /** * Sets the upn * * @param string $val The value of the upn * * @return MeetingParticipantInfo */ public function setUpn($val) { $this->_propDict["upn"] = $val; return $this; } }
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Generation time: 0 |
proxy
|
phpinfo
|
Settings