File manager - Edit - /home/premiey/www/wp-content/plugins/ameliabooking/vendor/microsoft/microsoft-graph/src/Model/NotificationMessageTemplate.php
Back
<?php /** * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. * * NotificationMessageTemplate 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; /** * NotificationMessageTemplate 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 NotificationMessageTemplate extends Entity { /** * Gets the lastModifiedDateTime * DateTime the object was last modified. * * @return \DateTime The lastModifiedDateTime */ public function getLastModifiedDateTime() { if (array_key_exists("lastModifiedDateTime", $this->_propDict)) { if (is_a($this->_propDict["lastModifiedDateTime"], "\DateTime")) { return $this->_propDict["lastModifiedDateTime"]; } else { $this->_propDict["lastModifiedDateTime"] = new \DateTime($this->_propDict["lastModifiedDateTime"]); return $this->_propDict["lastModifiedDateTime"]; } } return null; } /** * Sets the lastModifiedDateTime * DateTime the object was last modified. * * @param \DateTime $val The lastModifiedDateTime * * @return NotificationMessageTemplate */ public function setLastModifiedDateTime($val) { $this->_propDict["lastModifiedDateTime"] = $val; return $this; } /** * Gets the displayName * Display name for the Notification Message Template. * * @return string The displayName */ public function getDisplayName() { if (array_key_exists("displayName", $this->_propDict)) { return $this->_propDict["displayName"]; } else { return null; } } /** * Sets the displayName * Display name for the Notification Message Template. * * @param string $val The displayName * * @return NotificationMessageTemplate */ public function setDisplayName($val) { $this->_propDict["displayName"] = $val; return $this; } /** * Gets the defaultLocale * The default locale to fallback onto when the requested locale is not available. * * @return string The defaultLocale */ public function getDefaultLocale() { if (array_key_exists("defaultLocale", $this->_propDict)) { return $this->_propDict["defaultLocale"]; } else { return null; } } /** * Sets the defaultLocale * The default locale to fallback onto when the requested locale is not available. * * @param string $val The defaultLocale * * @return NotificationMessageTemplate */ public function setDefaultLocale($val) { $this->_propDict["defaultLocale"] = $val; return $this; } /** * Gets the brandingOptions * The Message Template Branding Options. Branding is defined in the Intune Admin Console. Possible values are: none, includeCompanyLogo, includeCompanyName, includeContactInformation. * * @return NotificationTemplateBrandingOptions The brandingOptions */ public function getBrandingOptions() { if (array_key_exists("brandingOptions", $this->_propDict)) { if (is_a($this->_propDict["brandingOptions"], "Microsoft\Graph\Model\NotificationTemplateBrandingOptions")) { return $this->_propDict["brandingOptions"]; } else { $this->_propDict["brandingOptions"] = new NotificationTemplateBrandingOptions($this->_propDict["brandingOptions"]); return $this->_propDict["brandingOptions"]; } } return null; } /** * Sets the brandingOptions * The Message Template Branding Options. Branding is defined in the Intune Admin Console. Possible values are: none, includeCompanyLogo, includeCompanyName, includeContactInformation. * * @param NotificationTemplateBrandingOptions $val The brandingOptions * * @return NotificationMessageTemplate */ public function setBrandingOptions($val) { $this->_propDict["brandingOptions"] = $val; return $this; } /** * Gets the localizedNotificationMessages * The list of localized messages for this Notification Message Template. * * @return array The localizedNotificationMessages */ public function getLocalizedNotificationMessages() { if (array_key_exists("localizedNotificationMessages", $this->_propDict)) { return $this->_propDict["localizedNotificationMessages"]; } else { return null; } } /** * Sets the localizedNotificationMessages * The list of localized messages for this Notification Message Template. * * @param LocalizedNotificationMessage $val The localizedNotificationMessages * * @return NotificationMessageTemplate */ public function setLocalizedNotificationMessages($val) { $this->_propDict["localizedNotificationMessages"] = $val; return $this; } }
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Generation time: 0 |
proxy
|
phpinfo
|
Settings