Skip to content

Commit

Permalink
Update generated files with build 87032
Browse files Browse the repository at this point in the history
  • Loading branch information
Microsoft Graph DevX Tooling authored and Microsoft Graph DevX Tooling committed Sep 27, 2022
1 parent e0c7fa8 commit 427b90e
Show file tree
Hide file tree
Showing 14 changed files with 631 additions and 2 deletions.
27 changes: 27 additions & 0 deletions src/Model/AddLargeGalleryViewOperation.php
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
{
}
4 changes: 2 additions & 2 deletions src/Model/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public function setApplicationTemplateId($val)

/**
* Gets the appRoles
* The collection of roles assigned to the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Not nullable.
* The collection of roles defined for the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Not nullable.
*
* @return array|null The appRoles
*/
Expand All @@ -163,7 +163,7 @@ public function getAppRoles()

/**
* Sets the appRoles
* The collection of roles assigned to the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Not nullable.
* The collection of roles defined for the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Not nullable.
*
* @param AppRole[] $val The appRoles
*
Expand Down
52 changes: 52 additions & 0 deletions src/Model/AuthorizationInfo.php
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;
}
}
110 changes: 110 additions & 0 deletions src/Model/BroadcastMeetingCaptionSettings.php
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;
}
}
33 changes: 33 additions & 0 deletions src/Model/BroadcastMeetingSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,39 @@ public function setAllowedAudience($val)
$this->_propDict["allowedAudience"] = $val;
return $this;
}

/**
* Gets the captions
* Caption settings of a Teams live event.
*
* @return BroadcastMeetingCaptionSettings|null The captions
*/
public function getCaptions()
{
if (array_key_exists("captions", $this->_propDict)) {
if (is_a($this->_propDict["captions"], "\Microsoft\Graph\Model\BroadcastMeetingCaptionSettings") || is_null($this->_propDict["captions"])) {
return $this->_propDict["captions"];
} else {
$this->_propDict["captions"] = new BroadcastMeetingCaptionSettings($this->_propDict["captions"]);
return $this->_propDict["captions"];
}
}
return null;
}

/**
* Sets the captions
* Caption settings of a Teams live event.
*
* @param BroadcastMeetingCaptionSettings $val The value to assign to the captions
*
* @return BroadcastMeetingSettings The BroadcastMeetingSettings
*/
public function setCaptions($val)
{
$this->_propDict["captions"] = $val;
return $this;
}
/**
* Gets the isAttendeeReportEnabled
* Indicates whether attendee report is enabled for this Teams live event. Default value is false.
Expand Down
2 changes: 2 additions & 0 deletions src/Model/Chat.php
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ public function setMessages($val)

/**
* Gets the pinnedMessages
* A collection of all the pinned messages in the chat. Nullable.
*
* @return array|null The pinnedMessages
*/
Expand All @@ -350,6 +351,7 @@ public function getPinnedMessages()

/**
* Sets the pinnedMessages
* A collection of all the pinned messages in the chat. Nullable.
*
* @param PinnedChatMessageInfo[] $val The pinnedMessages
*
Expand Down
4 changes: 4 additions & 0 deletions src/Model/MessagePinnedEventMessageDetail.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public function __construct($propDict = array())

/**
* Gets the eventDateTime
* Date and time when the event occurred.
*
* @return \DateTime|null The eventDateTime
*/
Expand All @@ -55,6 +56,7 @@ public function getEventDateTime()

/**
* Sets the eventDateTime
* Date and time when the event occurred.
*
* @param \DateTime $val The value to assign to the eventDateTime
*
Expand All @@ -68,6 +70,7 @@ public function setEventDateTime($val)

/**
* Gets the initiator
* Initiator of the event.
*
* @return IdentitySet|null The initiator
*/
Expand All @@ -86,6 +89,7 @@ public function getInitiator()

/**
* Sets the initiator
* Initiator of the event.
*
* @param IdentitySet $val The value to assign to the initiator
*
Expand Down
4 changes: 4 additions & 0 deletions src/Model/MessageUnpinnedEventMessageDetail.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public function __construct($propDict = array())

/**
* Gets the eventDateTime
* Date and time when the event occurred.
*
* @return \DateTime|null The eventDateTime
*/
Expand All @@ -55,6 +56,7 @@ public function getEventDateTime()

/**
* Sets the eventDateTime
* Date and time when the event occurred.
*
* @param \DateTime $val The value to assign to the eventDateTime
*
Expand All @@ -68,6 +70,7 @@ public function setEventDateTime($val)

/**
* Gets the initiator
* Initiator of the event.
*
* @return IdentitySet|null The initiator
*/
Expand All @@ -86,6 +89,7 @@ public function getInitiator()

/**
* Sets the initiator
* Initiator of the event.
*
* @param IdentitySet $val The value to assign to the initiator
*
Expand Down
2 changes: 2 additions & 0 deletions src/Model/PinnedChatMessageInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class PinnedChatMessageInfo extends Entity
{
/**
* Gets the message
* Represents details about the chat message that is pinned.
*
* @return ChatMessage|null The message
*/
Expand All @@ -44,6 +45,7 @@ public function getMessage()

/**
* Sets the message
* Represents details about the chat message that is pinned.
*
* @param ChatMessage $val The message
*
Expand Down
28 changes: 28 additions & 0 deletions src/Model/Team.php
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,34 @@ public function setPrimaryChannel($val)
return $this;
}


/**
* Gets the tags
*
* @return array|null The tags
*/
public function getTags()
{
if (array_key_exists("tags", $this->_propDict)) {
return $this->_propDict["tags"];
} else {
return null;
}
}

/**
* Sets the tags
*
* @param TeamworkTag[] $val The tags
*
* @return Team
*/
public function setTags($val)
{
$this->_propDict["tags"] = $val;
return $this;
}

/**
* Gets the template
* The template this team was created from. See available templates.
Expand Down
Loading

0 comments on commit 427b90e

Please sign in to comment.