-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update generated files with build 87032
- Loading branch information
Microsoft Graph DevX Tooling
authored and
Microsoft Graph DevX Tooling
committed
Sep 27, 2022
1 parent
e0c7fa8
commit 427b90e
Showing
14 changed files
with
631 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?php | ||
/** | ||
* Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. | ||
* | ||
* AddLargeGalleryViewOperation File | ||
* PHP version 7 | ||
* | ||
* @category Library | ||
* @package Microsoft.Graph | ||
* @copyright (c) Microsoft Corporation. All rights reserved. | ||
* @license https://opensource.org/licenses/MIT MIT License | ||
* @link https://graph.microsoft.com | ||
*/ | ||
namespace Microsoft\Graph\Model; | ||
|
||
/** | ||
* AddLargeGalleryViewOperation class | ||
* | ||
* @category Model | ||
* @package Microsoft.Graph | ||
* @copyright (c) Microsoft Corporation. All rights reserved. | ||
* @license https://opensource.org/licenses/MIT MIT License | ||
* @link https://graph.microsoft.com | ||
*/ | ||
class AddLargeGalleryViewOperation extends CommsOperation | ||
{ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<?php | ||
/** | ||
* Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. | ||
* | ||
* AuthorizationInfo File | ||
* PHP version 7 | ||
* | ||
* @category Library | ||
* @package Microsoft.Graph | ||
* @copyright (c) Microsoft Corporation. All rights reserved. | ||
* @license https://opensource.org/licenses/MIT MIT License | ||
* @link https://graph.microsoft.com | ||
*/ | ||
namespace Microsoft\Graph\Model; | ||
/** | ||
* AuthorizationInfo class | ||
* | ||
* @category Model | ||
* @package Microsoft.Graph | ||
* @copyright (c) Microsoft Corporation. All rights reserved. | ||
* @license https://opensource.org/licenses/MIT MIT License | ||
* @link https://graph.microsoft.com | ||
*/ | ||
class AuthorizationInfo extends Entity | ||
{ | ||
/** | ||
* Gets the certificateUserIds | ||
* | ||
* @return string|null The certificateUserIds | ||
*/ | ||
public function getCertificateUserIds() | ||
{ | ||
if (array_key_exists("certificateUserIds", $this->_propDict)) { | ||
return $this->_propDict["certificateUserIds"]; | ||
} else { | ||
return null; | ||
} | ||
} | ||
|
||
/** | ||
* Sets the certificateUserIds | ||
* | ||
* @param string $val The value of the certificateUserIds | ||
* | ||
* @return AuthorizationInfo | ||
*/ | ||
public function setCertificateUserIds($val) | ||
{ | ||
$this->_propDict["certificateUserIds"] = $val; | ||
return $this; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,110 @@ | ||
<?php | ||
/** | ||
* Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. | ||
* | ||
* BroadcastMeetingCaptionSettings File | ||
* PHP version 7 | ||
* | ||
* @category Library | ||
* @package Microsoft.Graph | ||
* @copyright (c) Microsoft Corporation. All rights reserved. | ||
* @license https://opensource.org/licenses/MIT MIT License | ||
* @link https://graph.microsoft.com | ||
*/ | ||
namespace Microsoft\Graph\Model; | ||
/** | ||
* BroadcastMeetingCaptionSettings class | ||
* | ||
* @category Model | ||
* @package Microsoft.Graph | ||
* @copyright (c) Microsoft Corporation. All rights reserved. | ||
* @license https://opensource.org/licenses/MIT MIT License | ||
* @link https://graph.microsoft.com | ||
*/ | ||
class BroadcastMeetingCaptionSettings extends Entity | ||
{ | ||
/** | ||
* Gets the isCaptionEnabled | ||
* Indicates whether captions are enabled for this Teams live event. | ||
* | ||
* @return bool|null The isCaptionEnabled | ||
*/ | ||
public function getIsCaptionEnabled() | ||
{ | ||
if (array_key_exists("isCaptionEnabled", $this->_propDict)) { | ||
return $this->_propDict["isCaptionEnabled"]; | ||
} else { | ||
return null; | ||
} | ||
} | ||
|
||
/** | ||
* Sets the isCaptionEnabled | ||
* Indicates whether captions are enabled for this Teams live event. | ||
* | ||
* @param bool $val The value of the isCaptionEnabled | ||
* | ||
* @return BroadcastMeetingCaptionSettings | ||
*/ | ||
public function setIsCaptionEnabled($val) | ||
{ | ||
$this->_propDict["isCaptionEnabled"] = $val; | ||
return $this; | ||
} | ||
/** | ||
* Gets the spokenLanguage | ||
* The spoken language. | ||
* | ||
* @return string|null The spokenLanguage | ||
*/ | ||
public function getSpokenLanguage() | ||
{ | ||
if (array_key_exists("spokenLanguage", $this->_propDict)) { | ||
return $this->_propDict["spokenLanguage"]; | ||
} else { | ||
return null; | ||
} | ||
} | ||
|
||
/** | ||
* Sets the spokenLanguage | ||
* The spoken language. | ||
* | ||
* @param string $val The value of the spokenLanguage | ||
* | ||
* @return BroadcastMeetingCaptionSettings | ||
*/ | ||
public function setSpokenLanguage($val) | ||
{ | ||
$this->_propDict["spokenLanguage"] = $val; | ||
return $this; | ||
} | ||
/** | ||
* Gets the translationLanguages | ||
* The translation languages (choose up to 6). | ||
* | ||
* @return string|null The translationLanguages | ||
*/ | ||
public function getTranslationLanguages() | ||
{ | ||
if (array_key_exists("translationLanguages", $this->_propDict)) { | ||
return $this->_propDict["translationLanguages"]; | ||
} else { | ||
return null; | ||
} | ||
} | ||
|
||
/** | ||
* Sets the translationLanguages | ||
* The translation languages (choose up to 6). | ||
* | ||
* @param string $val The value of the translationLanguages | ||
* | ||
* @return BroadcastMeetingCaptionSettings | ||
*/ | ||
public function setTranslationLanguages($val) | ||
{ | ||
$this->_propDict["translationLanguages"] = $val; | ||
return $this; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.