File manager - Edit - /home/premiey/www/wp-content/plugins/ameliabooking/vendor/microsoft/microsoft-graph/src/Model/ChatInfo.php
Back
<?php /** * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. * * ChatInfo 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; /** * ChatInfo 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 ChatInfo extends Entity { /** * Gets the threadId * * @return string The threadId */ public function getThreadId() { if (array_key_exists("threadId", $this->_propDict)) { return $this->_propDict["threadId"]; } else { return null; } } /** * Sets the threadId * * @param string $val The value of the threadId * * @return ChatInfo */ public function setThreadId($val) { $this->_propDict["threadId"] = $val; return $this; } /** * Gets the messageId * * @return string The messageId */ public function getMessageId() { if (array_key_exists("messageId", $this->_propDict)) { return $this->_propDict["messageId"]; } else { return null; } } /** * Sets the messageId * * @param string $val The value of the messageId * * @return ChatInfo */ public function setMessageId($val) { $this->_propDict["messageId"] = $val; return $this; } /** * Gets the replyChainMessageId * * @return string The replyChainMessageId */ public function getReplyChainMessageId() { if (array_key_exists("replyChainMessageId", $this->_propDict)) { return $this->_propDict["replyChainMessageId"]; } else { return null; } } /** * Sets the replyChainMessageId * * @param string $val The value of the replyChainMessageId * * @return ChatInfo */ public function setReplyChainMessageId($val) { $this->_propDict["replyChainMessageId"] = $val; return $this; } }
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Generation time: 0 |
proxy
|
phpinfo
|
Settings