Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ You can install the PHP SDK with Composer, either run `composer require microsof
```
{
"require": {
"microsoft/microsoft-graph": "^1.76.0"
"microsoft/microsoft-graph": "^1.77.0"
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions docs/classes/Microsoft-Graph-Core-GraphConstants.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ <h3 id="toc">
<dt class="phpdocumentor-table-of-contents__entry -constant -public">
<a href="classes/Microsoft-Graph-Core-GraphConstants.html#constant_SDK_VERSION">SDK_VERSION</a>
<span>
&nbsp;= &quot;1.76.0&quot; </span>
&nbsp;= &quot;1.77.0&quot; </span>
</dt>
<dd></dd>

Expand Down Expand Up @@ -483,7 +483,7 @@ <h4 class="phpdocumentor-element__name" id="constant_SDK_VERSION">
<span class="phpdocumentor-signature__visibility">public</span>
<span class="phpdocumentor-signature__type">mixed</span>
<span class="phpdocumentor-signature__name">SDK_VERSION</span>
= <span class="phpdocumentor-signature__default-value">&quot;1.76.0&quot;</span>
= <span class="phpdocumentor-signature__default-value">&quot;1.77.0&quot;</span>
</code>


Expand Down
2 changes: 1 addition & 1 deletion src/Core/GraphConstants.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ final class GraphConstants
const REST_ENDPOINT = "https://graph.microsoft.com/";

// Define HTTP request constants
const SDK_VERSION = "1.76.0";
const SDK_VERSION = "1.77.0";

// Define error constants
const MAX_PAGE_SIZE = 999;
Expand Down
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
Loading