diff --git a/src/Generated/AccessReviews/Item/ApplyDecisions/ApplyDecisionsRequestBuilder.php b/src/Generated/AccessReviews/Item/ApplyDecisions/ApplyDecisionsRequestBuilder.php index 1c62f3fa375..08acb9ba5ad 100644 --- a/src/Generated/AccessReviews/Item/ApplyDecisions/ApplyDecisionsRequestBuilder.php +++ b/src/Generated/AccessReviews/Item/ApplyDecisions/ApplyDecisionsRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ApplyDecisionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreview-apply?view=graph-rest-beta Find more info here */ public function post(?ApplyDecisionsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/AccessReviews/Item/Instances/Item/ResetDecisions/ResetDecisionsRequestBuilder.php b/src/Generated/AccessReviews/Item/Instances/Item/ResetDecisions/ResetDecisionsRequestBuilder.php index b1721d90ee9..dc319124317 100644 --- a/src/Generated/AccessReviews/Item/Instances/Item/ResetDecisions/ResetDecisionsRequestBuilder.php +++ b/src/Generated/AccessReviews/Item/Instances/Item/ResetDecisions/ResetDecisionsRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ResetDecisionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreview-reset?view=graph-rest-beta Find more info here */ public function post(?ResetDecisionsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/AccessReviews/Item/Instances/Item/SendReminder/SendReminderRequestBuilder.php b/src/Generated/AccessReviews/Item/Instances/Item/SendReminder/SendReminderRequestBuilder.php index c55cc9e739e..9de66e09cd7 100644 --- a/src/Generated/AccessReviews/Item/Instances/Item/SendReminder/SendReminderRequestBuilder.php +++ b/src/Generated/AccessReviews/Item/Instances/Item/SendReminder/SendReminderRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SendReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreview-sendreminder?view=graph-rest-beta Find more info here */ public function post(?SendReminderRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/AccessReviews/Item/Instances/Item/Stop/StopRequestBuilder.php b/src/Generated/AccessReviews/Item/Instances/Item/Stop/StopRequestBuilder.php index 749814d02b8..de1470d3cad 100644 --- a/src/Generated/AccessReviews/Item/Instances/Item/Stop/StopRequestBuilder.php +++ b/src/Generated/AccessReviews/Item/Instances/Item/Stop/StopRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param StopRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreview-stop?view=graph-rest-beta Find more info here */ public function post(?StopRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/AccessReviews/Item/ResetDecisions/ResetDecisionsRequestBuilder.php b/src/Generated/AccessReviews/Item/ResetDecisions/ResetDecisionsRequestBuilder.php index 5b4c729ae2b..4b66aacd215 100644 --- a/src/Generated/AccessReviews/Item/ResetDecisions/ResetDecisionsRequestBuilder.php +++ b/src/Generated/AccessReviews/Item/ResetDecisions/ResetDecisionsRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ResetDecisionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreview-reset?view=graph-rest-beta Find more info here */ public function post(?ResetDecisionsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/AccessReviews/Item/SendReminder/SendReminderRequestBuilder.php b/src/Generated/AccessReviews/Item/SendReminder/SendReminderRequestBuilder.php index 9d1f2fce31f..d6780ceffe0 100644 --- a/src/Generated/AccessReviews/Item/SendReminder/SendReminderRequestBuilder.php +++ b/src/Generated/AccessReviews/Item/SendReminder/SendReminderRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SendReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreview-sendreminder?view=graph-rest-beta Find more info here */ public function post(?SendReminderRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/AccessReviews/Item/Stop/StopRequestBuilder.php b/src/Generated/AccessReviews/Item/Stop/StopRequestBuilder.php index a25730f5dea..a27ad2a41c7 100644 --- a/src/Generated/AccessReviews/Item/Stop/StopRequestBuilder.php +++ b/src/Generated/AccessReviews/Item/Stop/StopRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param StopRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreview-stop?view=graph-rest-beta Find more info here */ public function post(?StopRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Publish/PublishRequestBuilder.php b/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Publish/PublishRequestBuilder.php index 918c3b3d1c4..947debc8031 100644 --- a/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Publish/PublishRequestBuilder.php +++ b/src/Generated/Admin/Edge/InternetExplorerMode/SiteLists/Item/Publish/PublishRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param PublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/browsersitelist-publish?view=graph-rest-beta Find more info here */ public function post(PublishPostRequestBody $body, ?PublishRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/Exchange/Mailboxes/Item/CreateImportSession/CreateImportSessionRequestBuilder.php b/src/Generated/Admin/Exchange/Mailboxes/Item/CreateImportSession/CreateImportSessionRequestBuilder.php index 989fb101c16..516dfa46440 100644 --- a/src/Generated/Admin/Exchange/Mailboxes/Item/CreateImportSession/CreateImportSessionRequestBuilder.php +++ b/src/Generated/Admin/Exchange/Mailboxes/Item/CreateImportSession/CreateImportSessionRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CreateImportSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/mailbox-createimportsession?view=graph-rest-beta Find more info here */ public function post(?CreateImportSessionRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Admin/Exchange/Mailboxes/Item/ExportItems/ExportItemsRequestBuilder.php b/src/Generated/Admin/Exchange/Mailboxes/Item/ExportItems/ExportItemsRequestBuilder.php index 964cbf35a14..4053ee0b922 100644 --- a/src/Generated/Admin/Exchange/Mailboxes/Item/ExportItems/ExportItemsRequestBuilder.php +++ b/src/Generated/Admin/Exchange/Mailboxes/Item/ExportItems/ExportItemsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ExportItemsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/mailbox-exportitems?view=graph-rest-beta Find more info here */ public function post(ExportItemsPostRequestBody $body, ?ExportItemsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/Exchange/Mailboxes/Item/Folders/Delta/DeltaRequestBuilder.php b/src/Generated/Admin/Exchange/Mailboxes/Item/Folders/Delta/DeltaRequestBuilder.php index 281f3a9387e..021dc2c705f 100644 --- a/src/Generated/Admin/Exchange/Mailboxes/Item/Folders/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Admin/Exchange/Mailboxes/Item/Folders/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/mailboxfolder-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Admin/Exchange/Mailboxes/Item/Folders/Item/ChildFolders/Delta/DeltaRequestBuilder.php b/src/Generated/Admin/Exchange/Mailboxes/Item/Folders/Item/ChildFolders/Delta/DeltaRequestBuilder.php index 8477dd8dc43..c3883caebf3 100644 --- a/src/Generated/Admin/Exchange/Mailboxes/Item/Folders/Item/ChildFolders/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Admin/Exchange/Mailboxes/Item/Folders/Item/ChildFolders/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/mailboxfolder-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Admin/Exchange/Mailboxes/Item/Folders/Item/Items/Delta/DeltaRequestBuilder.php b/src/Generated/Admin/Exchange/Mailboxes/Item/Folders/Item/Items/Delta/DeltaRequestBuilder.php index 198a3725288..620e9ff498f 100644 --- a/src/Generated/Admin/Exchange/Mailboxes/Item/Folders/Item/Items/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Admin/Exchange/Mailboxes/Item/Folders/Item/Items/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/mailboxitem-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Admin/ServiceAnnouncement/HealthOverviews/Item/Issues/Item/IncidentReport/IncidentReportRequestBuilder.php b/src/Generated/Admin/ServiceAnnouncement/HealthOverviews/Item/Issues/Item/IncidentReport/IncidentReportRequestBuilder.php index b928d8298f7..422c20751b2 100644 --- a/src/Generated/Admin/ServiceAnnouncement/HealthOverviews/Item/Issues/Item/IncidentReport/IncidentReportRequestBuilder.php +++ b/src/Generated/Admin/ServiceAnnouncement/HealthOverviews/Item/Issues/Item/IncidentReport/IncidentReportRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param IncidentReportRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-beta Find more info here */ public function get(?IncidentReportRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Admin/ServiceAnnouncement/Issues/Item/IncidentReport/IncidentReportRequestBuilder.php b/src/Generated/Admin/ServiceAnnouncement/Issues/Item/IncidentReport/IncidentReportRequestBuilder.php index bfd266e86b0..a57c5685831 100644 --- a/src/Generated/Admin/ServiceAnnouncement/Issues/Item/IncidentReport/IncidentReportRequestBuilder.php +++ b/src/Generated/Admin/ServiceAnnouncement/Issues/Item/IncidentReport/IncidentReportRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param IncidentReportRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-beta Find more info here */ public function get(?IncidentReportRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Admin/ServiceAnnouncement/Messages/Archive/ArchiveRequestBuilder.php b/src/Generated/Admin/ServiceAnnouncement/Messages/Archive/ArchiveRequestBuilder.php index 7eca3840797..a746edc21a8 100644 --- a/src/Generated/Admin/ServiceAnnouncement/Messages/Archive/ArchiveRequestBuilder.php +++ b/src/Generated/Admin/ServiceAnnouncement/Messages/Archive/ArchiveRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ArchiveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-beta Find more info here */ public function post(ArchivePostRequestBody $body, ?ArchiveRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/ServiceAnnouncement/Messages/Favorite/FavoriteRequestBuilder.php b/src/Generated/Admin/ServiceAnnouncement/Messages/Favorite/FavoriteRequestBuilder.php index c6d7a4747ad..ec15c9b0c45 100644 --- a/src/Generated/Admin/ServiceAnnouncement/Messages/Favorite/FavoriteRequestBuilder.php +++ b/src/Generated/Admin/ServiceAnnouncement/Messages/Favorite/FavoriteRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param FavoriteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-beta Find more info here */ public function post(FavoritePostRequestBody $body, ?FavoriteRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/ServiceAnnouncement/Messages/MarkRead/MarkReadRequestBuilder.php b/src/Generated/Admin/ServiceAnnouncement/Messages/MarkRead/MarkReadRequestBuilder.php index 0a2b73e258a..9f0bf844ed5 100644 --- a/src/Generated/Admin/ServiceAnnouncement/Messages/MarkRead/MarkReadRequestBuilder.php +++ b/src/Generated/Admin/ServiceAnnouncement/Messages/MarkRead/MarkReadRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MarkReadRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-beta Find more info here */ public function post(MarkReadPostRequestBody $body, ?MarkReadRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/ServiceAnnouncement/Messages/MarkUnread/MarkUnreadRequestBuilder.php b/src/Generated/Admin/ServiceAnnouncement/Messages/MarkUnread/MarkUnreadRequestBuilder.php index 76ffa72b3fe..3080d17aeac 100644 --- a/src/Generated/Admin/ServiceAnnouncement/Messages/MarkUnread/MarkUnreadRequestBuilder.php +++ b/src/Generated/Admin/ServiceAnnouncement/Messages/MarkUnread/MarkUnreadRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MarkUnreadRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-beta Find more info here */ public function post(MarkUnreadPostRequestBody $body, ?MarkUnreadRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/ServiceAnnouncement/Messages/Unarchive/UnarchiveRequestBuilder.php b/src/Generated/Admin/ServiceAnnouncement/Messages/Unarchive/UnarchiveRequestBuilder.php index 0ac8f903e8e..a876f2ac925 100644 --- a/src/Generated/Admin/ServiceAnnouncement/Messages/Unarchive/UnarchiveRequestBuilder.php +++ b/src/Generated/Admin/ServiceAnnouncement/Messages/Unarchive/UnarchiveRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UnarchiveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-beta Find more info here */ public function post(UnarchivePostRequestBody $body, ?UnarchiveRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/ServiceAnnouncement/Messages/Unfavorite/UnfavoriteRequestBuilder.php b/src/Generated/Admin/ServiceAnnouncement/Messages/Unfavorite/UnfavoriteRequestBuilder.php index 859d74a35a8..abb2d2c1de3 100644 --- a/src/Generated/Admin/ServiceAnnouncement/Messages/Unfavorite/UnfavoriteRequestBuilder.php +++ b/src/Generated/Admin/ServiceAnnouncement/Messages/Unfavorite/UnfavoriteRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UnfavoriteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-beta Find more info here */ public function post(UnfavoritePostRequestBody $body, ?UnfavoriteRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/Windows/Updates/DeploymentAudiences/Item/Exclusions/Item/MicrosoftGraphWindowsUpdatesAddMembers/MicrosoftGraphWindowsUpdatesAddMembersRequestBuilder.php b/src/Generated/Admin/Windows/Updates/DeploymentAudiences/Item/Exclusions/Item/MicrosoftGraphWindowsUpdatesAddMembers/MicrosoftGraphWindowsUpdatesAddMembersRequestBuilder.php index a5a88dc6449..4dd783ef6c9 100644 --- a/src/Generated/Admin/Windows/Updates/DeploymentAudiences/Item/Exclusions/Item/MicrosoftGraphWindowsUpdatesAddMembers/MicrosoftGraphWindowsUpdatesAddMembersRequestBuilder.php +++ b/src/Generated/Admin/Windows/Updates/DeploymentAudiences/Item/Exclusions/Item/MicrosoftGraphWindowsUpdatesAddMembers/MicrosoftGraphWindowsUpdatesAddMembersRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphWindowsUpdatesAddMembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta Find more info here */ public function post(AddMembersPostRequestBody $body, ?MicrosoftGraphWindowsUpdatesAddMembersRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/Windows/Updates/DeploymentAudiences/Item/Exclusions/Item/MicrosoftGraphWindowsUpdatesAddMembersById/MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilder.php b/src/Generated/Admin/Windows/Updates/DeploymentAudiences/Item/Exclusions/Item/MicrosoftGraphWindowsUpdatesAddMembersById/MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilder.php index a3d377f97d3..f0d6f0539b5 100644 --- a/src/Generated/Admin/Windows/Updates/DeploymentAudiences/Item/Exclusions/Item/MicrosoftGraphWindowsUpdatesAddMembersById/MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilder.php +++ b/src/Generated/Admin/Windows/Updates/DeploymentAudiences/Item/Exclusions/Item/MicrosoftGraphWindowsUpdatesAddMembersById/MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta Find more info here */ public function post(AddMembersByIdPostRequestBody $body, ?MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/Windows/Updates/DeploymentAudiences/Item/Exclusions/Item/MicrosoftGraphWindowsUpdatesRemoveMembers/MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilder.php b/src/Generated/Admin/Windows/Updates/DeploymentAudiences/Item/Exclusions/Item/MicrosoftGraphWindowsUpdatesRemoveMembers/MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilder.php index 9331c557bf7..d5356a81f69 100644 --- a/src/Generated/Admin/Windows/Updates/DeploymentAudiences/Item/Exclusions/Item/MicrosoftGraphWindowsUpdatesRemoveMembers/MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilder.php +++ b/src/Generated/Admin/Windows/Updates/DeploymentAudiences/Item/Exclusions/Item/MicrosoftGraphWindowsUpdatesRemoveMembers/MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta Find more info here */ public function post(RemoveMembersPostRequestBody $body, ?MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/Windows/Updates/DeploymentAudiences/Item/Exclusions/Item/MicrosoftGraphWindowsUpdatesRemoveMembersById/MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilder.php b/src/Generated/Admin/Windows/Updates/DeploymentAudiences/Item/Exclusions/Item/MicrosoftGraphWindowsUpdatesRemoveMembersById/MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilder.php index eade8abcda3..17da8a3a9f7 100644 --- a/src/Generated/Admin/Windows/Updates/DeploymentAudiences/Item/Exclusions/Item/MicrosoftGraphWindowsUpdatesRemoveMembersById/MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilder.php +++ b/src/Generated/Admin/Windows/Updates/DeploymentAudiences/Item/Exclusions/Item/MicrosoftGraphWindowsUpdatesRemoveMembersById/MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta Find more info here */ public function post(RemoveMembersByIdPostRequestBody $body, ?MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/Windows/Updates/DeploymentAudiences/Item/Members/Item/MicrosoftGraphWindowsUpdatesAddMembers/MicrosoftGraphWindowsUpdatesAddMembersRequestBuilder.php b/src/Generated/Admin/Windows/Updates/DeploymentAudiences/Item/Members/Item/MicrosoftGraphWindowsUpdatesAddMembers/MicrosoftGraphWindowsUpdatesAddMembersRequestBuilder.php index 837980e1063..a37626b20fb 100644 --- a/src/Generated/Admin/Windows/Updates/DeploymentAudiences/Item/Members/Item/MicrosoftGraphWindowsUpdatesAddMembers/MicrosoftGraphWindowsUpdatesAddMembersRequestBuilder.php +++ b/src/Generated/Admin/Windows/Updates/DeploymentAudiences/Item/Members/Item/MicrosoftGraphWindowsUpdatesAddMembers/MicrosoftGraphWindowsUpdatesAddMembersRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphWindowsUpdatesAddMembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta Find more info here */ public function post(AddMembersPostRequestBody $body, ?MicrosoftGraphWindowsUpdatesAddMembersRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/Windows/Updates/DeploymentAudiences/Item/Members/Item/MicrosoftGraphWindowsUpdatesAddMembersById/MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilder.php b/src/Generated/Admin/Windows/Updates/DeploymentAudiences/Item/Members/Item/MicrosoftGraphWindowsUpdatesAddMembersById/MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilder.php index 0fc83d959fd..976ddd44db3 100644 --- a/src/Generated/Admin/Windows/Updates/DeploymentAudiences/Item/Members/Item/MicrosoftGraphWindowsUpdatesAddMembersById/MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilder.php +++ b/src/Generated/Admin/Windows/Updates/DeploymentAudiences/Item/Members/Item/MicrosoftGraphWindowsUpdatesAddMembersById/MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta Find more info here */ public function post(AddMembersByIdPostRequestBody $body, ?MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/Windows/Updates/DeploymentAudiences/Item/Members/Item/MicrosoftGraphWindowsUpdatesRemoveMembers/MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilder.php b/src/Generated/Admin/Windows/Updates/DeploymentAudiences/Item/Members/Item/MicrosoftGraphWindowsUpdatesRemoveMembers/MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilder.php index db86d56d92e..618dabe4ecd 100644 --- a/src/Generated/Admin/Windows/Updates/DeploymentAudiences/Item/Members/Item/MicrosoftGraphWindowsUpdatesRemoveMembers/MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilder.php +++ b/src/Generated/Admin/Windows/Updates/DeploymentAudiences/Item/Members/Item/MicrosoftGraphWindowsUpdatesRemoveMembers/MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta Find more info here */ public function post(RemoveMembersPostRequestBody $body, ?MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/Windows/Updates/DeploymentAudiences/Item/Members/Item/MicrosoftGraphWindowsUpdatesRemoveMembersById/MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilder.php b/src/Generated/Admin/Windows/Updates/DeploymentAudiences/Item/Members/Item/MicrosoftGraphWindowsUpdatesRemoveMembersById/MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilder.php index 01ac72206d5..e2ad67accef 100644 --- a/src/Generated/Admin/Windows/Updates/DeploymentAudiences/Item/Members/Item/MicrosoftGraphWindowsUpdatesRemoveMembersById/MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilder.php +++ b/src/Generated/Admin/Windows/Updates/DeploymentAudiences/Item/Members/Item/MicrosoftGraphWindowsUpdatesRemoveMembersById/MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta Find more info here */ public function post(RemoveMembersByIdPostRequestBody $body, ?MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/Windows/Updates/DeploymentAudiences/Item/MicrosoftGraphWindowsUpdatesUpdateAudience/MicrosoftGraphWindowsUpdatesUpdateAudienceRequestBuilder.php b/src/Generated/Admin/Windows/Updates/DeploymentAudiences/Item/MicrosoftGraphWindowsUpdatesUpdateAudience/MicrosoftGraphWindowsUpdatesUpdateAudienceRequestBuilder.php index ee9ea6397f3..301ce1c19fa 100644 --- a/src/Generated/Admin/Windows/Updates/DeploymentAudiences/Item/MicrosoftGraphWindowsUpdatesUpdateAudience/MicrosoftGraphWindowsUpdatesUpdateAudienceRequestBuilder.php +++ b/src/Generated/Admin/Windows/Updates/DeploymentAudiences/Item/MicrosoftGraphWindowsUpdatesUpdateAudience/MicrosoftGraphWindowsUpdatesUpdateAudienceRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphWindowsUpdatesUpdateAudienceRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-beta Find more info here */ public function post(UpdateAudiencePostRequestBody $body, ?MicrosoftGraphWindowsUpdatesUpdateAudienceRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/Windows/Updates/DeploymentAudiences/Item/MicrosoftGraphWindowsUpdatesUpdateAudienceById/MicrosoftGraphWindowsUpdatesUpdateAudienceByIdRequestBuilder.php b/src/Generated/Admin/Windows/Updates/DeploymentAudiences/Item/MicrosoftGraphWindowsUpdatesUpdateAudienceById/MicrosoftGraphWindowsUpdatesUpdateAudienceByIdRequestBuilder.php index 34fdc38bdbe..69ddc50509f 100644 --- a/src/Generated/Admin/Windows/Updates/DeploymentAudiences/Item/MicrosoftGraphWindowsUpdatesUpdateAudienceById/MicrosoftGraphWindowsUpdatesUpdateAudienceByIdRequestBuilder.php +++ b/src/Generated/Admin/Windows/Updates/DeploymentAudiences/Item/MicrosoftGraphWindowsUpdatesUpdateAudienceById/MicrosoftGraphWindowsUpdatesUpdateAudienceByIdRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphWindowsUpdatesUpdateAudienceByIdRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-beta Find more info here */ public function post(UpdateAudienceByIdPostRequestBody $body, ?MicrosoftGraphWindowsUpdatesUpdateAudienceByIdRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/Windows/Updates/Deployments/Item/Audience/Exclusions/Item/MicrosoftGraphWindowsUpdatesAddMembers/MicrosoftGraphWindowsUpdatesAddMembersRequestBuilder.php b/src/Generated/Admin/Windows/Updates/Deployments/Item/Audience/Exclusions/Item/MicrosoftGraphWindowsUpdatesAddMembers/MicrosoftGraphWindowsUpdatesAddMembersRequestBuilder.php index c445375832b..88b31ef35fe 100644 --- a/src/Generated/Admin/Windows/Updates/Deployments/Item/Audience/Exclusions/Item/MicrosoftGraphWindowsUpdatesAddMembers/MicrosoftGraphWindowsUpdatesAddMembersRequestBuilder.php +++ b/src/Generated/Admin/Windows/Updates/Deployments/Item/Audience/Exclusions/Item/MicrosoftGraphWindowsUpdatesAddMembers/MicrosoftGraphWindowsUpdatesAddMembersRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphWindowsUpdatesAddMembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta Find more info here */ public function post(AddMembersPostRequestBody $body, ?MicrosoftGraphWindowsUpdatesAddMembersRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/Windows/Updates/Deployments/Item/Audience/Exclusions/Item/MicrosoftGraphWindowsUpdatesAddMembersById/MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilder.php b/src/Generated/Admin/Windows/Updates/Deployments/Item/Audience/Exclusions/Item/MicrosoftGraphWindowsUpdatesAddMembersById/MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilder.php index 64d0e6dd125..27e8112b5a2 100644 --- a/src/Generated/Admin/Windows/Updates/Deployments/Item/Audience/Exclusions/Item/MicrosoftGraphWindowsUpdatesAddMembersById/MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilder.php +++ b/src/Generated/Admin/Windows/Updates/Deployments/Item/Audience/Exclusions/Item/MicrosoftGraphWindowsUpdatesAddMembersById/MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta Find more info here */ public function post(AddMembersByIdPostRequestBody $body, ?MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/Windows/Updates/Deployments/Item/Audience/Exclusions/Item/MicrosoftGraphWindowsUpdatesRemoveMembers/MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilder.php b/src/Generated/Admin/Windows/Updates/Deployments/Item/Audience/Exclusions/Item/MicrosoftGraphWindowsUpdatesRemoveMembers/MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilder.php index 01cca7afe0b..13286720119 100644 --- a/src/Generated/Admin/Windows/Updates/Deployments/Item/Audience/Exclusions/Item/MicrosoftGraphWindowsUpdatesRemoveMembers/MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilder.php +++ b/src/Generated/Admin/Windows/Updates/Deployments/Item/Audience/Exclusions/Item/MicrosoftGraphWindowsUpdatesRemoveMembers/MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta Find more info here */ public function post(RemoveMembersPostRequestBody $body, ?MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/Windows/Updates/Deployments/Item/Audience/Exclusions/Item/MicrosoftGraphWindowsUpdatesRemoveMembersById/MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilder.php b/src/Generated/Admin/Windows/Updates/Deployments/Item/Audience/Exclusions/Item/MicrosoftGraphWindowsUpdatesRemoveMembersById/MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilder.php index 929691c7410..574412966f0 100644 --- a/src/Generated/Admin/Windows/Updates/Deployments/Item/Audience/Exclusions/Item/MicrosoftGraphWindowsUpdatesRemoveMembersById/MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilder.php +++ b/src/Generated/Admin/Windows/Updates/Deployments/Item/Audience/Exclusions/Item/MicrosoftGraphWindowsUpdatesRemoveMembersById/MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta Find more info here */ public function post(RemoveMembersByIdPostRequestBody $body, ?MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/Windows/Updates/Deployments/Item/Audience/Members/Item/MicrosoftGraphWindowsUpdatesAddMembers/MicrosoftGraphWindowsUpdatesAddMembersRequestBuilder.php b/src/Generated/Admin/Windows/Updates/Deployments/Item/Audience/Members/Item/MicrosoftGraphWindowsUpdatesAddMembers/MicrosoftGraphWindowsUpdatesAddMembersRequestBuilder.php index 6e85a903138..13acaebe792 100644 --- a/src/Generated/Admin/Windows/Updates/Deployments/Item/Audience/Members/Item/MicrosoftGraphWindowsUpdatesAddMembers/MicrosoftGraphWindowsUpdatesAddMembersRequestBuilder.php +++ b/src/Generated/Admin/Windows/Updates/Deployments/Item/Audience/Members/Item/MicrosoftGraphWindowsUpdatesAddMembers/MicrosoftGraphWindowsUpdatesAddMembersRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphWindowsUpdatesAddMembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta Find more info here */ public function post(AddMembersPostRequestBody $body, ?MicrosoftGraphWindowsUpdatesAddMembersRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/Windows/Updates/Deployments/Item/Audience/Members/Item/MicrosoftGraphWindowsUpdatesAddMembersById/MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilder.php b/src/Generated/Admin/Windows/Updates/Deployments/Item/Audience/Members/Item/MicrosoftGraphWindowsUpdatesAddMembersById/MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilder.php index da2cff4cbd5..21739eafeeb 100644 --- a/src/Generated/Admin/Windows/Updates/Deployments/Item/Audience/Members/Item/MicrosoftGraphWindowsUpdatesAddMembersById/MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilder.php +++ b/src/Generated/Admin/Windows/Updates/Deployments/Item/Audience/Members/Item/MicrosoftGraphWindowsUpdatesAddMembersById/MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta Find more info here */ public function post(AddMembersByIdPostRequestBody $body, ?MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/Windows/Updates/Deployments/Item/Audience/Members/Item/MicrosoftGraphWindowsUpdatesRemoveMembers/MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilder.php b/src/Generated/Admin/Windows/Updates/Deployments/Item/Audience/Members/Item/MicrosoftGraphWindowsUpdatesRemoveMembers/MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilder.php index afd3365f751..c89ed9a8d41 100644 --- a/src/Generated/Admin/Windows/Updates/Deployments/Item/Audience/Members/Item/MicrosoftGraphWindowsUpdatesRemoveMembers/MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilder.php +++ b/src/Generated/Admin/Windows/Updates/Deployments/Item/Audience/Members/Item/MicrosoftGraphWindowsUpdatesRemoveMembers/MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta Find more info here */ public function post(RemoveMembersPostRequestBody $body, ?MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/Windows/Updates/Deployments/Item/Audience/Members/Item/MicrosoftGraphWindowsUpdatesRemoveMembersById/MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilder.php b/src/Generated/Admin/Windows/Updates/Deployments/Item/Audience/Members/Item/MicrosoftGraphWindowsUpdatesRemoveMembersById/MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilder.php index ce2167d527f..98b8962c3f1 100644 --- a/src/Generated/Admin/Windows/Updates/Deployments/Item/Audience/Members/Item/MicrosoftGraphWindowsUpdatesRemoveMembersById/MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilder.php +++ b/src/Generated/Admin/Windows/Updates/Deployments/Item/Audience/Members/Item/MicrosoftGraphWindowsUpdatesRemoveMembersById/MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta Find more info here */ public function post(RemoveMembersByIdPostRequestBody $body, ?MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/Windows/Updates/Deployments/Item/Audience/MicrosoftGraphWindowsUpdatesUpdateAudience/MicrosoftGraphWindowsUpdatesUpdateAudienceRequestBuilder.php b/src/Generated/Admin/Windows/Updates/Deployments/Item/Audience/MicrosoftGraphWindowsUpdatesUpdateAudience/MicrosoftGraphWindowsUpdatesUpdateAudienceRequestBuilder.php index 1e0c3480939..e7d72f1b0af 100644 --- a/src/Generated/Admin/Windows/Updates/Deployments/Item/Audience/MicrosoftGraphWindowsUpdatesUpdateAudience/MicrosoftGraphWindowsUpdatesUpdateAudienceRequestBuilder.php +++ b/src/Generated/Admin/Windows/Updates/Deployments/Item/Audience/MicrosoftGraphWindowsUpdatesUpdateAudience/MicrosoftGraphWindowsUpdatesUpdateAudienceRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphWindowsUpdatesUpdateAudienceRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-beta Find more info here */ public function post(UpdateAudiencePostRequestBody $body, ?MicrosoftGraphWindowsUpdatesUpdateAudienceRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/Windows/Updates/Deployments/Item/Audience/MicrosoftGraphWindowsUpdatesUpdateAudienceById/MicrosoftGraphWindowsUpdatesUpdateAudienceByIdRequestBuilder.php b/src/Generated/Admin/Windows/Updates/Deployments/Item/Audience/MicrosoftGraphWindowsUpdatesUpdateAudienceById/MicrosoftGraphWindowsUpdatesUpdateAudienceByIdRequestBuilder.php index bd9aef90585..450e99e608c 100644 --- a/src/Generated/Admin/Windows/Updates/Deployments/Item/Audience/MicrosoftGraphWindowsUpdatesUpdateAudienceById/MicrosoftGraphWindowsUpdatesUpdateAudienceByIdRequestBuilder.php +++ b/src/Generated/Admin/Windows/Updates/Deployments/Item/Audience/MicrosoftGraphWindowsUpdatesUpdateAudienceById/MicrosoftGraphWindowsUpdatesUpdateAudienceByIdRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphWindowsUpdatesUpdateAudienceByIdRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-beta Find more info here */ public function post(UpdateAudienceByIdPostRequestBody $body, ?MicrosoftGraphWindowsUpdatesUpdateAudienceByIdRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/Windows/Updates/Products/Item/MicrosoftGraphWindowsUpdatesGetKnownIssuesByTimeRangeWithDaysInPastWithIncludeAllActive/MicrosoftGraphWindowsUpdatesGetKnownIssuesByTimeRangeWithDaysInPastWithIncludeAllActiveRequestBuilder.php b/src/Generated/Admin/Windows/Updates/Products/Item/MicrosoftGraphWindowsUpdatesGetKnownIssuesByTimeRangeWithDaysInPastWithIncludeAllActive/MicrosoftGraphWindowsUpdatesGetKnownIssuesByTimeRangeWithDaysInPastWithIncludeAllActiveRequestBuilder.php index b2d51a9933c..bc10a59d8f2 100644 --- a/src/Generated/Admin/Windows/Updates/Products/Item/MicrosoftGraphWindowsUpdatesGetKnownIssuesByTimeRangeWithDaysInPastWithIncludeAllActive/MicrosoftGraphWindowsUpdatesGetKnownIssuesByTimeRangeWithDaysInPastWithIncludeAllActiveRequestBuilder.php +++ b/src/Generated/Admin/Windows/Updates/Products/Item/MicrosoftGraphWindowsUpdatesGetKnownIssuesByTimeRangeWithDaysInPastWithIncludeAllActive/MicrosoftGraphWindowsUpdatesGetKnownIssuesByTimeRangeWithDaysInPastWithIncludeAllActiveRequestBuilder.php @@ -37,6 +37,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphWindowsUpdatesGetKnownIssuesByTimeRangeWithDaysInPastWithIncludeAllActiveRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/windowsupdates-product-getknownissuesbytimerange?view=graph-rest-beta Find more info here */ public function get(?MicrosoftGraphWindowsUpdatesGetKnownIssuesByTimeRangeWithDaysInPastWithIncludeAllActiveRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Admin/Windows/Updates/ResourceConnections/Item/ResourceConnectionItemRequestBuilder.php b/src/Generated/Admin/Windows/Updates/ResourceConnections/Item/ResourceConnectionItemRequestBuilder.php index 965f95857b3..597e00cda8e 100644 --- a/src/Generated/Admin/Windows/Updates/ResourceConnections/Item/ResourceConnectionItemRequestBuilder.php +++ b/src/Generated/Admin/Windows/Updates/ResourceConnections/Item/ResourceConnectionItemRequestBuilder.php @@ -31,11 +31,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a resourceConnection object. + * Delete an operationalInsightsConnection object. * @param ResourceConnectionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/windowsupdates-resourceconnection-delete?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-delete?view=graph-rest-beta Find more info here */ public function delete(?ResourceConnectionItemRequestBuilderDeleteRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toDeleteRequestInformation($requestConfiguration); @@ -76,7 +76,7 @@ public function patch(ResourceConnection $body, ?ResourceConnectionItemRequestBu } /** - * Delete a resourceConnection object. + * Delete an operationalInsightsConnection object. * @param ResourceConnectionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Admin/Windows/Updates/UpdatableAssets/Item/MicrosoftGraphWindowsUpdatesAddMembers/MicrosoftGraphWindowsUpdatesAddMembersRequestBuilder.php b/src/Generated/Admin/Windows/Updates/UpdatableAssets/Item/MicrosoftGraphWindowsUpdatesAddMembers/MicrosoftGraphWindowsUpdatesAddMembersRequestBuilder.php index 998f6b1e31b..e895a9937cc 100644 --- a/src/Generated/Admin/Windows/Updates/UpdatableAssets/Item/MicrosoftGraphWindowsUpdatesAddMembers/MicrosoftGraphWindowsUpdatesAddMembersRequestBuilder.php +++ b/src/Generated/Admin/Windows/Updates/UpdatableAssets/Item/MicrosoftGraphWindowsUpdatesAddMembers/MicrosoftGraphWindowsUpdatesAddMembersRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphWindowsUpdatesAddMembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta Find more info here */ public function post(AddMembersPostRequestBody $body, ?MicrosoftGraphWindowsUpdatesAddMembersRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/Windows/Updates/UpdatableAssets/Item/MicrosoftGraphWindowsUpdatesAddMembersById/MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilder.php b/src/Generated/Admin/Windows/Updates/UpdatableAssets/Item/MicrosoftGraphWindowsUpdatesAddMembersById/MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilder.php index bd4cc01ac6c..c717a187947 100644 --- a/src/Generated/Admin/Windows/Updates/UpdatableAssets/Item/MicrosoftGraphWindowsUpdatesAddMembersById/MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilder.php +++ b/src/Generated/Admin/Windows/Updates/UpdatableAssets/Item/MicrosoftGraphWindowsUpdatesAddMembersById/MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta Find more info here */ public function post(AddMembersByIdPostRequestBody $body, ?MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/Windows/Updates/UpdatableAssets/Item/MicrosoftGraphWindowsUpdatesRemoveMembers/MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilder.php b/src/Generated/Admin/Windows/Updates/UpdatableAssets/Item/MicrosoftGraphWindowsUpdatesRemoveMembers/MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilder.php index 1d13794659a..76714706474 100644 --- a/src/Generated/Admin/Windows/Updates/UpdatableAssets/Item/MicrosoftGraphWindowsUpdatesRemoveMembers/MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilder.php +++ b/src/Generated/Admin/Windows/Updates/UpdatableAssets/Item/MicrosoftGraphWindowsUpdatesRemoveMembers/MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta Find more info here */ public function post(RemoveMembersPostRequestBody $body, ?MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/Windows/Updates/UpdatableAssets/Item/MicrosoftGraphWindowsUpdatesRemoveMembersById/MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilder.php b/src/Generated/Admin/Windows/Updates/UpdatableAssets/Item/MicrosoftGraphWindowsUpdatesRemoveMembersById/MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilder.php index f0919ff386d..cca736e6583 100644 --- a/src/Generated/Admin/Windows/Updates/UpdatableAssets/Item/MicrosoftGraphWindowsUpdatesRemoveMembersById/MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilder.php +++ b/src/Generated/Admin/Windows/Updates/UpdatableAssets/Item/MicrosoftGraphWindowsUpdatesRemoveMembersById/MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta Find more info here */ public function post(RemoveMembersByIdPostRequestBody $body, ?MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/Windows/Updates/UpdatableAssets/Item/UpdatableAssetItemRequestBuilder.php b/src/Generated/Admin/Windows/Updates/UpdatableAssets/Item/UpdatableAssetItemRequestBuilder.php index a340ff11b06..f6f95c84240 100644 --- a/src/Generated/Admin/Windows/Updates/UpdatableAssets/Item/UpdatableAssetItemRequestBuilder.php +++ b/src/Generated/Admin/Windows/Updates/UpdatableAssets/Item/UpdatableAssetItemRequestBuilder.php @@ -63,11 +63,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted. + * Delete an updatableAsset object. * @param UpdatableAssetItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-delete?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/windowsupdates-updatableasset-delete?view=graph-rest-beta Find more info here */ public function delete(?UpdatableAssetItemRequestBuilderDeleteRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toDeleteRequestInformation($requestConfiguration); @@ -78,11 +78,11 @@ public function delete(?UpdatableAssetItemRequestBuilderDeleteRequestConfigurati } /** - * Read the properties and relationships of an updatableAsset object. + * Read the properties and relationships of an updatableAssetGroup object. * @param UpdatableAssetItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/windowsupdates-updatableasset-get?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-get?view=graph-rest-beta Find more info here */ public function get(?UpdatableAssetItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -108,7 +108,7 @@ public function patch(UpdatableAsset $body, ?UpdatableAssetItemRequestBuilderPat } /** - * Delete an updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted. + * Delete an updatableAsset object. * @param UpdatableAssetItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -126,7 +126,7 @@ public function toDeleteRequestInformation(?UpdatableAssetItemRequestBuilderDele } /** - * Read the properties and relationships of an updatableAsset object. + * Read the properties and relationships of an updatableAssetGroup object. * @param UpdatableAssetItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Admin/Windows/Updates/UpdatableAssets/Item/UpdatableAssetItemRequestBuilderGetQueryParameters.php b/src/Generated/Admin/Windows/Updates/UpdatableAssets/Item/UpdatableAssetItemRequestBuilderGetQueryParameters.php index e3e97b05f38..1572dffe84e 100644 --- a/src/Generated/Admin/Windows/Updates/UpdatableAssets/Item/UpdatableAssetItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Admin/Windows/Updates/UpdatableAssets/Item/UpdatableAssetItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an updatableAsset object. + * Read the properties and relationships of an updatableAssetGroup object. */ class UpdatableAssetItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/Audience/Exclusions/Item/MicrosoftGraphWindowsUpdatesAddMembers/MicrosoftGraphWindowsUpdatesAddMembersRequestBuilder.php b/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/Audience/Exclusions/Item/MicrosoftGraphWindowsUpdatesAddMembers/MicrosoftGraphWindowsUpdatesAddMembersRequestBuilder.php index cc662edf8ec..adeb3a85d8e 100644 --- a/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/Audience/Exclusions/Item/MicrosoftGraphWindowsUpdatesAddMembers/MicrosoftGraphWindowsUpdatesAddMembersRequestBuilder.php +++ b/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/Audience/Exclusions/Item/MicrosoftGraphWindowsUpdatesAddMembers/MicrosoftGraphWindowsUpdatesAddMembersRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphWindowsUpdatesAddMembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta Find more info here */ public function post(AddMembersPostRequestBody $body, ?MicrosoftGraphWindowsUpdatesAddMembersRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/Audience/Exclusions/Item/MicrosoftGraphWindowsUpdatesAddMembersById/MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilder.php b/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/Audience/Exclusions/Item/MicrosoftGraphWindowsUpdatesAddMembersById/MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilder.php index 9249a83733f..0ea603dd155 100644 --- a/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/Audience/Exclusions/Item/MicrosoftGraphWindowsUpdatesAddMembersById/MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilder.php +++ b/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/Audience/Exclusions/Item/MicrosoftGraphWindowsUpdatesAddMembersById/MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta Find more info here */ public function post(AddMembersByIdPostRequestBody $body, ?MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/Audience/Exclusions/Item/MicrosoftGraphWindowsUpdatesRemoveMembers/MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilder.php b/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/Audience/Exclusions/Item/MicrosoftGraphWindowsUpdatesRemoveMembers/MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilder.php index ac7ce3d2acf..995b0f83136 100644 --- a/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/Audience/Exclusions/Item/MicrosoftGraphWindowsUpdatesRemoveMembers/MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilder.php +++ b/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/Audience/Exclusions/Item/MicrosoftGraphWindowsUpdatesRemoveMembers/MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta Find more info here */ public function post(RemoveMembersPostRequestBody $body, ?MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/Audience/Exclusions/Item/MicrosoftGraphWindowsUpdatesRemoveMembersById/MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilder.php b/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/Audience/Exclusions/Item/MicrosoftGraphWindowsUpdatesRemoveMembersById/MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilder.php index 0d5dfdd8215..343920065dc 100644 --- a/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/Audience/Exclusions/Item/MicrosoftGraphWindowsUpdatesRemoveMembersById/MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilder.php +++ b/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/Audience/Exclusions/Item/MicrosoftGraphWindowsUpdatesRemoveMembersById/MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta Find more info here */ public function post(RemoveMembersByIdPostRequestBody $body, ?MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/Audience/Members/Item/MicrosoftGraphWindowsUpdatesAddMembers/MicrosoftGraphWindowsUpdatesAddMembersRequestBuilder.php b/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/Audience/Members/Item/MicrosoftGraphWindowsUpdatesAddMembers/MicrosoftGraphWindowsUpdatesAddMembersRequestBuilder.php index 2e44398a777..616584886da 100644 --- a/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/Audience/Members/Item/MicrosoftGraphWindowsUpdatesAddMembers/MicrosoftGraphWindowsUpdatesAddMembersRequestBuilder.php +++ b/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/Audience/Members/Item/MicrosoftGraphWindowsUpdatesAddMembers/MicrosoftGraphWindowsUpdatesAddMembersRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphWindowsUpdatesAddMembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta Find more info here */ public function post(AddMembersPostRequestBody $body, ?MicrosoftGraphWindowsUpdatesAddMembersRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/Audience/Members/Item/MicrosoftGraphWindowsUpdatesAddMembersById/MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilder.php b/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/Audience/Members/Item/MicrosoftGraphWindowsUpdatesAddMembersById/MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilder.php index a2e876b2843..b9a8b68491e 100644 --- a/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/Audience/Members/Item/MicrosoftGraphWindowsUpdatesAddMembersById/MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilder.php +++ b/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/Audience/Members/Item/MicrosoftGraphWindowsUpdatesAddMembersById/MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta Find more info here */ public function post(AddMembersByIdPostRequestBody $body, ?MicrosoftGraphWindowsUpdatesAddMembersByIdRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/Audience/Members/Item/MicrosoftGraphWindowsUpdatesRemoveMembers/MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilder.php b/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/Audience/Members/Item/MicrosoftGraphWindowsUpdatesRemoveMembers/MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilder.php index c3917907526..87ccc526761 100644 --- a/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/Audience/Members/Item/MicrosoftGraphWindowsUpdatesRemoveMembers/MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilder.php +++ b/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/Audience/Members/Item/MicrosoftGraphWindowsUpdatesRemoveMembers/MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta Find more info here */ public function post(RemoveMembersPostRequestBody $body, ?MicrosoftGraphWindowsUpdatesRemoveMembersRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/Audience/Members/Item/MicrosoftGraphWindowsUpdatesRemoveMembersById/MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilder.php b/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/Audience/Members/Item/MicrosoftGraphWindowsUpdatesRemoveMembersById/MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilder.php index 25020326570..305ffcc62d3 100644 --- a/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/Audience/Members/Item/MicrosoftGraphWindowsUpdatesRemoveMembersById/MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilder.php +++ b/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/Audience/Members/Item/MicrosoftGraphWindowsUpdatesRemoveMembersById/MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta Find more info here */ public function post(RemoveMembersByIdPostRequestBody $body, ?MicrosoftGraphWindowsUpdatesRemoveMembersByIdRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/Audience/MicrosoftGraphWindowsUpdatesUpdateAudience/MicrosoftGraphWindowsUpdatesUpdateAudienceRequestBuilder.php b/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/Audience/MicrosoftGraphWindowsUpdatesUpdateAudience/MicrosoftGraphWindowsUpdatesUpdateAudienceRequestBuilder.php index 391ec0b908f..b17e9eadf8b 100644 --- a/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/Audience/MicrosoftGraphWindowsUpdatesUpdateAudience/MicrosoftGraphWindowsUpdatesUpdateAudienceRequestBuilder.php +++ b/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/Audience/MicrosoftGraphWindowsUpdatesUpdateAudience/MicrosoftGraphWindowsUpdatesUpdateAudienceRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphWindowsUpdatesUpdateAudienceRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-beta Find more info here */ public function post(UpdateAudiencePostRequestBody $body, ?MicrosoftGraphWindowsUpdatesUpdateAudienceRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/Audience/MicrosoftGraphWindowsUpdatesUpdateAudienceById/MicrosoftGraphWindowsUpdatesUpdateAudienceByIdRequestBuilder.php b/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/Audience/MicrosoftGraphWindowsUpdatesUpdateAudienceById/MicrosoftGraphWindowsUpdatesUpdateAudienceByIdRequestBuilder.php index 94361f34a4c..463b1827d41 100644 --- a/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/Audience/MicrosoftGraphWindowsUpdatesUpdateAudienceById/MicrosoftGraphWindowsUpdatesUpdateAudienceByIdRequestBuilder.php +++ b/src/Generated/Admin/Windows/Updates/UpdatePolicies/Item/Audience/MicrosoftGraphWindowsUpdatesUpdateAudienceById/MicrosoftGraphWindowsUpdatesUpdateAudienceByIdRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphWindowsUpdatesUpdateAudienceByIdRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-beta Find more info here */ public function post(UpdateAudienceByIdPostRequestBody $body, ?MicrosoftGraphWindowsUpdatesUpdateAudienceByIdRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/AdministrativeUnits/Delta/DeltaRequestBuilder.php b/src/Generated/AdministrativeUnits/Delta/DeltaRequestBuilder.php index 7969d6d24a1..3818e804514 100644 --- a/src/Generated/AdministrativeUnits/Delta/DeltaRequestBuilder.php +++ b/src/Generated/AdministrativeUnits/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/administrativeunit-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/AdministrativeUnits/GetByIds/GetByIdsRequestBuilder.php b/src/Generated/AdministrativeUnits/GetByIds/GetByIdsRequestBuilder.php index 5a4bc465e8a..626d19e4751 100644 --- a/src/Generated/AdministrativeUnits/GetByIds/GetByIdsRequestBuilder.php +++ b/src/Generated/AdministrativeUnits/GetByIds/GetByIdsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta Find more info here */ public function post(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/AdministrativeUnits/GetUserOwnedObjects/GetUserOwnedObjectsRequestBuilder.php b/src/Generated/AdministrativeUnits/GetUserOwnedObjects/GetUserOwnedObjectsRequestBuilder.php index b7439ca09f5..8749786d1fa 100644 --- a/src/Generated/AdministrativeUnits/GetUserOwnedObjects/GetUserOwnedObjectsRequestBuilder.php +++ b/src/Generated/AdministrativeUnits/GetUserOwnedObjects/GetUserOwnedObjectsRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetUserOwnedObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta Find more info here */ public function post(GetUserOwnedObjectsPostRequestBody $body, ?GetUserOwnedObjectsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/AdministrativeUnits/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php b/src/Generated/AdministrativeUnits/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php index de6fe18bb89..09208adf1de 100644 --- a/src/Generated/AdministrativeUnits/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php +++ b/src/Generated/AdministrativeUnits/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta Find more info here */ public function post(CheckMemberGroupsPostRequestBody $body, ?CheckMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/AdministrativeUnits/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php b/src/Generated/AdministrativeUnits/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php index 7b76d4a8011..828492d019d 100644 --- a/src/Generated/AdministrativeUnits/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php +++ b/src/Generated/AdministrativeUnits/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta Find more info here */ public function post(GetMemberGroupsPostRequestBody $body, ?GetMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/AdministrativeUnits/Item/Restore/RestoreRequestBuilder.php b/src/Generated/AdministrativeUnits/Item/Restore/RestoreRequestBuilder.php index ee8bee40058..4a16dc9adb1 100644 --- a/src/Generated/AdministrativeUnits/Item/Restore/RestoreRequestBuilder.php +++ b/src/Generated/AdministrativeUnits/Item/Restore/RestoreRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-beta Find more info here */ public function post(?RestoreRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/AdministrativeUnits/ValidateProperties/ValidatePropertiesRequestBuilder.php b/src/Generated/AdministrativeUnits/ValidateProperties/ValidatePropertiesRequestBuilder.php index 1e3cd1cc5b2..5932c22efea 100644 --- a/src/Generated/AdministrativeUnits/ValidateProperties/ValidatePropertiesRequestBuilder.php +++ b/src/Generated/AdministrativeUnits/ValidateProperties/ValidatePropertiesRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta Find more info here */ public function post(ValidatePropertiesPostRequestBody $body, ?ValidatePropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/App/Calls/Item/AddLargeGalleryView/AddLargeGalleryViewRequestBuilder.php b/src/Generated/App/Calls/Item/AddLargeGalleryView/AddLargeGalleryViewRequestBuilder.php index b26180ba3c8..92d40188bc6 100644 --- a/src/Generated/App/Calls/Item/AddLargeGalleryView/AddLargeGalleryViewRequestBuilder.php +++ b/src/Generated/App/Calls/Item/AddLargeGalleryView/AddLargeGalleryViewRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AddLargeGalleryViewRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-beta Find more info here */ public function post(AddLargeGalleryViewPostRequestBody $body, ?AddLargeGalleryViewRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/App/Calls/Item/Answer/AnswerPostRequestBody.php b/src/Generated/App/Calls/Item/Answer/AnswerPostRequestBody.php index cceb0414099..a29b54310f6 100644 --- a/src/Generated/App/Calls/Item/Answer/AnswerPostRequestBody.php +++ b/src/Generated/App/Calls/Item/Answer/AnswerPostRequestBody.php @@ -4,6 +4,7 @@ use Microsoft\Graph\Beta\Generated\Models\IncomingCallOptions; use Microsoft\Graph\Beta\Generated\Models\MediaConfig; +use Microsoft\Graph\Beta\Generated\Models\Modality; use Microsoft\Kiota\Abstractions\Serialization\AdditionalDataHolder; use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; @@ -39,13 +40,13 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Answe /** * Gets the acceptedModalities property value. The acceptedModalities property - * @return array|null + * @return array|null */ public function getAcceptedModalities(): ?array { $val = $this->getBackingStore()->get('acceptedModalities'); if (is_array($val) || is_null($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - /** @var array|null $val */ + TypeUtils::validateCollectionValues($val, Modality::class); + /** @var array|null $val */ return $val; } throw new \UnexpectedValueException("Invalid type found in backing store for 'acceptedModalities'"); @@ -103,14 +104,7 @@ public function getCallOptions(): ?IncomingCallOptions { public function getFieldDeserializers(): array { $o = $this; return [ - 'acceptedModalities' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setAcceptedModalities($val); - }, + 'acceptedModalities' => fn(ParseNode $n) => $o->setAcceptedModalities($n->getCollectionOfEnumValues(Modality::class)), 'callbackUri' => fn(ParseNode $n) => $o->setCallbackUri($n->getStringValue()), 'callOptions' => fn(ParseNode $n) => $o->setCallOptions($n->getObjectValue([IncomingCallOptions::class, 'createFromDiscriminatorValue'])), 'mediaConfig' => fn(ParseNode $n) => $o->setMediaConfig($n->getObjectValue([MediaConfig::class, 'createFromDiscriminatorValue'])), @@ -147,7 +141,7 @@ public function getParticipantCapacity(): ?int { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeCollectionOfPrimitiveValues('acceptedModalities', $this->getAcceptedModalities()); + $writer->writeCollectionOfEnumValues('acceptedModalities', $this->getAcceptedModalities()); $writer->writeStringValue('callbackUri', $this->getCallbackUri()); $writer->writeObjectValue('callOptions', $this->getCallOptions()); $writer->writeObjectValue('mediaConfig', $this->getMediaConfig()); @@ -157,7 +151,7 @@ public function serialize(SerializationWriter $writer): void { /** * Sets the acceptedModalities property value. The acceptedModalities property - * @param array|null $value Value to set for the acceptedModalities property. + * @param array|null $value Value to set for the acceptedModalities property. */ public function setAcceptedModalities(?array $value): void { $this->getBackingStore()->set('acceptedModalities', $value); diff --git a/src/Generated/App/Calls/Item/Answer/AnswerRequestBuilder.php b/src/Generated/App/Calls/Item/Answer/AnswerRequestBuilder.php index 1deeab1c953..16ae8b3f26f 100644 --- a/src/Generated/App/Calls/Item/Answer/AnswerRequestBuilder.php +++ b/src/Generated/App/Calls/Item/Answer/AnswerRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AnswerRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-beta Find more info here */ public function post(AnswerPostRequestBody $body, ?AnswerRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/App/Calls/Item/CancelMediaProcessing/CancelMediaProcessingRequestBuilder.php b/src/Generated/App/Calls/Item/CancelMediaProcessing/CancelMediaProcessingRequestBuilder.php index 24c511d0ad7..5f5faac76b0 100644 --- a/src/Generated/App/Calls/Item/CancelMediaProcessing/CancelMediaProcessingRequestBuilder.php +++ b/src/Generated/App/Calls/Item/CancelMediaProcessing/CancelMediaProcessingRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CancelMediaProcessingRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/call-cancelmediaprocessing?view=graph-rest-beta Find more info here */ public function post(CancelMediaProcessingPostRequestBody $body, ?CancelMediaProcessingRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/App/Calls/Item/ChangeScreenSharingRole/ChangeScreenSharingRoleRequestBuilder.php b/src/Generated/App/Calls/Item/ChangeScreenSharingRole/ChangeScreenSharingRoleRequestBuilder.php index 60bfdc9a3ab..6630eabea4e 100644 --- a/src/Generated/App/Calls/Item/ChangeScreenSharingRole/ChangeScreenSharingRoleRequestBuilder.php +++ b/src/Generated/App/Calls/Item/ChangeScreenSharingRole/ChangeScreenSharingRoleRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ChangeScreenSharingRoleRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/call-changescreensharingrole?view=graph-rest-beta Find more info here */ public function post(ChangeScreenSharingRolePostRequestBody $body, ?ChangeScreenSharingRoleRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/App/Calls/Item/KeepAlive/KeepAliveRequestBuilder.php b/src/Generated/App/Calls/Item/KeepAlive/KeepAliveRequestBuilder.php index 0be49c5dd9b..043db26cf57 100644 --- a/src/Generated/App/Calls/Item/KeepAlive/KeepAliveRequestBuilder.php +++ b/src/Generated/App/Calls/Item/KeepAlive/KeepAliveRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param KeepAliveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/call-keepalive?view=graph-rest-beta Find more info here */ public function post(?KeepAliveRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/App/Calls/Item/Mute/MuteRequestBuilder.php b/src/Generated/App/Calls/Item/Mute/MuteRequestBuilder.php index fea9350256d..99c7e14d28e 100644 --- a/src/Generated/App/Calls/Item/Mute/MuteRequestBuilder.php +++ b/src/Generated/App/Calls/Item/Mute/MuteRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MuteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/call-mute?view=graph-rest-beta Find more info here */ public function post(MutePostRequestBody $body, ?MuteRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/App/Calls/Item/Participants/Invite/InviteRequestBuilder.php b/src/Generated/App/Calls/Item/Participants/Invite/InviteRequestBuilder.php index f98dd08117c..0f05c8b184a 100644 --- a/src/Generated/App/Calls/Item/Participants/Invite/InviteRequestBuilder.php +++ b/src/Generated/App/Calls/Item/Participants/Invite/InviteRequestBuilder.php @@ -31,11 +31,12 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Invite participants to the active call. For more information about how to handle operations, see commsOperation. + * Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled. * @param InvitePostRequestBody $body The request body * @param InviteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-beta Find more info here */ public function post(InvitePostRequestBody $body, ?InviteRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -46,7 +47,7 @@ public function post(InvitePostRequestBody $body, ?InviteRequestBuilderPostReque } /** - * Invite participants to the active call. For more information about how to handle operations, see commsOperation. + * Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled. * @param InvitePostRequestBody $body The request body * @param InviteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/App/Calls/Item/Participants/Item/Mute/MuteRequestBuilder.php b/src/Generated/App/Calls/Item/Participants/Item/Mute/MuteRequestBuilder.php index 98f1baff4a3..ec9aa7bd171 100644 --- a/src/Generated/App/Calls/Item/Participants/Item/Mute/MuteRequestBuilder.php +++ b/src/Generated/App/Calls/Item/Participants/Item/Mute/MuteRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MuteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/participant-mute?view=graph-rest-beta Find more info here */ public function post(MutePostRequestBody $body, ?MuteRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/App/Calls/Item/Participants/Item/StartHoldMusic/StartHoldMusicRequestBuilder.php b/src/Generated/App/Calls/Item/Participants/Item/StartHoldMusic/StartHoldMusicRequestBuilder.php index 35e752f3290..8c60eefe348 100644 --- a/src/Generated/App/Calls/Item/Participants/Item/StartHoldMusic/StartHoldMusicRequestBuilder.php +++ b/src/Generated/App/Calls/Item/Participants/Item/StartHoldMusic/StartHoldMusicRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param StartHoldMusicRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/participant-startholdmusic?view=graph-rest-beta Find more info here */ public function post(StartHoldMusicPostRequestBody $body, ?StartHoldMusicRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/App/Calls/Item/Participants/Item/StopHoldMusic/StopHoldMusicRequestBuilder.php b/src/Generated/App/Calls/Item/Participants/Item/StopHoldMusic/StopHoldMusicRequestBuilder.php index 8b2bbf68c84..1defa4680d2 100644 --- a/src/Generated/App/Calls/Item/Participants/Item/StopHoldMusic/StopHoldMusicRequestBuilder.php +++ b/src/Generated/App/Calls/Item/Participants/Item/StopHoldMusic/StopHoldMusicRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param StopHoldMusicRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/participant-stopholdmusic?view=graph-rest-beta Find more info here */ public function post(StopHoldMusicPostRequestBody $body, ?StopHoldMusicRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/App/Calls/Item/Participants/MuteAll/MuteAllRequestBuilder.php b/src/Generated/App/Calls/Item/Participants/MuteAll/MuteAllRequestBuilder.php index 4aaa6483037..4c312ee6875 100644 --- a/src/Generated/App/Calls/Item/Participants/MuteAll/MuteAllRequestBuilder.php +++ b/src/Generated/App/Calls/Item/Participants/MuteAll/MuteAllRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MuteAllRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/participant-muteall?view=graph-rest-beta Find more info here */ public function post(MuteAllPostRequestBody $body, ?MuteAllRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/App/Calls/Item/PlayPrompt/PlayPromptRequestBuilder.php b/src/Generated/App/Calls/Item/PlayPrompt/PlayPromptRequestBuilder.php index e70b1994cea..5bab8e7375d 100644 --- a/src/Generated/App/Calls/Item/PlayPrompt/PlayPromptRequestBuilder.php +++ b/src/Generated/App/Calls/Item/PlayPrompt/PlayPromptRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param PlayPromptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/call-playprompt?view=graph-rest-beta Find more info here */ public function post(PlayPromptPostRequestBody $body, ?PlayPromptRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/App/Calls/Item/RecordResponse/RecordResponseRequestBuilder.php b/src/Generated/App/Calls/Item/RecordResponse/RecordResponseRequestBuilder.php index 5c07b2b885e..31b38554568 100644 --- a/src/Generated/App/Calls/Item/RecordResponse/RecordResponseRequestBuilder.php +++ b/src/Generated/App/Calls/Item/RecordResponse/RecordResponseRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RecordResponseRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/call-record?view=graph-rest-beta Find more info here */ public function post(RecordResponsePostRequestBody $body, ?RecordResponseRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/App/Calls/Item/Redirect/RedirectRequestBuilder.php b/src/Generated/App/Calls/Item/Redirect/RedirectRequestBuilder.php index a2b92c28494..b84f3be512b 100644 --- a/src/Generated/App/Calls/Item/Redirect/RedirectRequestBuilder.php +++ b/src/Generated/App/Calls/Item/Redirect/RedirectRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RedirectRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/call-redirect?view=graph-rest-beta Find more info here */ public function post(RedirectPostRequestBody $body, ?RedirectRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/App/Calls/Item/Reject/RejectRequestBuilder.php b/src/Generated/App/Calls/Item/Reject/RejectRequestBuilder.php index 44989cfbdc1..37fdbe5a830 100644 --- a/src/Generated/App/Calls/Item/Reject/RejectRequestBuilder.php +++ b/src/Generated/App/Calls/Item/Reject/RejectRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RejectRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/call-reject?view=graph-rest-beta Find more info here */ public function post(RejectPostRequestBody $body, ?RejectRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/App/Calls/Item/SubscribeToTone/SubscribeToToneRequestBuilder.php b/src/Generated/App/Calls/Item/SubscribeToTone/SubscribeToToneRequestBuilder.php index 9f37f60c61c..bca4b8559b5 100644 --- a/src/Generated/App/Calls/Item/SubscribeToTone/SubscribeToToneRequestBuilder.php +++ b/src/Generated/App/Calls/Item/SubscribeToTone/SubscribeToToneRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SubscribeToToneRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/call-subscribetotone?view=graph-rest-beta Find more info here */ public function post(SubscribeToTonePostRequestBody $body, ?SubscribeToToneRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/App/Calls/Item/Transfer/TransferRequestBuilder.php b/src/Generated/App/Calls/Item/Transfer/TransferRequestBuilder.php index 604ce91e69a..459335a43c4 100644 --- a/src/Generated/App/Calls/Item/Transfer/TransferRequestBuilder.php +++ b/src/Generated/App/Calls/Item/Transfer/TransferRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param TransferRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/call-transfer?view=graph-rest-beta Find more info here */ public function post(TransferPostRequestBody $body, ?TransferRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/App/Calls/Item/Unmute/UnmuteRequestBuilder.php b/src/Generated/App/Calls/Item/Unmute/UnmuteRequestBuilder.php index c56edd14869..7ddee1d29a8 100644 --- a/src/Generated/App/Calls/Item/Unmute/UnmuteRequestBuilder.php +++ b/src/Generated/App/Calls/Item/Unmute/UnmuteRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UnmuteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/call-unmute?view=graph-rest-beta Find more info here */ public function post(UnmutePostRequestBody $body, ?UnmuteRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/App/Calls/Item/UpdateRecordingStatus/UpdateRecordingStatusRequestBuilder.php b/src/Generated/App/Calls/Item/UpdateRecordingStatus/UpdateRecordingStatusRequestBuilder.php index 4ab64da0fb1..8585154fd83 100644 --- a/src/Generated/App/Calls/Item/UpdateRecordingStatus/UpdateRecordingStatusRequestBuilder.php +++ b/src/Generated/App/Calls/Item/UpdateRecordingStatus/UpdateRecordingStatusRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UpdateRecordingStatusRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/call-updaterecordingstatus?view=graph-rest-beta Find more info here */ public function post(UpdateRecordingStatusPostRequestBody $body, ?UpdateRecordingStatusRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/App/Calls/LogTeleconferenceDeviceQuality/LogTeleconferenceDeviceQualityRequestBuilder.php b/src/Generated/App/Calls/LogTeleconferenceDeviceQuality/LogTeleconferenceDeviceQualityRequestBuilder.php index 9dcf49003ed..f38c8db9e15 100644 --- a/src/Generated/App/Calls/LogTeleconferenceDeviceQuality/LogTeleconferenceDeviceQualityRequestBuilder.php +++ b/src/Generated/App/Calls/LogTeleconferenceDeviceQuality/LogTeleconferenceDeviceQualityRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param LogTeleconferenceDeviceQualityRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/call-logteleconferencedevicequality?view=graph-rest-beta Find more info here */ public function post(LogTeleconferenceDeviceQualityPostRequestBody $body, ?LogTeleconferenceDeviceQualityRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/App/OnlineMeetings/CreateOrGet/CreateOrGetRequestBuilder.php b/src/Generated/App/OnlineMeetings/CreateOrGet/CreateOrGetRequestBuilder.php index 1c9e865bca6..48af081e6dd 100644 --- a/src/Generated/App/OnlineMeetings/CreateOrGet/CreateOrGetRequestBuilder.php +++ b/src/Generated/App/OnlineMeetings/CreateOrGet/CreateOrGetRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CreateOrGetRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-beta Find more info here */ public function post(CreateOrGetPostRequestBody $body, ?CreateOrGetRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/App/OnlineMeetings/GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime/GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.php b/src/Generated/App/OnlineMeetings/GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime/GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.php index f095a8e97cd..a7e9634c16b 100644 --- a/src/Generated/App/OnlineMeetings/GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime/GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.php +++ b/src/Generated/App/OnlineMeetings/GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime/GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/onlinemeeting-getallrecordings?view=graph-rest-beta Find more info here */ public function get(?GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/App/OnlineMeetings/GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime/GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.php b/src/Generated/App/OnlineMeetings/GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime/GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.php index 567d5f573c9..6820b42c2aa 100644 --- a/src/Generated/App/OnlineMeetings/GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime/GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.php +++ b/src/Generated/App/OnlineMeetings/GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime/GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/onlinemeeting-getalltranscripts?view=graph-rest-beta Find more info here */ public function get(?GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/App/OnlineMeetings/Item/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlRequestBuilder.php b/src/Generated/App/OnlineMeetings/Item/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlRequestBuilder.php index 4a9e94fdf75..b74cd31ab52 100644 --- a/src/Generated/App/OnlineMeetings/Item/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlRequestBuilder.php +++ b/src/Generated/App/OnlineMeetings/Item/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetVirtualAppointmentJoinWebUrlRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta Find more info here */ public function get(?GetVirtualAppointmentJoinWebUrlRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/App/OnlineMeetings/Item/SendVirtualAppointmentReminderSms/SendVirtualAppointmentReminderSmsRequestBuilder.php b/src/Generated/App/OnlineMeetings/Item/SendVirtualAppointmentReminderSms/SendVirtualAppointmentReminderSmsRequestBuilder.php index 4cd17cdba50..29eb749a60f 100644 --- a/src/Generated/App/OnlineMeetings/Item/SendVirtualAppointmentReminderSms/SendVirtualAppointmentReminderSmsRequestBuilder.php +++ b/src/Generated/App/OnlineMeetings/Item/SendVirtualAppointmentReminderSms/SendVirtualAppointmentReminderSmsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SendVirtualAppointmentReminderSmsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta Find more info here */ public function post(SendVirtualAppointmentReminderSmsPostRequestBody $body, ?SendVirtualAppointmentReminderSmsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/App/OnlineMeetings/Item/SendVirtualAppointmentSms/SendVirtualAppointmentSmsRequestBuilder.php b/src/Generated/App/OnlineMeetings/Item/SendVirtualAppointmentSms/SendVirtualAppointmentSmsRequestBuilder.php index 910bd27012d..5c9c24d1448 100644 --- a/src/Generated/App/OnlineMeetings/Item/SendVirtualAppointmentSms/SendVirtualAppointmentSmsRequestBuilder.php +++ b/src/Generated/App/OnlineMeetings/Item/SendVirtualAppointmentSms/SendVirtualAppointmentSmsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SendVirtualAppointmentSmsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta Find more info here */ public function post(SendVirtualAppointmentSmsPostRequestBody $body, ?SendVirtualAppointmentSmsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/App/OnlineMeetingsWithJoinWebUrl/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlRequestBuilder.php b/src/Generated/App/OnlineMeetingsWithJoinWebUrl/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlRequestBuilder.php index 5cf79e5a8ba..a3c60e61858 100644 --- a/src/Generated/App/OnlineMeetingsWithJoinWebUrl/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlRequestBuilder.php +++ b/src/Generated/App/OnlineMeetingsWithJoinWebUrl/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetVirtualAppointmentJoinWebUrlRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta Find more info here */ public function get(?GetVirtualAppointmentJoinWebUrlRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/App/OnlineMeetingsWithJoinWebUrl/SendVirtualAppointmentReminderSms/SendVirtualAppointmentReminderSmsRequestBuilder.php b/src/Generated/App/OnlineMeetingsWithJoinWebUrl/SendVirtualAppointmentReminderSms/SendVirtualAppointmentReminderSmsRequestBuilder.php index a14f96e332f..17b725d609b 100644 --- a/src/Generated/App/OnlineMeetingsWithJoinWebUrl/SendVirtualAppointmentReminderSms/SendVirtualAppointmentReminderSmsRequestBuilder.php +++ b/src/Generated/App/OnlineMeetingsWithJoinWebUrl/SendVirtualAppointmentReminderSms/SendVirtualAppointmentReminderSmsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SendVirtualAppointmentReminderSmsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta Find more info here */ public function post(SendVirtualAppointmentReminderSmsPostRequestBody $body, ?SendVirtualAppointmentReminderSmsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/App/OnlineMeetingsWithJoinWebUrl/SendVirtualAppointmentSms/SendVirtualAppointmentSmsRequestBuilder.php b/src/Generated/App/OnlineMeetingsWithJoinWebUrl/SendVirtualAppointmentSms/SendVirtualAppointmentSmsRequestBuilder.php index 19f0c67488b..5f3b1955506 100644 --- a/src/Generated/App/OnlineMeetingsWithJoinWebUrl/SendVirtualAppointmentSms/SendVirtualAppointmentSmsRequestBuilder.php +++ b/src/Generated/App/OnlineMeetingsWithJoinWebUrl/SendVirtualAppointmentSms/SendVirtualAppointmentSmsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SendVirtualAppointmentSmsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta Find more info here */ public function post(SendVirtualAppointmentSmsPostRequestBody $body, ?SendVirtualAppointmentSmsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/ApplicationTemplates/Item/Instantiate/InstantiateRequestBuilder.php b/src/Generated/ApplicationTemplates/Item/Instantiate/InstantiateRequestBuilder.php index b0f8f12dc31..94b04b7137d 100644 --- a/src/Generated/ApplicationTemplates/Item/Instantiate/InstantiateRequestBuilder.php +++ b/src/Generated/ApplicationTemplates/Item/Instantiate/InstantiateRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param InstantiateRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/applicationtemplate-instantiate?view=graph-rest-beta Find more info here */ public function post(InstantiatePostRequestBody $body, ?InstantiateRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Applications/Delta/DeltaRequestBuilder.php b/src/Generated/Applications/Delta/DeltaRequestBuilder.php index e1c567a1fb4..0e321f4cf74 100644 --- a/src/Generated/Applications/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Applications/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/application-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Applications/GetByIds/GetByIdsRequestBuilder.php b/src/Generated/Applications/GetByIds/GetByIdsRequestBuilder.php index 0269b1bdf08..16302263d58 100644 --- a/src/Generated/Applications/GetByIds/GetByIdsRequestBuilder.php +++ b/src/Generated/Applications/GetByIds/GetByIdsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta Find more info here */ public function post(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Applications/GetUserOwnedObjects/GetUserOwnedObjectsRequestBuilder.php b/src/Generated/Applications/GetUserOwnedObjects/GetUserOwnedObjectsRequestBuilder.php index 30e43b959f6..021c4d171a0 100644 --- a/src/Generated/Applications/GetUserOwnedObjects/GetUserOwnedObjectsRequestBuilder.php +++ b/src/Generated/Applications/GetUserOwnedObjects/GetUserOwnedObjectsRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetUserOwnedObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta Find more info here */ public function post(GetUserOwnedObjectsPostRequestBody $body, ?GetUserOwnedObjectsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Applications/Item/AddKey/AddKeyRequestBuilder.php b/src/Generated/Applications/Item/AddKey/AddKeyRequestBuilder.php index 79f3013224a..3c9b332ed04 100644 --- a/src/Generated/Applications/Item/AddKey/AddKeyRequestBuilder.php +++ b/src/Generated/Applications/Item/AddKey/AddKeyRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AddKeyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/application-addkey?view=graph-rest-beta Find more info here */ public function post(AddKeyPostRequestBody $body, ?AddKeyRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Applications/Item/AddPassword/AddPasswordRequestBuilder.php b/src/Generated/Applications/Item/AddPassword/AddPasswordRequestBuilder.php index d8ab2ce284d..36a37ac2ebc 100644 --- a/src/Generated/Applications/Item/AddPassword/AddPasswordRequestBuilder.php +++ b/src/Generated/Applications/Item/AddPassword/AddPasswordRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AddPasswordRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/application-addpassword?view=graph-rest-beta Find more info here */ public function post(AddPasswordPostRequestBody $body, ?AddPasswordRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Applications/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php b/src/Generated/Applications/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php index bd8964d6c53..20aec8658d4 100644 --- a/src/Generated/Applications/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php +++ b/src/Generated/Applications/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta Find more info here */ public function post(CheckMemberGroupsPostRequestBody $body, ?CheckMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Applications/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php b/src/Generated/Applications/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php index dca23ff78e8..471a66c05ac 100644 --- a/src/Generated/Applications/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php +++ b/src/Generated/Applications/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta Find more info here */ public function post(GetMemberGroupsPostRequestBody $body, ?GetMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Applications/Item/RemoveKey/RemoveKeyRequestBuilder.php b/src/Generated/Applications/Item/RemoveKey/RemoveKeyRequestBuilder.php index fba8180cd56..eaa1c5dcca4 100644 --- a/src/Generated/Applications/Item/RemoveKey/RemoveKeyRequestBuilder.php +++ b/src/Generated/Applications/Item/RemoveKey/RemoveKeyRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RemoveKeyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/application-removekey?view=graph-rest-beta Find more info here */ public function post(RemoveKeyPostRequestBody $body, ?RemoveKeyRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Applications/Item/RemovePassword/RemovePasswordRequestBuilder.php b/src/Generated/Applications/Item/RemovePassword/RemovePasswordRequestBuilder.php index 6da3befe3b0..d72a2a46c48 100644 --- a/src/Generated/Applications/Item/RemovePassword/RemovePasswordRequestBuilder.php +++ b/src/Generated/Applications/Item/RemovePassword/RemovePasswordRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RemovePasswordRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/application-removepassword?view=graph-rest-beta Find more info here */ public function post(RemovePasswordPostRequestBody $body, ?RemovePasswordRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Applications/Item/Restore/RestoreRequestBuilder.php b/src/Generated/Applications/Item/Restore/RestoreRequestBuilder.php index e37453a5ce6..b7a72afde02 100644 --- a/src/Generated/Applications/Item/Restore/RestoreRequestBuilder.php +++ b/src/Generated/Applications/Item/Restore/RestoreRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-beta Find more info here */ public function post(?RestoreRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Applications/Item/SetVerifiedPublisher/SetVerifiedPublisherRequestBuilder.php b/src/Generated/Applications/Item/SetVerifiedPublisher/SetVerifiedPublisherRequestBuilder.php index 21668538bbd..d67583178ab 100644 --- a/src/Generated/Applications/Item/SetVerifiedPublisher/SetVerifiedPublisherRequestBuilder.php +++ b/src/Generated/Applications/Item/SetVerifiedPublisher/SetVerifiedPublisherRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SetVerifiedPublisherRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-beta Find more info here */ public function post(SetVerifiedPublisherPostRequestBody $body, ?SetVerifiedPublisherRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Applications/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenRequestBuilder.php b/src/Generated/Applications/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenRequestBuilder.php index c2840e2a60b..0859d3dec06 100644 --- a/src/Generated/Applications/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenRequestBuilder.php +++ b/src/Generated/Applications/Item/Synchronization/AcquireAccessToken/AcquireAccessTokenRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AcquireAccessTokenRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-beta Find more info here */ public function post(AcquireAccessTokenPostRequestBody $body, ?AcquireAccessTokenRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Applications/Item/Synchronization/Jobs/Item/Pause/PauseRequestBuilder.php b/src/Generated/Applications/Item/Synchronization/Jobs/Item/Pause/PauseRequestBuilder.php index a471f17ab9b..3614d494138 100644 --- a/src/Generated/Applications/Item/Synchronization/Jobs/Item/Pause/PauseRequestBuilder.php +++ b/src/Generated/Applications/Item/Synchronization/Jobs/Item/Pause/PauseRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param PauseRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-beta Find more info here */ public function post(?PauseRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Applications/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandRequestBuilder.php b/src/Generated/Applications/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandRequestBuilder.php index 25bb361a610..1a53df13101 100644 --- a/src/Generated/Applications/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandRequestBuilder.php +++ b/src/Generated/Applications/Item/Synchronization/Jobs/Item/ProvisionOnDemand/ProvisionOnDemandRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ProvisionOnDemandRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-beta Find more info here */ public function post(ProvisionOnDemandPostRequestBody $body, ?ProvisionOnDemandRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Applications/Item/Synchronization/Jobs/Item/Restart/RestartRequestBuilder.php b/src/Generated/Applications/Item/Synchronization/Jobs/Item/Restart/RestartRequestBuilder.php index 5818f491596..d2d95f0653f 100644 --- a/src/Generated/Applications/Item/Synchronization/Jobs/Item/Restart/RestartRequestBuilder.php +++ b/src/Generated/Applications/Item/Synchronization/Jobs/Item/Restart/RestartRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RestartRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-beta Find more info here */ public function post(RestartPostRequestBody $body, ?RestartRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.php b/src/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.php index d75b1adaf7b..c691d3fb11b 100644 --- a/src/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.php +++ b/src/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DiscoverRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta Find more info here */ public function post(?DiscoverRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/FilterOperators/FilterOperatorsRequestBuilder.php b/src/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/FilterOperators/FilterOperatorsRequestBuilder.php index e596d2339f2..ffd2349cea3 100644 --- a/src/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/FilterOperators/FilterOperatorsRequestBuilder.php +++ b/src/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/FilterOperators/FilterOperatorsRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param FilterOperatorsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta Find more info here */ public function get(?FilterOperatorsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/Functions/FunctionsRequestBuilder.php b/src/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/Functions/FunctionsRequestBuilder.php index c8fd585eafc..32e0fb55f2f 100644 --- a/src/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/Functions/FunctionsRequestBuilder.php +++ b/src/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/Functions/FunctionsRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param FunctionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta Find more info here */ public function get(?FunctionsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.php b/src/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.php index fb08b8c31ce..686eb7b3e41 100644 --- a/src/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.php +++ b/src/Generated/Applications/Item/Synchronization/Jobs/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ParseExpressionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta Find more info here */ public function post(ParseExpressionPostRequestBody $body, ?ParseExpressionRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Applications/Item/Synchronization/Jobs/Item/Start/StartRequestBuilder.php b/src/Generated/Applications/Item/Synchronization/Jobs/Item/Start/StartRequestBuilder.php index 5ba29a842de..b414b9eed1e 100644 --- a/src/Generated/Applications/Item/Synchronization/Jobs/Item/Start/StartRequestBuilder.php +++ b/src/Generated/Applications/Item/Synchronization/Jobs/Item/Start/StartRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param StartRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-beta Find more info here */ public function post(?StartRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Applications/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsRequestBuilder.php b/src/Generated/Applications/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsRequestBuilder.php index 2dfa121f383..fa593a764fe 100644 --- a/src/Generated/Applications/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsRequestBuilder.php +++ b/src/Generated/Applications/Item/Synchronization/Jobs/Item/ValidateCredentials/ValidateCredentialsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ValidateCredentialsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-beta Find more info here */ public function post(ValidateCredentialsPostRequestBody $body, ?ValidateCredentialsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Applications/Item/Synchronization/Templates/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.php b/src/Generated/Applications/Item/Synchronization/Templates/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.php index 91982d40d73..21ddf0e6d7c 100644 --- a/src/Generated/Applications/Item/Synchronization/Templates/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.php +++ b/src/Generated/Applications/Item/Synchronization/Templates/Item/Schema/Directories/Item/Discover/DiscoverRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DiscoverRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta Find more info here */ public function post(?DiscoverRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Applications/Item/Synchronization/Templates/Item/Schema/FilterOperators/FilterOperatorsRequestBuilder.php b/src/Generated/Applications/Item/Synchronization/Templates/Item/Schema/FilterOperators/FilterOperatorsRequestBuilder.php index 30ea55b5653..39e26db6cd0 100644 --- a/src/Generated/Applications/Item/Synchronization/Templates/Item/Schema/FilterOperators/FilterOperatorsRequestBuilder.php +++ b/src/Generated/Applications/Item/Synchronization/Templates/Item/Schema/FilterOperators/FilterOperatorsRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param FilterOperatorsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta Find more info here */ public function get(?FilterOperatorsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Applications/Item/Synchronization/Templates/Item/Schema/Functions/FunctionsRequestBuilder.php b/src/Generated/Applications/Item/Synchronization/Templates/Item/Schema/Functions/FunctionsRequestBuilder.php index 376244d922d..5e5a1096448 100644 --- a/src/Generated/Applications/Item/Synchronization/Templates/Item/Schema/Functions/FunctionsRequestBuilder.php +++ b/src/Generated/Applications/Item/Synchronization/Templates/Item/Schema/Functions/FunctionsRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param FunctionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta Find more info here */ public function get(?FunctionsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Applications/Item/Synchronization/Templates/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.php b/src/Generated/Applications/Item/Synchronization/Templates/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.php index 060cc5cd0c3..4258500393a 100644 --- a/src/Generated/Applications/Item/Synchronization/Templates/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.php +++ b/src/Generated/Applications/Item/Synchronization/Templates/Item/Schema/ParseExpression/ParseExpressionRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ParseExpressionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta Find more info here */ public function post(ParseExpressionPostRequestBody $body, ?ParseExpressionRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Applications/Item/UnsetVerifiedPublisher/UnsetVerifiedPublisherRequestBuilder.php b/src/Generated/Applications/Item/UnsetVerifiedPublisher/UnsetVerifiedPublisherRequestBuilder.php index c52da6ce6b3..7037c894432 100644 --- a/src/Generated/Applications/Item/UnsetVerifiedPublisher/UnsetVerifiedPublisherRequestBuilder.php +++ b/src/Generated/Applications/Item/UnsetVerifiedPublisher/UnsetVerifiedPublisherRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UnsetVerifiedPublisherRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-beta Find more info here */ public function post(?UnsetVerifiedPublisherRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Applications/ValidateProperties/ValidatePropertiesRequestBuilder.php b/src/Generated/Applications/ValidateProperties/ValidatePropertiesRequestBuilder.php index 9ecbd2bb2fd..c4188292980 100644 --- a/src/Generated/Applications/ValidateProperties/ValidatePropertiesRequestBuilder.php +++ b/src/Generated/Applications/ValidateProperties/ValidatePropertiesRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta Find more info here */ public function post(ValidatePropertiesPostRequestBody $body, ?ValidatePropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/AuditLogs/SignIns/ConfirmCompromised/ConfirmCompromisedRequestBuilder.php b/src/Generated/AuditLogs/SignIns/ConfirmCompromised/ConfirmCompromisedRequestBuilder.php index 4e1ed13fb87..3c88311e913 100644 --- a/src/Generated/AuditLogs/SignIns/ConfirmCompromised/ConfirmCompromisedRequestBuilder.php +++ b/src/Generated/AuditLogs/SignIns/ConfirmCompromised/ConfirmCompromisedRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ConfirmCompromisedRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/signin-confirmcompromised?view=graph-rest-beta Find more info here */ public function post(ConfirmCompromisedPostRequestBody $body, ?ConfirmCompromisedRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/AuditLogs/SignIns/ConfirmSafe/ConfirmSafeRequestBuilder.php b/src/Generated/AuditLogs/SignIns/ConfirmSafe/ConfirmSafeRequestBuilder.php index 62a1aed0723..2cf4a212292 100644 --- a/src/Generated/AuditLogs/SignIns/ConfirmSafe/ConfirmSafeRequestBuilder.php +++ b/src/Generated/AuditLogs/SignIns/ConfirmSafe/ConfirmSafeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ConfirmSafeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/signin-confirmsafe?view=graph-rest-beta Find more info here */ public function post(ConfirmSafePostRequestBody $body, ?ConfirmSafeRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/AuditLogs/SignIns/Dismiss/DismissRequestBuilder.php b/src/Generated/AuditLogs/SignIns/Dismiss/DismissRequestBuilder.php index c26fc0dc40d..74f18d33324 100644 --- a/src/Generated/AuditLogs/SignIns/Dismiss/DismissRequestBuilder.php +++ b/src/Generated/AuditLogs/SignIns/Dismiss/DismissRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DismissRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/signin-dismiss?view=graph-rest-beta Find more info here */ public function post(DismissPostRequestBody $body, ?DismissRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/BookingBusinesses/Item/Appointments/Item/Cancel/CancelRequestBuilder.php b/src/Generated/BookingBusinesses/Item/Appointments/Item/Cancel/CancelRequestBuilder.php index 9f12fd1410f..7b3ec914140 100644 --- a/src/Generated/BookingBusinesses/Item/Appointments/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/BookingBusinesses/Item/Appointments/Item/Cancel/CancelRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-beta Find more info here */ public function post(CancelPostRequestBody $body, ?CancelRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/BookingBusinesses/Item/CalendarView/Item/Cancel/CancelRequestBuilder.php b/src/Generated/BookingBusinesses/Item/CalendarView/Item/Cancel/CancelRequestBuilder.php index e9a00f99deb..fff489c9da4 100644 --- a/src/Generated/BookingBusinesses/Item/CalendarView/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/BookingBusinesses/Item/CalendarView/Item/Cancel/CancelRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-beta Find more info here */ public function post(CancelPostRequestBody $body, ?CancelRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/BookingBusinesses/Item/GetStaffAvailability/GetStaffAvailabilityRequestBuilder.php b/src/Generated/BookingBusinesses/Item/GetStaffAvailability/GetStaffAvailabilityRequestBuilder.php index aeec68656fc..41201b90ddc 100644 --- a/src/Generated/BookingBusinesses/Item/GetStaffAvailability/GetStaffAvailabilityRequestBuilder.php +++ b/src/Generated/BookingBusinesses/Item/GetStaffAvailability/GetStaffAvailabilityRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetStaffAvailabilityRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-beta Find more info here */ public function post(GetStaffAvailabilityPostRequestBody $body, ?GetStaffAvailabilityRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/BookingBusinesses/Item/Publish/PublishRequestBuilder.php b/src/Generated/BookingBusinesses/Item/Publish/PublishRequestBuilder.php index e10bc769c5a..d2cdc67cb31 100644 --- a/src/Generated/BookingBusinesses/Item/Publish/PublishRequestBuilder.php +++ b/src/Generated/BookingBusinesses/Item/Publish/PublishRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param PublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/bookingbusiness-publish?view=graph-rest-beta Find more info here */ public function post(?PublishRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/BookingBusinesses/Item/Unpublish/UnpublishRequestBuilder.php b/src/Generated/BookingBusinesses/Item/Unpublish/UnpublishRequestBuilder.php index 7e8a7de05c5..d2346b5d4ea 100644 --- a/src/Generated/BookingBusinesses/Item/Unpublish/UnpublishRequestBuilder.php +++ b/src/Generated/BookingBusinesses/Item/Unpublish/UnpublishRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UnpublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-beta Find more info here */ public function post(?UnpublishRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Chats/GetAllMessages/GetAllMessagesRequestBuilder.php b/src/Generated/Chats/GetAllMessages/GetAllMessagesRequestBuilder.php index 93ce850b652..d8680ed2706 100644 --- a/src/Generated/Chats/GetAllMessages/GetAllMessagesRequestBuilder.php +++ b/src/Generated/Chats/GetAllMessages/GetAllMessagesRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetAllMessagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chats-getallmessages?view=graph-rest-beta Find more info here */ public function get(?GetAllMessagesRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Chats/GetAllRetainedMessages/GetAllRetainedMessagesRequestBuilder.php b/src/Generated/Chats/GetAllRetainedMessages/GetAllRetainedMessagesRequestBuilder.php index c9672248fe4..edc277c56e9 100644 --- a/src/Generated/Chats/GetAllRetainedMessages/GetAllRetainedMessagesRequestBuilder.php +++ b/src/Generated/Chats/GetAllRetainedMessages/GetAllRetainedMessagesRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetAllRetainedMessagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chat-getallretainedmessages?view=graph-rest-beta Find more info here */ public function get(?GetAllRetainedMessagesRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Chats/Item/HideForUser/HideForUserRequestBuilder.php b/src/Generated/Chats/Item/HideForUser/HideForUserRequestBuilder.php index 0d9676ceec8..b458d0fdcc5 100644 --- a/src/Generated/Chats/Item/HideForUser/HideForUserRequestBuilder.php +++ b/src/Generated/Chats/Item/HideForUser/HideForUserRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param HideForUserRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-beta Find more info here */ public function post(HideForUserPostRequestBody $body, ?HideForUserRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Chats/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.php b/src/Generated/Chats/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.php index 696966026b5..b61133110f7 100644 --- a/src/Generated/Chats/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.php +++ b/src/Generated/Chats/Item/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UpgradeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta Find more info here */ public function post(UpgradePostRequestBody $body, ?UpgradeRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Chats/Item/MarkChatReadForUser/MarkChatReadForUserRequestBuilder.php b/src/Generated/Chats/Item/MarkChatReadForUser/MarkChatReadForUserRequestBuilder.php index 4c2f93a61b8..6c1dee3bc44 100644 --- a/src/Generated/Chats/Item/MarkChatReadForUser/MarkChatReadForUserRequestBuilder.php +++ b/src/Generated/Chats/Item/MarkChatReadForUser/MarkChatReadForUserRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MarkChatReadForUserRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-beta Find more info here */ public function post(MarkChatReadForUserPostRequestBody $body, ?MarkChatReadForUserRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Chats/Item/MarkChatUnreadForUser/MarkChatUnreadForUserRequestBuilder.php b/src/Generated/Chats/Item/MarkChatUnreadForUser/MarkChatUnreadForUserRequestBuilder.php index 6c25340a546..b8d46776562 100644 --- a/src/Generated/Chats/Item/MarkChatUnreadForUser/MarkChatUnreadForUserRequestBuilder.php +++ b/src/Generated/Chats/Item/MarkChatUnreadForUser/MarkChatUnreadForUserRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MarkChatUnreadForUserRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-beta Find more info here */ public function post(MarkChatUnreadForUserPostRequestBody $body, ?MarkChatUnreadForUserRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Chats/Item/Members/Add/AddRequestBuilder.php b/src/Generated/Chats/Item/Members/Add/AddRequestBuilder.php index f26c5e26266..66e76a3c7c2 100644 --- a/src/Generated/Chats/Item/Members/Add/AddRequestBuilder.php +++ b/src/Generated/Chats/Item/Members/Add/AddRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta Find more info here */ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Chats/Item/Members/Remove/RemoveRequestBuilder.php b/src/Generated/Chats/Item/Members/Remove/RemoveRequestBuilder.php index 182ef030ecb..77256691789 100644 --- a/src/Generated/Chats/Item/Members/Remove/RemoveRequestBuilder.php +++ b/src/Generated/Chats/Item/Members/Remove/RemoveRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RemoveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-beta Find more info here */ public function post(RemovePostRequestBody $body, ?RemoveRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Chats/Item/Messages/Delta/DeltaRequestBuilder.php b/src/Generated/Chats/Item/Messages/Delta/DeltaRequestBuilder.php index cc5975ffb6f..8224d8b9426 100644 --- a/src/Generated/Chats/Item/Messages/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Chats/Item/Messages/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Chats/Item/Messages/ForwardToChat/ForwardToChatRequestBuilder.php b/src/Generated/Chats/Item/Messages/ForwardToChat/ForwardToChatRequestBuilder.php index 811e5b06e71..2ade61f670c 100644 --- a/src/Generated/Chats/Item/Messages/ForwardToChat/ForwardToChatRequestBuilder.php +++ b/src/Generated/Chats/Item/Messages/ForwardToChat/ForwardToChatRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ForwardToChatRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chatmessage-forwardtochat?view=graph-rest-beta Find more info here */ public function post(ForwardToChatPostRequestBody $body, ?ForwardToChatRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Chats/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.php b/src/Generated/Chats/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.php index 86ca753ecc3..e8535171e07 100644 --- a/src/Generated/Chats/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Chats/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Chats/Item/Messages/Item/Replies/ForwardToChat/ForwardToChatRequestBuilder.php b/src/Generated/Chats/Item/Messages/Item/Replies/ForwardToChat/ForwardToChatRequestBuilder.php index f5ccc9b8970..6cd1410c446 100644 --- a/src/Generated/Chats/Item/Messages/Item/Replies/ForwardToChat/ForwardToChatRequestBuilder.php +++ b/src/Generated/Chats/Item/Messages/Item/Replies/ForwardToChat/ForwardToChatRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ForwardToChatRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chatmessage-forwardtochat?view=graph-rest-beta Find more info here */ public function post(ForwardToChatPostRequestBody $body, ?ForwardToChatRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Chats/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.php b/src/Generated/Chats/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.php index 95ad262c5a2..726b64cd48d 100644 --- a/src/Generated/Chats/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.php +++ b/src/Generated/Chats/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta Find more info here */ public function post(?SoftDeleteRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Chats/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php b/src/Generated/Chats/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php index 329af7f67f4..1a52f7898af 100644 --- a/src/Generated/Chats/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php +++ b/src/Generated/Chats/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta Find more info here */ public function post(?UndoSoftDeleteRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Chats/Item/Messages/Item/Replies/ReplyWithQuote/ReplyWithQuoteRequestBuilder.php b/src/Generated/Chats/Item/Messages/Item/Replies/ReplyWithQuote/ReplyWithQuoteRequestBuilder.php index de085436985..2efb001bdd4 100644 --- a/src/Generated/Chats/Item/Messages/Item/Replies/ReplyWithQuote/ReplyWithQuoteRequestBuilder.php +++ b/src/Generated/Chats/Item/Messages/Item/Replies/ReplyWithQuote/ReplyWithQuoteRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ReplyWithQuoteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-beta Find more info here */ public function post(ReplyWithQuotePostRequestBody $body, ?ReplyWithQuoteRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Chats/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.php b/src/Generated/Chats/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.php index 3b4c416f976..61b5f69ac55 100644 --- a/src/Generated/Chats/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.php +++ b/src/Generated/Chats/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta Find more info here */ public function post(?SoftDeleteRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Chats/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php b/src/Generated/Chats/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php index 9e852c61ac3..e10a76fd24c 100644 --- a/src/Generated/Chats/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php +++ b/src/Generated/Chats/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta Find more info here */ public function post(?UndoSoftDeleteRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Chats/Item/Messages/ReplyWithQuote/ReplyWithQuoteRequestBuilder.php b/src/Generated/Chats/Item/Messages/ReplyWithQuote/ReplyWithQuoteRequestBuilder.php index 388611c5fae..87ac1843b8c 100644 --- a/src/Generated/Chats/Item/Messages/ReplyWithQuote/ReplyWithQuoteRequestBuilder.php +++ b/src/Generated/Chats/Item/Messages/ReplyWithQuote/ReplyWithQuoteRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ReplyWithQuoteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-beta Find more info here */ public function post(ReplyWithQuotePostRequestBody $body, ?ReplyWithQuoteRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Chats/Item/RemoveAllAccessForUser/RemoveAllAccessForUserRequestBuilder.php b/src/Generated/Chats/Item/RemoveAllAccessForUser/RemoveAllAccessForUserRequestBuilder.php index c8da31e64cb..94fd0b88386 100644 --- a/src/Generated/Chats/Item/RemoveAllAccessForUser/RemoveAllAccessForUserRequestBuilder.php +++ b/src/Generated/Chats/Item/RemoveAllAccessForUser/RemoveAllAccessForUserRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RemoveAllAccessForUserRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chat-removeallaccessforuser?view=graph-rest-beta Find more info here */ public function post(RemoveAllAccessForUserPostRequestBody $body, ?RemoveAllAccessForUserRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Chats/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.php b/src/Generated/Chats/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.php index 47d38509249..cb50ac95bbf 100644 --- a/src/Generated/Chats/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.php +++ b/src/Generated/Chats/Item/SendActivityNotification/SendActivityNotificationRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SendActivityNotificationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-beta Find more info here */ public function post(SendActivityNotificationPostRequestBody $body, ?SendActivityNotificationRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Chats/Item/UnhideForUser/UnhideForUserRequestBuilder.php b/src/Generated/Chats/Item/UnhideForUser/UnhideForUserRequestBuilder.php index e700fbd6a94..2963f4cc79b 100644 --- a/src/Generated/Chats/Item/UnhideForUser/UnhideForUserRequestBuilder.php +++ b/src/Generated/Chats/Item/UnhideForUser/UnhideForUserRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UnhideForUserRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-beta Find more info here */ public function post(UnhideForUserPostRequestBody $body, ?UnhideForUserRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Communications/Calls/Item/AddLargeGalleryView/AddLargeGalleryViewRequestBuilder.php b/src/Generated/Communications/Calls/Item/AddLargeGalleryView/AddLargeGalleryViewRequestBuilder.php index 8531f480207..2781619ea47 100644 --- a/src/Generated/Communications/Calls/Item/AddLargeGalleryView/AddLargeGalleryViewRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/AddLargeGalleryView/AddLargeGalleryViewRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AddLargeGalleryViewRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-beta Find more info here */ public function post(AddLargeGalleryViewPostRequestBody $body, ?AddLargeGalleryViewRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Communications/Calls/Item/Answer/AnswerPostRequestBody.php b/src/Generated/Communications/Calls/Item/Answer/AnswerPostRequestBody.php index aaa30ee95ac..20fe303cdb9 100644 --- a/src/Generated/Communications/Calls/Item/Answer/AnswerPostRequestBody.php +++ b/src/Generated/Communications/Calls/Item/Answer/AnswerPostRequestBody.php @@ -4,6 +4,7 @@ use Microsoft\Graph\Beta\Generated\Models\IncomingCallOptions; use Microsoft\Graph\Beta\Generated\Models\MediaConfig; +use Microsoft\Graph\Beta\Generated\Models\Modality; use Microsoft\Kiota\Abstractions\Serialization\AdditionalDataHolder; use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; @@ -39,13 +40,13 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Answe /** * Gets the acceptedModalities property value. The acceptedModalities property - * @return array|null + * @return array|null */ public function getAcceptedModalities(): ?array { $val = $this->getBackingStore()->get('acceptedModalities'); if (is_array($val) || is_null($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - /** @var array|null $val */ + TypeUtils::validateCollectionValues($val, Modality::class); + /** @var array|null $val */ return $val; } throw new \UnexpectedValueException("Invalid type found in backing store for 'acceptedModalities'"); @@ -103,14 +104,7 @@ public function getCallOptions(): ?IncomingCallOptions { public function getFieldDeserializers(): array { $o = $this; return [ - 'acceptedModalities' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setAcceptedModalities($val); - }, + 'acceptedModalities' => fn(ParseNode $n) => $o->setAcceptedModalities($n->getCollectionOfEnumValues(Modality::class)), 'callbackUri' => fn(ParseNode $n) => $o->setCallbackUri($n->getStringValue()), 'callOptions' => fn(ParseNode $n) => $o->setCallOptions($n->getObjectValue([IncomingCallOptions::class, 'createFromDiscriminatorValue'])), 'mediaConfig' => fn(ParseNode $n) => $o->setMediaConfig($n->getObjectValue([MediaConfig::class, 'createFromDiscriminatorValue'])), @@ -147,7 +141,7 @@ public function getParticipantCapacity(): ?int { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeCollectionOfPrimitiveValues('acceptedModalities', $this->getAcceptedModalities()); + $writer->writeCollectionOfEnumValues('acceptedModalities', $this->getAcceptedModalities()); $writer->writeStringValue('callbackUri', $this->getCallbackUri()); $writer->writeObjectValue('callOptions', $this->getCallOptions()); $writer->writeObjectValue('mediaConfig', $this->getMediaConfig()); @@ -157,7 +151,7 @@ public function serialize(SerializationWriter $writer): void { /** * Sets the acceptedModalities property value. The acceptedModalities property - * @param array|null $value Value to set for the acceptedModalities property. + * @param array|null $value Value to set for the acceptedModalities property. */ public function setAcceptedModalities(?array $value): void { $this->getBackingStore()->set('acceptedModalities', $value); diff --git a/src/Generated/Communications/Calls/Item/Answer/AnswerRequestBuilder.php b/src/Generated/Communications/Calls/Item/Answer/AnswerRequestBuilder.php index b70ac588add..1303a5083e9 100644 --- a/src/Generated/Communications/Calls/Item/Answer/AnswerRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/Answer/AnswerRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AnswerRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-beta Find more info here */ public function post(AnswerPostRequestBody $body, ?AnswerRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Communications/Calls/Item/CancelMediaProcessing/CancelMediaProcessingRequestBuilder.php b/src/Generated/Communications/Calls/Item/CancelMediaProcessing/CancelMediaProcessingRequestBuilder.php index 711d3f58a91..a709bfd2ef0 100644 --- a/src/Generated/Communications/Calls/Item/CancelMediaProcessing/CancelMediaProcessingRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/CancelMediaProcessing/CancelMediaProcessingRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CancelMediaProcessingRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/call-cancelmediaprocessing?view=graph-rest-beta Find more info here */ public function post(CancelMediaProcessingPostRequestBody $body, ?CancelMediaProcessingRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Communications/Calls/Item/ChangeScreenSharingRole/ChangeScreenSharingRoleRequestBuilder.php b/src/Generated/Communications/Calls/Item/ChangeScreenSharingRole/ChangeScreenSharingRoleRequestBuilder.php index fa742b7f551..6e5ba55897e 100644 --- a/src/Generated/Communications/Calls/Item/ChangeScreenSharingRole/ChangeScreenSharingRoleRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/ChangeScreenSharingRole/ChangeScreenSharingRoleRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ChangeScreenSharingRoleRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/call-changescreensharingrole?view=graph-rest-beta Find more info here */ public function post(ChangeScreenSharingRolePostRequestBody $body, ?ChangeScreenSharingRoleRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Communications/Calls/Item/KeepAlive/KeepAliveRequestBuilder.php b/src/Generated/Communications/Calls/Item/KeepAlive/KeepAliveRequestBuilder.php index 793346bdff9..fb8e1f1a9da 100644 --- a/src/Generated/Communications/Calls/Item/KeepAlive/KeepAliveRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/KeepAlive/KeepAliveRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param KeepAliveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/call-keepalive?view=graph-rest-beta Find more info here */ public function post(?KeepAliveRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Communications/Calls/Item/Mute/MuteRequestBuilder.php b/src/Generated/Communications/Calls/Item/Mute/MuteRequestBuilder.php index ee35268e232..4aef4b46b1b 100644 --- a/src/Generated/Communications/Calls/Item/Mute/MuteRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/Mute/MuteRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MuteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/call-mute?view=graph-rest-beta Find more info here */ public function post(MutePostRequestBody $body, ?MuteRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Communications/Calls/Item/Participants/Invite/InviteRequestBuilder.php b/src/Generated/Communications/Calls/Item/Participants/Invite/InviteRequestBuilder.php index 57f41c152c2..e48dfa18977 100644 --- a/src/Generated/Communications/Calls/Item/Participants/Invite/InviteRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/Participants/Invite/InviteRequestBuilder.php @@ -31,11 +31,12 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Invite participants to the active call. For more information about how to handle operations, see commsOperation. + * Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled. * @param InvitePostRequestBody $body The request body * @param InviteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-beta Find more info here */ public function post(InvitePostRequestBody $body, ?InviteRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -46,7 +47,7 @@ public function post(InvitePostRequestBody $body, ?InviteRequestBuilderPostReque } /** - * Invite participants to the active call. For more information about how to handle operations, see commsOperation. + * Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled. * @param InvitePostRequestBody $body The request body * @param InviteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Communications/Calls/Item/Participants/Item/Mute/MuteRequestBuilder.php b/src/Generated/Communications/Calls/Item/Participants/Item/Mute/MuteRequestBuilder.php index 55b2dfe9f6c..0595a73b5c9 100644 --- a/src/Generated/Communications/Calls/Item/Participants/Item/Mute/MuteRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/Participants/Item/Mute/MuteRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MuteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/participant-mute?view=graph-rest-beta Find more info here */ public function post(MutePostRequestBody $body, ?MuteRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Communications/Calls/Item/Participants/Item/StartHoldMusic/StartHoldMusicRequestBuilder.php b/src/Generated/Communications/Calls/Item/Participants/Item/StartHoldMusic/StartHoldMusicRequestBuilder.php index ecf5451dbcb..0cc00fdcf5c 100644 --- a/src/Generated/Communications/Calls/Item/Participants/Item/StartHoldMusic/StartHoldMusicRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/Participants/Item/StartHoldMusic/StartHoldMusicRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param StartHoldMusicRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/participant-startholdmusic?view=graph-rest-beta Find more info here */ public function post(StartHoldMusicPostRequestBody $body, ?StartHoldMusicRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Communications/Calls/Item/Participants/Item/StopHoldMusic/StopHoldMusicRequestBuilder.php b/src/Generated/Communications/Calls/Item/Participants/Item/StopHoldMusic/StopHoldMusicRequestBuilder.php index 8634d51acac..b4767401612 100644 --- a/src/Generated/Communications/Calls/Item/Participants/Item/StopHoldMusic/StopHoldMusicRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/Participants/Item/StopHoldMusic/StopHoldMusicRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param StopHoldMusicRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/participant-stopholdmusic?view=graph-rest-beta Find more info here */ public function post(StopHoldMusicPostRequestBody $body, ?StopHoldMusicRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Communications/Calls/Item/Participants/MuteAll/MuteAllRequestBuilder.php b/src/Generated/Communications/Calls/Item/Participants/MuteAll/MuteAllRequestBuilder.php index 1b570b92376..a066ca4c986 100644 --- a/src/Generated/Communications/Calls/Item/Participants/MuteAll/MuteAllRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/Participants/MuteAll/MuteAllRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MuteAllRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/participant-muteall?view=graph-rest-beta Find more info here */ public function post(MuteAllPostRequestBody $body, ?MuteAllRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Communications/Calls/Item/PlayPrompt/PlayPromptRequestBuilder.php b/src/Generated/Communications/Calls/Item/PlayPrompt/PlayPromptRequestBuilder.php index ff94e16f32b..e5c570bf969 100644 --- a/src/Generated/Communications/Calls/Item/PlayPrompt/PlayPromptRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/PlayPrompt/PlayPromptRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param PlayPromptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/call-playprompt?view=graph-rest-beta Find more info here */ public function post(PlayPromptPostRequestBody $body, ?PlayPromptRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Communications/Calls/Item/RecordResponse/RecordResponseRequestBuilder.php b/src/Generated/Communications/Calls/Item/RecordResponse/RecordResponseRequestBuilder.php index 20bd12bda28..c2ba43dd61e 100644 --- a/src/Generated/Communications/Calls/Item/RecordResponse/RecordResponseRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/RecordResponse/RecordResponseRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RecordResponseRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/call-record?view=graph-rest-beta Find more info here */ public function post(RecordResponsePostRequestBody $body, ?RecordResponseRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Communications/Calls/Item/Redirect/RedirectRequestBuilder.php b/src/Generated/Communications/Calls/Item/Redirect/RedirectRequestBuilder.php index bedd93ece7f..d34752e330c 100644 --- a/src/Generated/Communications/Calls/Item/Redirect/RedirectRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/Redirect/RedirectRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RedirectRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/call-redirect?view=graph-rest-beta Find more info here */ public function post(RedirectPostRequestBody $body, ?RedirectRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Communications/Calls/Item/Reject/RejectRequestBuilder.php b/src/Generated/Communications/Calls/Item/Reject/RejectRequestBuilder.php index 9592cb552ed..ebf195eff51 100644 --- a/src/Generated/Communications/Calls/Item/Reject/RejectRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/Reject/RejectRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RejectRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/call-reject?view=graph-rest-beta Find more info here */ public function post(RejectPostRequestBody $body, ?RejectRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Communications/Calls/Item/SubscribeToTone/SubscribeToToneRequestBuilder.php b/src/Generated/Communications/Calls/Item/SubscribeToTone/SubscribeToToneRequestBuilder.php index 0e9abfcedfa..090a447f00e 100644 --- a/src/Generated/Communications/Calls/Item/SubscribeToTone/SubscribeToToneRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/SubscribeToTone/SubscribeToToneRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SubscribeToToneRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/call-subscribetotone?view=graph-rest-beta Find more info here */ public function post(SubscribeToTonePostRequestBody $body, ?SubscribeToToneRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Communications/Calls/Item/Transfer/TransferRequestBuilder.php b/src/Generated/Communications/Calls/Item/Transfer/TransferRequestBuilder.php index 2411e5ff99f..d98b66827a9 100644 --- a/src/Generated/Communications/Calls/Item/Transfer/TransferRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/Transfer/TransferRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param TransferRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/call-transfer?view=graph-rest-beta Find more info here */ public function post(TransferPostRequestBody $body, ?TransferRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Communications/Calls/Item/Unmute/UnmuteRequestBuilder.php b/src/Generated/Communications/Calls/Item/Unmute/UnmuteRequestBuilder.php index e3b2fb45e66..7cf1176ada6 100644 --- a/src/Generated/Communications/Calls/Item/Unmute/UnmuteRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/Unmute/UnmuteRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UnmuteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/call-unmute?view=graph-rest-beta Find more info here */ public function post(UnmutePostRequestBody $body, ?UnmuteRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Communications/Calls/Item/UpdateRecordingStatus/UpdateRecordingStatusRequestBuilder.php b/src/Generated/Communications/Calls/Item/UpdateRecordingStatus/UpdateRecordingStatusRequestBuilder.php index 688005d156e..19f98dbf5c2 100644 --- a/src/Generated/Communications/Calls/Item/UpdateRecordingStatus/UpdateRecordingStatusRequestBuilder.php +++ b/src/Generated/Communications/Calls/Item/UpdateRecordingStatus/UpdateRecordingStatusRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UpdateRecordingStatusRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/call-updaterecordingstatus?view=graph-rest-beta Find more info here */ public function post(UpdateRecordingStatusPostRequestBody $body, ?UpdateRecordingStatusRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Communications/Calls/LogTeleconferenceDeviceQuality/LogTeleconferenceDeviceQualityRequestBuilder.php b/src/Generated/Communications/Calls/LogTeleconferenceDeviceQuality/LogTeleconferenceDeviceQualityRequestBuilder.php index b59e124ba4c..817f72ff78a 100644 --- a/src/Generated/Communications/Calls/LogTeleconferenceDeviceQuality/LogTeleconferenceDeviceQualityRequestBuilder.php +++ b/src/Generated/Communications/Calls/LogTeleconferenceDeviceQuality/LogTeleconferenceDeviceQualityRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param LogTeleconferenceDeviceQualityRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/call-logteleconferencedevicequality?view=graph-rest-beta Find more info here */ public function post(LogTeleconferenceDeviceQualityPostRequestBody $body, ?LogTeleconferenceDeviceQualityRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Communications/GetAllOnlineMeetingMessages/GetAllOnlineMeetingMessagesRequestBuilder.php b/src/Generated/Communications/GetAllOnlineMeetingMessages/GetAllOnlineMeetingMessagesRequestBuilder.php index cdcaba37565..faff8b2223c 100644 --- a/src/Generated/Communications/GetAllOnlineMeetingMessages/GetAllOnlineMeetingMessagesRequestBuilder.php +++ b/src/Generated/Communications/GetAllOnlineMeetingMessages/GetAllOnlineMeetingMessagesRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetAllOnlineMeetingMessagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudcommunications-getallonlinemeetingmessages?view=graph-rest-beta Find more info here */ public function get(?GetAllOnlineMeetingMessagesRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Communications/GetPresencesByUserId/GetPresencesByUserIdRequestBuilder.php b/src/Generated/Communications/GetPresencesByUserId/GetPresencesByUserIdRequestBuilder.php index 72ce7387b52..e18a8995f52 100644 --- a/src/Generated/Communications/GetPresencesByUserId/GetPresencesByUserIdRequestBuilder.php +++ b/src/Generated/Communications/GetPresencesByUserId/GetPresencesByUserIdRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetPresencesByUserIdRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-beta Find more info here */ public function post(GetPresencesByUserIdPostRequestBody $body, ?GetPresencesByUserIdRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Communications/OnlineMeetings/CreateOrGet/CreateOrGetRequestBuilder.php b/src/Generated/Communications/OnlineMeetings/CreateOrGet/CreateOrGetRequestBuilder.php index 5a58725da72..cc2fca70941 100644 --- a/src/Generated/Communications/OnlineMeetings/CreateOrGet/CreateOrGetRequestBuilder.php +++ b/src/Generated/Communications/OnlineMeetings/CreateOrGet/CreateOrGetRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CreateOrGetRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-beta Find more info here */ public function post(CreateOrGetPostRequestBody $body, ?CreateOrGetRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Communications/OnlineMeetings/GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime/GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.php b/src/Generated/Communications/OnlineMeetings/GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime/GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.php index fbd850a3ae5..555f0091a8d 100644 --- a/src/Generated/Communications/OnlineMeetings/GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime/GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.php +++ b/src/Generated/Communications/OnlineMeetings/GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime/GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/onlinemeeting-getallrecordings?view=graph-rest-beta Find more info here */ public function get(?GetAllRecordingsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Communications/OnlineMeetings/GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime/GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.php b/src/Generated/Communications/OnlineMeetings/GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime/GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.php index aa2535df7a8..8cab2b29337 100644 --- a/src/Generated/Communications/OnlineMeetings/GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime/GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.php +++ b/src/Generated/Communications/OnlineMeetings/GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTime/GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/onlinemeeting-getalltranscripts?view=graph-rest-beta Find more info here */ public function get(?GetAllTranscriptsmeetingOrganizerUserIdMeetingOrganizerUserIdWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Communications/OnlineMeetings/Item/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlRequestBuilder.php b/src/Generated/Communications/OnlineMeetings/Item/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlRequestBuilder.php index dbbe2d0bb29..7fed9f4b5f1 100644 --- a/src/Generated/Communications/OnlineMeetings/Item/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlRequestBuilder.php +++ b/src/Generated/Communications/OnlineMeetings/Item/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetVirtualAppointmentJoinWebUrlRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta Find more info here */ public function get(?GetVirtualAppointmentJoinWebUrlRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Communications/OnlineMeetings/Item/SendVirtualAppointmentReminderSms/SendVirtualAppointmentReminderSmsRequestBuilder.php b/src/Generated/Communications/OnlineMeetings/Item/SendVirtualAppointmentReminderSms/SendVirtualAppointmentReminderSmsRequestBuilder.php index dc157f243e6..7250e33486e 100644 --- a/src/Generated/Communications/OnlineMeetings/Item/SendVirtualAppointmentReminderSms/SendVirtualAppointmentReminderSmsRequestBuilder.php +++ b/src/Generated/Communications/OnlineMeetings/Item/SendVirtualAppointmentReminderSms/SendVirtualAppointmentReminderSmsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SendVirtualAppointmentReminderSmsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta Find more info here */ public function post(SendVirtualAppointmentReminderSmsPostRequestBody $body, ?SendVirtualAppointmentReminderSmsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Communications/OnlineMeetings/Item/SendVirtualAppointmentSms/SendVirtualAppointmentSmsRequestBuilder.php b/src/Generated/Communications/OnlineMeetings/Item/SendVirtualAppointmentSms/SendVirtualAppointmentSmsRequestBuilder.php index 432e3c4ac90..bf88d156ca8 100644 --- a/src/Generated/Communications/OnlineMeetings/Item/SendVirtualAppointmentSms/SendVirtualAppointmentSmsRequestBuilder.php +++ b/src/Generated/Communications/OnlineMeetings/Item/SendVirtualAppointmentSms/SendVirtualAppointmentSmsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SendVirtualAppointmentSmsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta Find more info here */ public function post(SendVirtualAppointmentSmsPostRequestBody $body, ?SendVirtualAppointmentSmsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Communications/OnlineMeetingsWithJoinWebUrl/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlRequestBuilder.php b/src/Generated/Communications/OnlineMeetingsWithJoinWebUrl/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlRequestBuilder.php index 371f7de0ef7..7a639cd176a 100644 --- a/src/Generated/Communications/OnlineMeetingsWithJoinWebUrl/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlRequestBuilder.php +++ b/src/Generated/Communications/OnlineMeetingsWithJoinWebUrl/GetVirtualAppointmentJoinWebUrl/GetVirtualAppointmentJoinWebUrlRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetVirtualAppointmentJoinWebUrlRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta Find more info here */ public function get(?GetVirtualAppointmentJoinWebUrlRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Communications/OnlineMeetingsWithJoinWebUrl/SendVirtualAppointmentReminderSms/SendVirtualAppointmentReminderSmsRequestBuilder.php b/src/Generated/Communications/OnlineMeetingsWithJoinWebUrl/SendVirtualAppointmentReminderSms/SendVirtualAppointmentReminderSmsRequestBuilder.php index dd966b37d79..4fcc8a2dc2b 100644 --- a/src/Generated/Communications/OnlineMeetingsWithJoinWebUrl/SendVirtualAppointmentReminderSms/SendVirtualAppointmentReminderSmsRequestBuilder.php +++ b/src/Generated/Communications/OnlineMeetingsWithJoinWebUrl/SendVirtualAppointmentReminderSms/SendVirtualAppointmentReminderSmsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SendVirtualAppointmentReminderSmsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta Find more info here */ public function post(SendVirtualAppointmentReminderSmsPostRequestBody $body, ?SendVirtualAppointmentReminderSmsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Communications/OnlineMeetingsWithJoinWebUrl/SendVirtualAppointmentSms/SendVirtualAppointmentSmsRequestBuilder.php b/src/Generated/Communications/OnlineMeetingsWithJoinWebUrl/SendVirtualAppointmentSms/SendVirtualAppointmentSmsRequestBuilder.php index f1ea1ac8878..c95d71d3ff9 100644 --- a/src/Generated/Communications/OnlineMeetingsWithJoinWebUrl/SendVirtualAppointmentSms/SendVirtualAppointmentSmsRequestBuilder.php +++ b/src/Generated/Communications/OnlineMeetingsWithJoinWebUrl/SendVirtualAppointmentSms/SendVirtualAppointmentSmsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SendVirtualAppointmentSmsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta Find more info here */ public function post(SendVirtualAppointmentSmsPostRequestBody $body, ?SendVirtualAppointmentSmsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Communications/Presences/Item/ClearPresence/ClearPresenceRequestBuilder.php b/src/Generated/Communications/Presences/Item/ClearPresence/ClearPresenceRequestBuilder.php index cb47109986b..024885f3786 100644 --- a/src/Generated/Communications/Presences/Item/ClearPresence/ClearPresenceRequestBuilder.php +++ b/src/Generated/Communications/Presences/Item/ClearPresence/ClearPresenceRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ClearPresenceRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-beta Find more info here */ public function post(ClearPresencePostRequestBody $body, ?ClearPresenceRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Communications/Presences/Item/ClearUserPreferredPresence/ClearUserPreferredPresenceRequestBuilder.php b/src/Generated/Communications/Presences/Item/ClearUserPreferredPresence/ClearUserPreferredPresenceRequestBuilder.php index 5633500468b..8466728082e 100644 --- a/src/Generated/Communications/Presences/Item/ClearUserPreferredPresence/ClearUserPreferredPresenceRequestBuilder.php +++ b/src/Generated/Communications/Presences/Item/ClearUserPreferredPresence/ClearUserPreferredPresenceRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ClearUserPreferredPresenceRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-beta Find more info here */ public function post(?ClearUserPreferredPresenceRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Communications/Presences/Item/SetPresence/SetPresenceRequestBuilder.php b/src/Generated/Communications/Presences/Item/SetPresence/SetPresenceRequestBuilder.php index ffd39434566..a4c39309401 100644 --- a/src/Generated/Communications/Presences/Item/SetPresence/SetPresenceRequestBuilder.php +++ b/src/Generated/Communications/Presences/Item/SetPresence/SetPresenceRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SetPresenceRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-beta Find more info here */ public function post(SetPresencePostRequestBody $body, ?SetPresenceRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Communications/Presences/Item/SetStatusMessage/SetStatusMessageRequestBuilder.php b/src/Generated/Communications/Presences/Item/SetStatusMessage/SetStatusMessageRequestBuilder.php index cfef6cc18df..b5a71cfab45 100644 --- a/src/Generated/Communications/Presences/Item/SetStatusMessage/SetStatusMessageRequestBuilder.php +++ b/src/Generated/Communications/Presences/Item/SetStatusMessage/SetStatusMessageRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SetStatusMessageRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-beta Find more info here */ public function post(SetStatusMessagePostRequestBody $body, ?SetStatusMessageRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Communications/Presences/Item/SetUserPreferredPresence/SetUserPreferredPresenceRequestBuilder.php b/src/Generated/Communications/Presences/Item/SetUserPreferredPresence/SetUserPreferredPresenceRequestBuilder.php index d94b98b1de6..5b029358dcd 100644 --- a/src/Generated/Communications/Presences/Item/SetUserPreferredPresence/SetUserPreferredPresenceRequestBuilder.php +++ b/src/Generated/Communications/Presences/Item/SetUserPreferredPresence/SetUserPreferredPresenceRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SetUserPreferredPresenceRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-beta Find more info here */ public function post(SetUserPreferredPresencePostRequestBody $body, ?SetUserPreferredPresenceRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Compliance/Ediscovery/Cases/Item/Custodians/Item/MicrosoftGraphEdiscoveryActivate/MicrosoftGraphEdiscoveryActivateRequestBuilder.php b/src/Generated/Compliance/Ediscovery/Cases/Item/Custodians/Item/MicrosoftGraphEdiscoveryActivate/MicrosoftGraphEdiscoveryActivateRequestBuilder.php index 453aec7c0d8..238b81c93f4 100644 --- a/src/Generated/Compliance/Ediscovery/Cases/Item/Custodians/Item/MicrosoftGraphEdiscoveryActivate/MicrosoftGraphEdiscoveryActivateRequestBuilder.php +++ b/src/Generated/Compliance/Ediscovery/Cases/Item/Custodians/Item/MicrosoftGraphEdiscoveryActivate/MicrosoftGraphEdiscoveryActivateRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphEdiscoveryActivateRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/ediscovery-custodian-activate?view=graph-rest-beta Find more info here */ public function post(?MicrosoftGraphEdiscoveryActivateRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Compliance/Ediscovery/Cases/Item/Custodians/Item/MicrosoftGraphEdiscoveryRelease/MicrosoftGraphEdiscoveryReleaseRequestBuilder.php b/src/Generated/Compliance/Ediscovery/Cases/Item/Custodians/Item/MicrosoftGraphEdiscoveryRelease/MicrosoftGraphEdiscoveryReleaseRequestBuilder.php index 29334b35cb8..35396166dfe 100644 --- a/src/Generated/Compliance/Ediscovery/Cases/Item/Custodians/Item/MicrosoftGraphEdiscoveryRelease/MicrosoftGraphEdiscoveryReleaseRequestBuilder.php +++ b/src/Generated/Compliance/Ediscovery/Cases/Item/Custodians/Item/MicrosoftGraphEdiscoveryRelease/MicrosoftGraphEdiscoveryReleaseRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphEdiscoveryReleaseRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/ediscovery-custodian-release?view=graph-rest-beta Find more info here */ public function post(?MicrosoftGraphEdiscoveryReleaseRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Compliance/Ediscovery/Cases/Item/MicrosoftGraphEdiscoveryClose/MicrosoftGraphEdiscoveryCloseRequestBuilder.php b/src/Generated/Compliance/Ediscovery/Cases/Item/MicrosoftGraphEdiscoveryClose/MicrosoftGraphEdiscoveryCloseRequestBuilder.php index 876361b2f38..461d1a2688d 100644 --- a/src/Generated/Compliance/Ediscovery/Cases/Item/MicrosoftGraphEdiscoveryClose/MicrosoftGraphEdiscoveryCloseRequestBuilder.php +++ b/src/Generated/Compliance/Ediscovery/Cases/Item/MicrosoftGraphEdiscoveryClose/MicrosoftGraphEdiscoveryCloseRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphEdiscoveryCloseRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/ediscovery-case-close?view=graph-rest-beta Find more info here */ public function post(?MicrosoftGraphEdiscoveryCloseRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Compliance/Ediscovery/Cases/Item/MicrosoftGraphEdiscoveryReopen/MicrosoftGraphEdiscoveryReopenRequestBuilder.php b/src/Generated/Compliance/Ediscovery/Cases/Item/MicrosoftGraphEdiscoveryReopen/MicrosoftGraphEdiscoveryReopenRequestBuilder.php index 67d3b1ddbe7..852725bd052 100644 --- a/src/Generated/Compliance/Ediscovery/Cases/Item/MicrosoftGraphEdiscoveryReopen/MicrosoftGraphEdiscoveryReopenRequestBuilder.php +++ b/src/Generated/Compliance/Ediscovery/Cases/Item/MicrosoftGraphEdiscoveryReopen/MicrosoftGraphEdiscoveryReopenRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphEdiscoveryReopenRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/ediscovery-case-reopen?view=graph-rest-beta Find more info here */ public function post(?MicrosoftGraphEdiscoveryReopenRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Compliance/Ediscovery/Cases/Item/NoncustodialDataSources/Item/MicrosoftGraphEdiscoveryRelease/MicrosoftGraphEdiscoveryReleaseRequestBuilder.php b/src/Generated/Compliance/Ediscovery/Cases/Item/NoncustodialDataSources/Item/MicrosoftGraphEdiscoveryRelease/MicrosoftGraphEdiscoveryReleaseRequestBuilder.php index fe80e3be16a..962f8e60af1 100644 --- a/src/Generated/Compliance/Ediscovery/Cases/Item/NoncustodialDataSources/Item/MicrosoftGraphEdiscoveryRelease/MicrosoftGraphEdiscoveryReleaseRequestBuilder.php +++ b/src/Generated/Compliance/Ediscovery/Cases/Item/NoncustodialDataSources/Item/MicrosoftGraphEdiscoveryRelease/MicrosoftGraphEdiscoveryReleaseRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphEdiscoveryReleaseRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-release?view=graph-rest-beta Find more info here */ public function post(?MicrosoftGraphEdiscoveryReleaseRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Compliance/Ediscovery/Cases/Item/ReviewSets/Item/MicrosoftGraphEdiscoveryAddToReviewSet/MicrosoftGraphEdiscoveryAddToReviewSetRequestBuilder.php b/src/Generated/Compliance/Ediscovery/Cases/Item/ReviewSets/Item/MicrosoftGraphEdiscoveryAddToReviewSet/MicrosoftGraphEdiscoveryAddToReviewSetRequestBuilder.php index 49517765aef..1421b433f8c 100644 --- a/src/Generated/Compliance/Ediscovery/Cases/Item/ReviewSets/Item/MicrosoftGraphEdiscoveryAddToReviewSet/MicrosoftGraphEdiscoveryAddToReviewSetRequestBuilder.php +++ b/src/Generated/Compliance/Ediscovery/Cases/Item/ReviewSets/Item/MicrosoftGraphEdiscoveryAddToReviewSet/MicrosoftGraphEdiscoveryAddToReviewSetRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphEdiscoveryAddToReviewSetRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/ediscovery-reviewset-addtoreviewset?view=graph-rest-beta Find more info here */ public function post(AddToReviewSetPostRequestBody $body, ?MicrosoftGraphEdiscoveryAddToReviewSetRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Compliance/Ediscovery/Cases/Item/ReviewSets/Item/MicrosoftGraphEdiscoveryExport/MicrosoftGraphEdiscoveryExportRequestBuilder.php b/src/Generated/Compliance/Ediscovery/Cases/Item/ReviewSets/Item/MicrosoftGraphEdiscoveryExport/MicrosoftGraphEdiscoveryExportRequestBuilder.php index bcb1e8474ea..feb9234a003 100644 --- a/src/Generated/Compliance/Ediscovery/Cases/Item/ReviewSets/Item/MicrosoftGraphEdiscoveryExport/MicrosoftGraphEdiscoveryExportRequestBuilder.php +++ b/src/Generated/Compliance/Ediscovery/Cases/Item/ReviewSets/Item/MicrosoftGraphEdiscoveryExport/MicrosoftGraphEdiscoveryExportRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphEdiscoveryExportRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/ediscovery-reviewset-export?view=graph-rest-beta Find more info here */ public function post(ExportPostRequestBody $body, ?MicrosoftGraphEdiscoveryExportRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Compliance/Ediscovery/Cases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphEdiscoveryApplyTags/MicrosoftGraphEdiscoveryApplyTagsRequestBuilder.php b/src/Generated/Compliance/Ediscovery/Cases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphEdiscoveryApplyTags/MicrosoftGraphEdiscoveryApplyTagsRequestBuilder.php index 5949a62d305..bed81834b9e 100644 --- a/src/Generated/Compliance/Ediscovery/Cases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphEdiscoveryApplyTags/MicrosoftGraphEdiscoveryApplyTagsRequestBuilder.php +++ b/src/Generated/Compliance/Ediscovery/Cases/Item/ReviewSets/Item/Queries/Item/MicrosoftGraphEdiscoveryApplyTags/MicrosoftGraphEdiscoveryApplyTagsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphEdiscoveryApplyTagsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-applytags?view=graph-rest-beta Find more info here */ public function post(ApplyTagsPostRequestBody $body, ?MicrosoftGraphEdiscoveryApplyTagsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Compliance/Ediscovery/Cases/Item/Settings/MicrosoftGraphEdiscoveryResetToDefault/MicrosoftGraphEdiscoveryResetToDefaultRequestBuilder.php b/src/Generated/Compliance/Ediscovery/Cases/Item/Settings/MicrosoftGraphEdiscoveryResetToDefault/MicrosoftGraphEdiscoveryResetToDefaultRequestBuilder.php index 1173d8afbc8..4cfd0488061 100644 --- a/src/Generated/Compliance/Ediscovery/Cases/Item/Settings/MicrosoftGraphEdiscoveryResetToDefault/MicrosoftGraphEdiscoveryResetToDefaultRequestBuilder.php +++ b/src/Generated/Compliance/Ediscovery/Cases/Item/Settings/MicrosoftGraphEdiscoveryResetToDefault/MicrosoftGraphEdiscoveryResetToDefaultRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphEdiscoveryResetToDefaultRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/ediscovery-casesettings-resettodefault?view=graph-rest-beta Find more info here */ public function post(?MicrosoftGraphEdiscoveryResetToDefaultRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Compliance/Ediscovery/Cases/Item/SourceCollections/Item/MicrosoftGraphEdiscoveryEstimateStatistics/MicrosoftGraphEdiscoveryEstimateStatisticsRequestBuilder.php b/src/Generated/Compliance/Ediscovery/Cases/Item/SourceCollections/Item/MicrosoftGraphEdiscoveryEstimateStatistics/MicrosoftGraphEdiscoveryEstimateStatisticsRequestBuilder.php index 2a06afd8a2e..960b155f7d1 100644 --- a/src/Generated/Compliance/Ediscovery/Cases/Item/SourceCollections/Item/MicrosoftGraphEdiscoveryEstimateStatistics/MicrosoftGraphEdiscoveryEstimateStatisticsRequestBuilder.php +++ b/src/Generated/Compliance/Ediscovery/Cases/Item/SourceCollections/Item/MicrosoftGraphEdiscoveryEstimateStatistics/MicrosoftGraphEdiscoveryEstimateStatisticsRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphEdiscoveryEstimateStatisticsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-estimatestatistics?view=graph-rest-beta Find more info here */ public function post(?MicrosoftGraphEdiscoveryEstimateStatisticsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Compliance/Ediscovery/Cases/Item/SourceCollections/Item/MicrosoftGraphEdiscoveryPurgeData/MicrosoftGraphEdiscoveryPurgeDataRequestBuilder.php b/src/Generated/Compliance/Ediscovery/Cases/Item/SourceCollections/Item/MicrosoftGraphEdiscoveryPurgeData/MicrosoftGraphEdiscoveryPurgeDataRequestBuilder.php index 01a9176a883..0a375c3f879 100644 --- a/src/Generated/Compliance/Ediscovery/Cases/Item/SourceCollections/Item/MicrosoftGraphEdiscoveryPurgeData/MicrosoftGraphEdiscoveryPurgeDataRequestBuilder.php +++ b/src/Generated/Compliance/Ediscovery/Cases/Item/SourceCollections/Item/MicrosoftGraphEdiscoveryPurgeData/MicrosoftGraphEdiscoveryPurgeDataRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphEdiscoveryPurgeDataRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-purgedata?view=graph-rest-beta Find more info here */ public function post(?MicrosoftGraphEdiscoveryPurgeDataRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Contacts/Delta/DeltaRequestBuilder.php b/src/Generated/Contacts/Delta/DeltaRequestBuilder.php index 158d34e0d3c..9aa57e2877b 100644 --- a/src/Generated/Contacts/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Contacts/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/orgcontact-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Contacts/GetByIds/GetByIdsRequestBuilder.php b/src/Generated/Contacts/GetByIds/GetByIdsRequestBuilder.php index 85f73fa8445..d988ca3c8a0 100644 --- a/src/Generated/Contacts/GetByIds/GetByIdsRequestBuilder.php +++ b/src/Generated/Contacts/GetByIds/GetByIdsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta Find more info here */ public function post(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Contacts/GetUserOwnedObjects/GetUserOwnedObjectsRequestBuilder.php b/src/Generated/Contacts/GetUserOwnedObjects/GetUserOwnedObjectsRequestBuilder.php index 5cac7ab0692..61dac6bdbd1 100644 --- a/src/Generated/Contacts/GetUserOwnedObjects/GetUserOwnedObjectsRequestBuilder.php +++ b/src/Generated/Contacts/GetUserOwnedObjects/GetUserOwnedObjectsRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetUserOwnedObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta Find more info here */ public function post(GetUserOwnedObjectsPostRequestBody $body, ?GetUserOwnedObjectsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Contacts/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php b/src/Generated/Contacts/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php index b742dbcf420..bdbb7c94245 100644 --- a/src/Generated/Contacts/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php +++ b/src/Generated/Contacts/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta Find more info here */ public function post(CheckMemberGroupsPostRequestBody $body, ?CheckMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Contacts/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php b/src/Generated/Contacts/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php index b7a6f0938e9..9c57ff5ecc1 100644 --- a/src/Generated/Contacts/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php +++ b/src/Generated/Contacts/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta Find more info here */ public function post(GetMemberGroupsPostRequestBody $body, ?GetMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Contacts/Item/Restore/RestoreRequestBuilder.php b/src/Generated/Contacts/Item/Restore/RestoreRequestBuilder.php index 9f554d3dc45..82b591e6873 100644 --- a/src/Generated/Contacts/Item/Restore/RestoreRequestBuilder.php +++ b/src/Generated/Contacts/Item/Restore/RestoreRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-beta Find more info here */ public function post(?RestoreRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Contacts/Item/RetryServiceProvisioning/RetryServiceProvisioningRequestBuilder.php b/src/Generated/Contacts/Item/RetryServiceProvisioning/RetryServiceProvisioningRequestBuilder.php index 3139d53098c..042d2e2b6d5 100644 --- a/src/Generated/Contacts/Item/RetryServiceProvisioning/RetryServiceProvisioningRequestBuilder.php +++ b/src/Generated/Contacts/Item/RetryServiceProvisioning/RetryServiceProvisioningRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RetryServiceProvisioningRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/orgcontact-retryserviceprovisioning?view=graph-rest-beta Find more info here */ public function post(?RetryServiceProvisioningRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Contacts/ValidateProperties/ValidatePropertiesRequestBuilder.php b/src/Generated/Contacts/ValidateProperties/ValidatePropertiesRequestBuilder.php index 3c429e732d5..c5dd40da367 100644 --- a/src/Generated/Contacts/ValidateProperties/ValidatePropertiesRequestBuilder.php +++ b/src/Generated/Contacts/ValidateProperties/ValidatePropertiesRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta Find more info here */ public function post(ValidatePropertiesPostRequestBody $body, ?ValidatePropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Contracts/Delta/DeltaRequestBuilder.php b/src/Generated/Contracts/Delta/DeltaRequestBuilder.php index 35b2ec53ea2..bdda6816c65 100644 --- a/src/Generated/Contracts/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Contracts/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Contracts/GetByIds/GetByIdsRequestBuilder.php b/src/Generated/Contracts/GetByIds/GetByIdsRequestBuilder.php index 580a873f75c..2c5b652d2a6 100644 --- a/src/Generated/Contracts/GetByIds/GetByIdsRequestBuilder.php +++ b/src/Generated/Contracts/GetByIds/GetByIdsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta Find more info here */ public function post(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Contracts/GetUserOwnedObjects/GetUserOwnedObjectsRequestBuilder.php b/src/Generated/Contracts/GetUserOwnedObjects/GetUserOwnedObjectsRequestBuilder.php index 8e5da653afb..651dbcfc0f3 100644 --- a/src/Generated/Contracts/GetUserOwnedObjects/GetUserOwnedObjectsRequestBuilder.php +++ b/src/Generated/Contracts/GetUserOwnedObjects/GetUserOwnedObjectsRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetUserOwnedObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta Find more info here */ public function post(GetUserOwnedObjectsPostRequestBody $body, ?GetUserOwnedObjectsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Contracts/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php b/src/Generated/Contracts/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php index 4af99d04e3c..bbc7adb80fd 100644 --- a/src/Generated/Contracts/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php +++ b/src/Generated/Contracts/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta Find more info here */ public function post(CheckMemberGroupsPostRequestBody $body, ?CheckMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Contracts/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php b/src/Generated/Contracts/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php index cf3c689fda6..720d23ac81c 100644 --- a/src/Generated/Contracts/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php +++ b/src/Generated/Contracts/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta Find more info here */ public function post(GetMemberGroupsPostRequestBody $body, ?GetMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Contracts/Item/Restore/RestoreRequestBuilder.php b/src/Generated/Contracts/Item/Restore/RestoreRequestBuilder.php index f4eb82889de..94236c32a89 100644 --- a/src/Generated/Contracts/Item/Restore/RestoreRequestBuilder.php +++ b/src/Generated/Contracts/Item/Restore/RestoreRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-beta Find more info here */ public function post(?RestoreRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Contracts/ValidateProperties/ValidatePropertiesRequestBuilder.php b/src/Generated/Contracts/ValidateProperties/ValidatePropertiesRequestBuilder.php index 5168d51403a..e767aecd1f0 100644 --- a/src/Generated/Contracts/ValidateProperties/ValidatePropertiesRequestBuilder.php +++ b/src/Generated/Contracts/ValidateProperties/ValidatePropertiesRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta Find more info here */ public function post(ValidatePropertiesPostRequestBody $body, ?ValidatePropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DataClassification/SensitivityLabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.php b/src/Generated/DataClassification/SensitivityLabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.php index 9f3d03f0ca5..e275c1fa2eb 100644 --- a/src/Generated/DataClassification/SensitivityLabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.php +++ b/src/Generated/DataClassification/SensitivityLabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.php @@ -42,6 +42,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/sensitivitylabel-computeinheritance?view=graph-rest-beta Find more info here */ public function get(?ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/DataClassification/SensitivityLabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.php b/src/Generated/DataClassification/SensitivityLabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.php index 4ccf6dc9604..f8724f9ddee 100644 --- a/src/Generated/DataClassification/SensitivityLabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.php +++ b/src/Generated/DataClassification/SensitivityLabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ComputeRightsAndInheritanceRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/sensitivitylabel-computerightsandinheritance?view=graph-rest-beta Find more info here */ public function post(ComputeRightsAndInheritancePostRequestBody $body, ?ComputeRightsAndInheritanceRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DataClassification/SensitivityLabels/Item/Sublabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.php b/src/Generated/DataClassification/SensitivityLabels/Item/Sublabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.php index 529085604b8..2b3be97aeaa 100644 --- a/src/Generated/DataClassification/SensitivityLabels/Item/Sublabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.php +++ b/src/Generated/DataClassification/SensitivityLabels/Item/Sublabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.php @@ -42,6 +42,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/sensitivitylabel-computeinheritance?view=graph-rest-beta Find more info here */ public function get(?ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/DataClassification/SensitivityLabels/Item/Sublabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.php b/src/Generated/DataClassification/SensitivityLabels/Item/Sublabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.php index 58bce578da5..bfede9f9869 100644 --- a/src/Generated/DataClassification/SensitivityLabels/Item/Sublabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.php +++ b/src/Generated/DataClassification/SensitivityLabels/Item/Sublabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ComputeRightsAndInheritanceRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/sensitivitylabel-computerightsandinheritance?view=graph-rest-beta Find more info here */ public function post(ComputeRightsAndInheritancePostRequestBody $body, ?ComputeRightsAndInheritanceRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DeviceAppManagement/IosLobAppProvisioningConfigurations/Item/Assignments/AssignmentsRequestBuilder.php b/src/Generated/DeviceAppManagement/IosLobAppProvisioningConfigurations/Item/Assignments/AssignmentsRequestBuilder.php index fa53c6d9e16..d8a2e61ad97 100644 --- a/src/Generated/DeviceAppManagement/IosLobAppProvisioningConfigurations/Item/Assignments/AssignmentsRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/IosLobAppProvisioningConfigurations/Item/Assignments/AssignmentsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * The associated group assignments for IosLobAppProvisioningConfiguration. + * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to. * @param AssignmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -81,7 +81,7 @@ public function post(IosLobAppProvisioningConfigurationAssignment $body, ?Assign } /** - * The associated group assignments for IosLobAppProvisioningConfiguration. + * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to. * @param AssignmentsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/IosLobAppProvisioningConfigurations/Item/Assignments/AssignmentsRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/IosLobAppProvisioningConfigurations/Item/Assignments/AssignmentsRequestBuilderGetQueryParameters.php index 6e838857da3..38d126facd2 100644 --- a/src/Generated/DeviceAppManagement/IosLobAppProvisioningConfigurations/Item/Assignments/AssignmentsRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/IosLobAppProvisioningConfigurations/Item/Assignments/AssignmentsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The associated group assignments for IosLobAppProvisioningConfiguration. + * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to. */ class AssignmentsRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/IosLobAppProvisioningConfigurations/Item/Assignments/Item/IosLobAppProvisioningConfigurationAssignmentItemRequestBuilder.php b/src/Generated/DeviceAppManagement/IosLobAppProvisioningConfigurations/Item/Assignments/Item/IosLobAppProvisioningConfigurationAssignmentItemRequestBuilder.php index 5dcb1f39d3d..0a488cc1fda 100644 --- a/src/Generated/DeviceAppManagement/IosLobAppProvisioningConfigurations/Item/Assignments/Item/IosLobAppProvisioningConfigurationAssignmentItemRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/IosLobAppProvisioningConfigurations/Item/Assignments/Item/IosLobAppProvisioningConfigurationAssignmentItemRequestBuilder.php @@ -45,7 +45,7 @@ public function delete(?IosLobAppProvisioningConfigurationAssignmentItemRequestB } /** - * The associated group assignments for IosLobAppProvisioningConfiguration. + * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to. * @param IosLobAppProvisioningConfigurationAssignmentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -92,7 +92,7 @@ public function toDeleteRequestInformation(?IosLobAppProvisioningConfigurationAs } /** - * The associated group assignments for IosLobAppProvisioningConfiguration. + * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to. * @param IosLobAppProvisioningConfigurationAssignmentItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/IosLobAppProvisioningConfigurations/Item/Assignments/Item/IosLobAppProvisioningConfigurationAssignmentItemRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/IosLobAppProvisioningConfigurations/Item/Assignments/Item/IosLobAppProvisioningConfigurationAssignmentItemRequestBuilderGetQueryParameters.php index b031f346af1..1c97c4a49fa 100644 --- a/src/Generated/DeviceAppManagement/IosLobAppProvisioningConfigurations/Item/Assignments/Item/IosLobAppProvisioningConfigurationAssignmentItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/IosLobAppProvisioningConfigurations/Item/Assignments/Item/IosLobAppProvisioningConfigurationAssignmentItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The associated group assignments for IosLobAppProvisioningConfiguration. + * The associated group assignments for IosLobAppProvisioningConfiguration, this determines which devices/users the IOS LOB app provisioning conifguration will be targeted to. */ class IosLobAppProvisioningConfigurationAssignmentItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidForWorkApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidForWorkApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php index 4716ce71f37..090499f4111 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidForWorkApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidForWorkApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php @@ -45,7 +45,7 @@ public function delete(?MobileAppRelationshipItemRequestBuilderDeleteRequestConf } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -92,7 +92,7 @@ public function toDeleteRequestInformation(?MobileAppRelationshipItemRequestBuil } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidForWorkApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidForWorkApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php index 5b371cef640..b99be88bc12 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidForWorkApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidForWorkApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class MobileAppRelationshipItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidForWorkApp/Relationships/RelationshipsRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidForWorkApp/Relationships/RelationshipsRequestBuilder.php index e0b1859a380..b0b8a54b7ca 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidForWorkApp/Relationships/RelationshipsRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidForWorkApp/Relationships/RelationshipsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -81,7 +81,7 @@ public function post(MobileAppRelationship $body, ?RelationshipsRequestBuilderPo } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidForWorkApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidForWorkApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php index 56f4e786aa1..4088bd447e4 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidForWorkApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidForWorkApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class RelationshipsRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php index 7a24bb9c9df..7dbb76145fa 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php @@ -45,7 +45,7 @@ public function delete(?MobileAppRelationshipItemRequestBuilderDeleteRequestConf } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -92,7 +92,7 @@ public function toDeleteRequestInformation(?MobileAppRelationshipItemRequestBuil } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php index d7ee5a990b8..73a8b6ddd1e 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class MobileAppRelationshipItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Relationships/RelationshipsRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Relationships/RelationshipsRequestBuilder.php index 8740aed1d3a..89ad48ad55a 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Relationships/RelationshipsRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Relationships/RelationshipsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -81,7 +81,7 @@ public function post(MobileAppRelationship $body, ?RelationshipsRequestBuilderPo } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php index 8013221e802..6079eeb24a5 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidLobApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class RelationshipsRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidManagedStoreApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidManagedStoreApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php index 1cfbe64cf72..84351b42c85 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidManagedStoreApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidManagedStoreApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php @@ -45,7 +45,7 @@ public function delete(?MobileAppRelationshipItemRequestBuilderDeleteRequestConf } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -92,7 +92,7 @@ public function toDeleteRequestInformation(?MobileAppRelationshipItemRequestBuil } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidManagedStoreApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidManagedStoreApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php index 2d6ad212da6..149efc30502 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidManagedStoreApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidManagedStoreApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class MobileAppRelationshipItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidManagedStoreApp/Relationships/RelationshipsRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidManagedStoreApp/Relationships/RelationshipsRequestBuilder.php index 77a0a1fabd1..6d28ef97b28 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidManagedStoreApp/Relationships/RelationshipsRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidManagedStoreApp/Relationships/RelationshipsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -81,7 +81,7 @@ public function post(MobileAppRelationship $body, ?RelationshipsRequestBuilderPo } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidManagedStoreApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidManagedStoreApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php index 70f783e738b..9aade7a3dc4 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidManagedStoreApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidManagedStoreApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class RelationshipsRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php index a902d28837a..6497e6db433 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php @@ -45,7 +45,7 @@ public function delete(?MobileAppRelationshipItemRequestBuilderDeleteRequestConf } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -92,7 +92,7 @@ public function toDeleteRequestInformation(?MobileAppRelationshipItemRequestBuil } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php index 74df59e0926..71565a28335 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class MobileAppRelationshipItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Relationships/RelationshipsRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Relationships/RelationshipsRequestBuilder.php index fb1453b6a1c..812a2c95e2c 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Relationships/RelationshipsRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Relationships/RelationshipsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -81,7 +81,7 @@ public function post(MobileAppRelationship $body, ?RelationshipsRequestBuilderPo } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php index 051fa1ca78c..8afdc1775eb 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphAndroidStoreApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class RelationshipsRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php index 6d3d45d7029..67e174c8626 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php @@ -45,7 +45,7 @@ public function delete(?MobileAppRelationshipItemRequestBuilderDeleteRequestConf } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -92,7 +92,7 @@ public function toDeleteRequestInformation(?MobileAppRelationshipItemRequestBuil } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php index 0846947f01f..0801ce4adad 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class MobileAppRelationshipItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Relationships/RelationshipsRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Relationships/RelationshipsRequestBuilder.php index 43c26f56794..131ec1141c8 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Relationships/RelationshipsRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Relationships/RelationshipsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -81,7 +81,7 @@ public function post(MobileAppRelationship $body, ?RelationshipsRequestBuilderPo } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php index 66f383acbd9..114576afcc1 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosLobApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class RelationshipsRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php index c8e6351c94b..6a44931e3ab 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php @@ -45,7 +45,7 @@ public function delete(?MobileAppRelationshipItemRequestBuilderDeleteRequestConf } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -92,7 +92,7 @@ public function toDeleteRequestInformation(?MobileAppRelationshipItemRequestBuil } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php index 9f379879731..cfb9accab9d 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class MobileAppRelationshipItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Relationships/RelationshipsRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Relationships/RelationshipsRequestBuilder.php index 859bebaca20..8271e2981f2 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Relationships/RelationshipsRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Relationships/RelationshipsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -81,7 +81,7 @@ public function post(MobileAppRelationship $body, ?RelationshipsRequestBuilderPo } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php index de84d04aebd..14d1dc175eb 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosStoreApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class RelationshipsRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php index de95a07693b..5a986cf983b 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php @@ -45,7 +45,7 @@ public function delete(?MobileAppRelationshipItemRequestBuilderDeleteRequestConf } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -92,7 +92,7 @@ public function toDeleteRequestInformation(?MobileAppRelationshipItemRequestBuil } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php index 74414c7c931..649552c9d3b 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class MobileAppRelationshipItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Relationships/RelationshipsRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Relationships/RelationshipsRequestBuilder.php index decd67d5817..30ac3080841 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Relationships/RelationshipsRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Relationships/RelationshipsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -81,7 +81,7 @@ public function post(MobileAppRelationship $body, ?RelationshipsRequestBuilderPo } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php index e7b983c62c7..87fd5c31173 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphIosVppApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class RelationshipsRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php index 4acad591b28..f6455206e42 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php @@ -45,7 +45,7 @@ public function delete(?MobileAppRelationshipItemRequestBuilderDeleteRequestConf } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -92,7 +92,7 @@ public function toDeleteRequestInformation(?MobileAppRelationshipItemRequestBuil } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php index 71d882e434c..a77728d1ca5 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class MobileAppRelationshipItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Relationships/RelationshipsRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Relationships/RelationshipsRequestBuilder.php index aabb37776b2..05d4cf8c094 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Relationships/RelationshipsRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Relationships/RelationshipsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -81,7 +81,7 @@ public function post(MobileAppRelationship $body, ?RelationshipsRequestBuilderPo } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php index 8aef69889e9..e664107dbf5 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSDmgApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class RelationshipsRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php index 641be0696c0..b5a5ca0cc95 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php @@ -45,7 +45,7 @@ public function delete(?MobileAppRelationshipItemRequestBuilderDeleteRequestConf } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -92,7 +92,7 @@ public function toDeleteRequestInformation(?MobileAppRelationshipItemRequestBuil } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php index 5e8aa48b41a..66c827c2a87 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class MobileAppRelationshipItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Relationships/RelationshipsRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Relationships/RelationshipsRequestBuilder.php index 4a026bdcf1f..ad9f4d10adc 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Relationships/RelationshipsRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Relationships/RelationshipsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -81,7 +81,7 @@ public function post(MobileAppRelationship $body, ?RelationshipsRequestBuilderPo } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php index e65051c8c53..4009f8539db 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSLobApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class RelationshipsRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSPkgApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSPkgApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php index ba3fdc1bec7..967c51bc070 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSPkgApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSPkgApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php @@ -45,7 +45,7 @@ public function delete(?MobileAppRelationshipItemRequestBuilderDeleteRequestConf } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -92,7 +92,7 @@ public function toDeleteRequestInformation(?MobileAppRelationshipItemRequestBuil } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSPkgApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSPkgApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php index e53fb229de4..41475abde2d 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSPkgApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSPkgApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class MobileAppRelationshipItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSPkgApp/Relationships/RelationshipsRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSPkgApp/Relationships/RelationshipsRequestBuilder.php index 14fac83c715..618858f2a68 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSPkgApp/Relationships/RelationshipsRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSPkgApp/Relationships/RelationshipsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -81,7 +81,7 @@ public function post(MobileAppRelationship $body, ?RelationshipsRequestBuilderPo } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSPkgApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSPkgApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php index e0c64b7a5d5..97c83d11773 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSPkgApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMacOSPkgApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class RelationshipsRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php index aaac626080c..7cc356bd992 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php @@ -45,7 +45,7 @@ public function delete(?MobileAppRelationshipItemRequestBuilderDeleteRequestConf } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -92,7 +92,7 @@ public function toDeleteRequestInformation(?MobileAppRelationshipItemRequestBuil } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php index 5f0905df4bc..978e97330b3 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class MobileAppRelationshipItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Relationships/RelationshipsRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Relationships/RelationshipsRequestBuilder.php index 079b210802d..5f5f98909de 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Relationships/RelationshipsRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Relationships/RelationshipsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -81,7 +81,7 @@ public function post(MobileAppRelationship $body, ?RelationshipsRequestBuilderPo } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php index 4fa7d37993a..575cd006e55 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedAndroidLobApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class RelationshipsRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php index ad676be494b..f0fbc321d81 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php @@ -45,7 +45,7 @@ public function delete(?MobileAppRelationshipItemRequestBuilderDeleteRequestConf } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -92,7 +92,7 @@ public function toDeleteRequestInformation(?MobileAppRelationshipItemRequestBuil } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php index 7c3442b911c..ba3c682aa67 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class MobileAppRelationshipItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Relationships/RelationshipsRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Relationships/RelationshipsRequestBuilder.php index ff9f9020609..9942afd076f 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Relationships/RelationshipsRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Relationships/RelationshipsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -81,7 +81,7 @@ public function post(MobileAppRelationship $body, ?RelationshipsRequestBuilderPo } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php index f9960053654..88df3553718 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedIOSLobApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class RelationshipsRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php index a3bb985748c..5f2eaba3675 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php @@ -45,7 +45,7 @@ public function delete(?MobileAppRelationshipItemRequestBuilderDeleteRequestConf } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -92,7 +92,7 @@ public function toDeleteRequestInformation(?MobileAppRelationshipItemRequestBuil } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php index e0ac3f267cb..0a36498598e 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class MobileAppRelationshipItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Relationships/RelationshipsRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Relationships/RelationshipsRequestBuilder.php index 74a5a6d6611..bae6337bcfe 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Relationships/RelationshipsRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Relationships/RelationshipsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -81,7 +81,7 @@ public function post(MobileAppRelationship $body, ?RelationshipsRequestBuilderPo } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php index 0cb44bd4e26..44521692a36 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphManagedMobileLobApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class RelationshipsRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php index facb6b84c90..7216d07c401 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php @@ -45,7 +45,7 @@ public function delete(?MobileAppRelationshipItemRequestBuilderDeleteRequestConf } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -92,7 +92,7 @@ public function toDeleteRequestInformation(?MobileAppRelationshipItemRequestBuil } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php index fdbd0b6ea9a..366bd9b35cd 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class MobileAppRelationshipItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Relationships/RelationshipsRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Relationships/RelationshipsRequestBuilder.php index 74e5b953b73..b458070ca05 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Relationships/RelationshipsRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Relationships/RelationshipsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -81,7 +81,7 @@ public function post(MobileAppRelationship $body, ?RelationshipsRequestBuilderPo } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php index a86432acc10..a8c79902a99 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphMicrosoftStoreForBusinessApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class RelationshipsRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php index 6253de1433e..2652ba347c9 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php @@ -45,7 +45,7 @@ public function delete(?MobileAppRelationshipItemRequestBuilderDeleteRequestConf } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -92,7 +92,7 @@ public function toDeleteRequestInformation(?MobileAppRelationshipItemRequestBuil } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php index b83c9ef04d5..2b8b91f1481 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class MobileAppRelationshipItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Relationships/RelationshipsRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Relationships/RelationshipsRequestBuilder.php index 1c46089d6d6..817c569770f 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Relationships/RelationshipsRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Relationships/RelationshipsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -81,7 +81,7 @@ public function post(MobileAppRelationship $body, ?RelationshipsRequestBuilderPo } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php index 4feb373615c..70ba4e98264 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWin32LobApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class RelationshipsRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWinGetApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWinGetApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php index b1cd238db02..0bc544b8c6a 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWinGetApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWinGetApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php @@ -45,7 +45,7 @@ public function delete(?MobileAppRelationshipItemRequestBuilderDeleteRequestConf } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -92,7 +92,7 @@ public function toDeleteRequestInformation(?MobileAppRelationshipItemRequestBuil } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWinGetApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWinGetApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php index 342fa47078a..186e177ef1c 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWinGetApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWinGetApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class MobileAppRelationshipItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWinGetApp/Relationships/RelationshipsRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWinGetApp/Relationships/RelationshipsRequestBuilder.php index 6b7ed15707d..7499f6a167d 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWinGetApp/Relationships/RelationshipsRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWinGetApp/Relationships/RelationshipsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -81,7 +81,7 @@ public function post(MobileAppRelationship $body, ?RelationshipsRequestBuilderPo } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWinGetApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWinGetApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php index a6202271c72..9d1211f2907 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWinGetApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWinGetApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class RelationshipsRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php index 52f49e4acbe..6ef06d2f31e 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php @@ -45,7 +45,7 @@ public function delete(?MobileAppRelationshipItemRequestBuilderDeleteRequestConf } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -92,7 +92,7 @@ public function toDeleteRequestInformation(?MobileAppRelationshipItemRequestBuil } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php index a640d9b161a..711a29c720b 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class MobileAppRelationshipItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Relationships/RelationshipsRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Relationships/RelationshipsRequestBuilder.php index a605a6cdfaf..561ba1fb346 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Relationships/RelationshipsRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Relationships/RelationshipsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -81,7 +81,7 @@ public function post(MobileAppRelationship $body, ?RelationshipsRequestBuilderPo } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Relationships/RelationshipsRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Relationships/RelationshipsRequestBuilderGetQueryParameters.php index f340d4a4d3d..11d6a020300 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Relationships/RelationshipsRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsAppX/Relationships/RelationshipsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class RelationshipsRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php index bbbf44b2180..6cd9a8569e1 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php @@ -45,7 +45,7 @@ public function delete(?MobileAppRelationshipItemRequestBuilderDeleteRequestConf } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -92,7 +92,7 @@ public function toDeleteRequestInformation(?MobileAppRelationshipItemRequestBuil } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php index ed9ef131298..2d1eac366ca 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class MobileAppRelationshipItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Relationships/RelationshipsRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Relationships/RelationshipsRequestBuilder.php index 3c79d9d0cf7..4920ad34909 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Relationships/RelationshipsRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Relationships/RelationshipsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -81,7 +81,7 @@ public function post(MobileAppRelationship $body, ?RelationshipsRequestBuilderPo } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Relationships/RelationshipsRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Relationships/RelationshipsRequestBuilderGetQueryParameters.php index b426f2b5182..f66b0ecc098 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Relationships/RelationshipsRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsMobileMSI/Relationships/RelationshipsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class RelationshipsRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsStoreApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsStoreApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php index 9a392021e9c..377a3d494f2 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsStoreApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsStoreApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php @@ -45,7 +45,7 @@ public function delete(?MobileAppRelationshipItemRequestBuilderDeleteRequestConf } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -92,7 +92,7 @@ public function toDeleteRequestInformation(?MobileAppRelationshipItemRequestBuil } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsStoreApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsStoreApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php index b8bcfa88946..ebb60089abb 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsStoreApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsStoreApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class MobileAppRelationshipItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsStoreApp/Relationships/RelationshipsRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsStoreApp/Relationships/RelationshipsRequestBuilder.php index 560fc8417b5..cb5fa8cd102 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsStoreApp/Relationships/RelationshipsRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsStoreApp/Relationships/RelationshipsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -81,7 +81,7 @@ public function post(MobileAppRelationship $body, ?RelationshipsRequestBuilderPo } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsStoreApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsStoreApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php index 2f5d0f80738..f572dba878f 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsStoreApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsStoreApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class RelationshipsRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php index ee6db43d733..a3d1a87a4b8 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php @@ -45,7 +45,7 @@ public function delete(?MobileAppRelationshipItemRequestBuilderDeleteRequestConf } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -92,7 +92,7 @@ public function toDeleteRequestInformation(?MobileAppRelationshipItemRequestBuil } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php index befcfa88f8f..0a6a3385ca8 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class MobileAppRelationshipItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Relationships/RelationshipsRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Relationships/RelationshipsRequestBuilder.php index 56e8418ec18..d776dff7f55 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Relationships/RelationshipsRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Relationships/RelationshipsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -81,7 +81,7 @@ public function post(MobileAppRelationship $body, ?RelationshipsRequestBuilderPo } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Relationships/RelationshipsRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Relationships/RelationshipsRequestBuilderGetQueryParameters.php index a624752d271..9b664665467 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Relationships/RelationshipsRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsUniversalAppX/Relationships/RelationshipsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class RelationshipsRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php index cc69e4f2c2d..fff9959c763 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php @@ -45,7 +45,7 @@ public function delete(?MobileAppRelationshipItemRequestBuilderDeleteRequestConf } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -92,7 +92,7 @@ public function toDeleteRequestInformation(?MobileAppRelationshipItemRequestBuil } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php index 2aacef29770..ff546639f9f 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class MobileAppRelationshipItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Relationships/RelationshipsRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Relationships/RelationshipsRequestBuilder.php index 6836522ea39..2025dbf4e22 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Relationships/RelationshipsRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Relationships/RelationshipsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -81,7 +81,7 @@ public function post(MobileAppRelationship $body, ?RelationshipsRequestBuilderPo } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php index 70a78863bf8..46b1d94ed51 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/GraphWindowsWebApp/Relationships/RelationshipsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class RelationshipsRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php index 8e1dbbafbaf..436ce543d79 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/Relationships/Item/MobileAppRelationshipItemRequestBuilder.php @@ -45,7 +45,7 @@ public function delete(?MobileAppRelationshipItemRequestBuilderDeleteRequestConf } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -92,7 +92,7 @@ public function toDeleteRequestInformation(?MobileAppRelationshipItemRequestBuil } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param MobileAppRelationshipItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php index 9a5b05590a6..22e831a6086 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/Relationships/Item/MobileAppRelationshipItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class MobileAppRelationshipItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/Relationships/RelationshipsRequestBuilder.php b/src/Generated/DeviceAppManagement/MobileApps/Item/Relationships/RelationshipsRequestBuilder.php index efe7ed20004..de36eb36706 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/Relationships/RelationshipsRequestBuilder.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/Relationships/RelationshipsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -81,7 +81,7 @@ public function post(MobileAppRelationship $body, ?RelationshipsRequestBuilderPo } /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. * @param RelationshipsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceAppManagement/MobileApps/Item/Relationships/RelationshipsRequestBuilderGetQueryParameters.php b/src/Generated/DeviceAppManagement/MobileApps/Item/Relationships/RelationshipsRequestBuilderGetQueryParameters.php index 2528998ae0d..6ab207e2278 100644 --- a/src/Generated/DeviceAppManagement/MobileApps/Item/Relationships/RelationshipsRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceAppManagement/MobileApps/Item/Relationships/RelationshipsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The set of direct relationships for this app. + * List of relationships for this mobile app. */ class RelationshipsRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/DeviceComplianceScheduledActionForRuleItemRequestBuilder.php b/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/DeviceComplianceScheduledActionForRuleItemRequestBuilder.php index b80e5d79ed8..a145ae633ab 100644 --- a/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/DeviceComplianceScheduledActionForRuleItemRequestBuilder.php +++ b/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/DeviceComplianceScheduledActionForRuleItemRequestBuilder.php @@ -53,7 +53,7 @@ public function delete(?DeviceComplianceScheduledActionForRuleItemRequestBuilder } /** - * The list of scheduled action for this rule + * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. * @param DeviceComplianceScheduledActionForRuleItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -100,7 +100,7 @@ public function toDeleteRequestInformation(?DeviceComplianceScheduledActionForRu } /** - * The list of scheduled action for this rule + * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. * @param DeviceComplianceScheduledActionForRuleItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/DeviceComplianceScheduledActionForRuleItemRequestBuilderGetQueryParameters.php b/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/DeviceComplianceScheduledActionForRuleItemRequestBuilderGetQueryParameters.php index 0f745123334..253415c5c8d 100644 --- a/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/DeviceComplianceScheduledActionForRuleItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/Item/DeviceComplianceScheduledActionForRuleItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The list of scheduled action for this rule + * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. */ class DeviceComplianceScheduledActionForRuleItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/ScheduledActionsForRuleRequestBuilder.php b/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/ScheduledActionsForRuleRequestBuilder.php index bb4f67a3ce3..a85baf0f7f7 100644 --- a/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/ScheduledActionsForRuleRequestBuilder.php +++ b/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/ScheduledActionsForRuleRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * The list of scheduled action for this rule + * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. * @param ScheduledActionsForRuleRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -81,7 +81,7 @@ public function post(DeviceComplianceScheduledActionForRule $body, ?ScheduledAct } /** - * The list of scheduled action for this rule + * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. * @param ScheduledActionsForRuleRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/ScheduledActionsForRuleRequestBuilderGetQueryParameters.php b/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/ScheduledActionsForRuleRequestBuilderGetQueryParameters.php index 614c634523d..4ffc159cb20 100644 --- a/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/ScheduledActionsForRuleRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceManagement/DeviceCompliancePolicies/Item/ScheduledActionsForRule/ScheduledActionsForRuleRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * The list of scheduled action for this rule + * The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. */ class ScheduledActionsForRuleRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/AppLogCollectionRequestsRequestBuilder.php b/src/Generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/AppLogCollectionRequestsRequestBuilder.php index 553aec9f548..d1ee1fbee41 100644 --- a/src/Generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/AppLogCollectionRequestsRequestBuilder.php +++ b/src/Generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/AppLogCollectionRequestsRequestBuilder.php @@ -52,7 +52,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Indicates collection of App Log Upload Request. + * The collection property of AppLogUploadRequest. * @param AppLogCollectionRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -81,7 +81,7 @@ public function post(AppLogCollectionRequest $body, ?AppLogCollectionRequestsReq } /** - * Indicates collection of App Log Upload Request. + * The collection property of AppLogUploadRequest. * @param AppLogCollectionRequestsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/AppLogCollectionRequestsRequestBuilderGetQueryParameters.php b/src/Generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/AppLogCollectionRequestsRequestBuilderGetQueryParameters.php index 0ba878c96bb..b3430fe837f 100644 --- a/src/Generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/AppLogCollectionRequestsRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/AppLogCollectionRequestsRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Indicates collection of App Log Upload Request. + * The collection property of AppLogUploadRequest. */ class AppLogCollectionRequestsRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/Item/AppLogCollectionRequestItemRequestBuilder.php b/src/Generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/Item/AppLogCollectionRequestItemRequestBuilder.php index ac9dacdea01..afc14eb7a60 100644 --- a/src/Generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/Item/AppLogCollectionRequestItemRequestBuilder.php +++ b/src/Generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/Item/AppLogCollectionRequestItemRequestBuilder.php @@ -53,7 +53,7 @@ public function delete(?AppLogCollectionRequestItemRequestBuilderDeleteRequestCo } /** - * Indicates collection of App Log Upload Request. + * The collection property of AppLogUploadRequest. * @param AppLogCollectionRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception @@ -100,7 +100,7 @@ public function toDeleteRequestInformation(?AppLogCollectionRequestItemRequestBu } /** - * Indicates collection of App Log Upload Request. + * The collection property of AppLogUploadRequest. * @param AppLogCollectionRequestItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/Item/AppLogCollectionRequestItemRequestBuilderGetQueryParameters.php b/src/Generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/Item/AppLogCollectionRequestItemRequestBuilderGetQueryParameters.php index 0adbe986030..a5eb28cd5e3 100644 --- a/src/Generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/Item/AppLogCollectionRequestItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/DeviceManagement/MobileAppTroubleshootingEvents/Item/AppLogCollectionRequests/Item/AppLogCollectionRequestItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Indicates collection of App Log Upload Request. + * The collection property of AppLogUploadRequest. */ class AppLogCollectionRequestItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/DeviceManagement/Monitoring/AlertRecords/Item/MicrosoftGraphDeviceManagementSetPortalNotificationAsSent/MicrosoftGraphDeviceManagementSetPortalNotificationAsSentRequestBuilder.php b/src/Generated/DeviceManagement/Monitoring/AlertRecords/Item/MicrosoftGraphDeviceManagementSetPortalNotificationAsSent/MicrosoftGraphDeviceManagementSetPortalNotificationAsSentRequestBuilder.php index 6e0263cde03..3550a6990f7 100644 --- a/src/Generated/DeviceManagement/Monitoring/AlertRecords/Item/MicrosoftGraphDeviceManagementSetPortalNotificationAsSent/MicrosoftGraphDeviceManagementSetPortalNotificationAsSentRequestBuilder.php +++ b/src/Generated/DeviceManagement/Monitoring/AlertRecords/Item/MicrosoftGraphDeviceManagementSetPortalNotificationAsSent/MicrosoftGraphDeviceManagementSetPortalNotificationAsSentRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphDeviceManagementSetPortalNotificationAsSentRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-setportalnotificationassent?view=graph-rest-beta Find more info here */ public function post(?MicrosoftGraphDeviceManagementSetPortalNotificationAsSentRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/AuditEvents/GetAuditActivityTypes/GetAuditActivityTypesRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/AuditEvents/GetAuditActivityTypes/GetAuditActivityTypesRequestBuilder.php index 384726f38bf..dca0206e6ec 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/AuditEvents/GetAuditActivityTypes/GetAuditActivityTypesRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/AuditEvents/GetAuditActivityTypes/GetAuditActivityTypesRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetAuditActivityTypesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpcauditevent-getauditactivitytypes?view=graph-rest-beta Find more info here */ public function get(?GetAuditActivityTypesRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/GetProvisionedCloudPCsWithGroupIdWithServicePlanId/GetProvisionedCloudPCsWithGroupIdWithServicePlanIdRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/GetProvisionedCloudPCsWithGroupIdWithServicePlanId/GetProvisionedCloudPCsWithGroupIdWithServicePlanIdRequestBuilder.php index 385a28963ab..b0f7cbcab1c 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/GetProvisionedCloudPCsWithGroupIdWithServicePlanId/GetProvisionedCloudPCsWithGroupIdWithServicePlanIdRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/GetProvisionedCloudPCsWithGroupIdWithServicePlanId/GetProvisionedCloudPCsWithGroupIdWithServicePlanIdRequestBuilder.php @@ -39,6 +39,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetProvisionedCloudPCsWithGroupIdWithServicePlanIdRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpc-getprovisionedcloudpcs?view=graph-rest-beta Find more info here */ public function get(?GetProvisionedCloudPCsWithGroupIdWithServicePlanIdRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/ChangeUserAccountType/ChangeUserAccountTypeRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/ChangeUserAccountType/ChangeUserAccountTypeRequestBuilder.php index c9bc0c4b664..88c8b26bb57 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/ChangeUserAccountType/ChangeUserAccountTypeRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/ChangeUserAccountType/ChangeUserAccountTypeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ChangeUserAccountTypeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpc-changeuseraccounttype?view=graph-rest-beta Find more info here */ public function post(ChangeUserAccountTypePostRequestBody $body, ?ChangeUserAccountTypeRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/CreateSnapshot/CreateSnapshotRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/CreateSnapshot/CreateSnapshotRequestBuilder.php index f9b3f442d80..3a783cd5345 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/CreateSnapshot/CreateSnapshotRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/CreateSnapshot/CreateSnapshotRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CreateSnapshotRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpc-createsnapshot?view=graph-rest-beta Find more info here */ public function post(CreateSnapshotPostRequestBody $body, ?CreateSnapshotRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/EndGracePeriod/EndGracePeriodRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/EndGracePeriod/EndGracePeriodRequestBuilder.php index dfe0544c64b..ea77ea1ed02 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/EndGracePeriod/EndGracePeriodRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/EndGracePeriod/EndGracePeriodRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param EndGracePeriodRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-beta Find more info here */ public function post(?EndGracePeriodRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/GetCloudPcConnectivityHistory/GetCloudPcConnectivityHistoryRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/GetCloudPcConnectivityHistory/GetCloudPcConnectivityHistoryRequestBuilder.php index 6907428d002..8ba2ac10953 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/GetCloudPcConnectivityHistory/GetCloudPcConnectivityHistoryRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/GetCloudPcConnectivityHistory/GetCloudPcConnectivityHistoryRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetCloudPcConnectivityHistoryRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpc-getcloudpcconnectivityhistory?view=graph-rest-beta Find more info here */ public function get(?GetCloudPcConnectivityHistoryRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/GetCloudPcLaunchInfo/GetCloudPcLaunchInfoRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/GetCloudPcLaunchInfo/GetCloudPcLaunchInfoRequestBuilder.php index f4f06d90ab9..edde76dee39 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/GetCloudPcLaunchInfo/GetCloudPcLaunchInfoRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/GetCloudPcLaunchInfo/GetCloudPcLaunchInfoRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetCloudPcLaunchInfoRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpc-getcloudpclaunchinfo?view=graph-rest-beta Find more info here */ public function get(?GetCloudPcLaunchInfoRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/GetFrontlineCloudPcAccessState/GetFrontlineCloudPcAccessStateRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/GetFrontlineCloudPcAccessState/GetFrontlineCloudPcAccessStateRequestBuilder.php index 39e9a83d324..8e04699a421 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/GetFrontlineCloudPcAccessState/GetFrontlineCloudPcAccessStateRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/GetFrontlineCloudPcAccessState/GetFrontlineCloudPcAccessStateRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetFrontlineCloudPcAccessStateRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpc-getfrontlinecloudpcaccessstate?view=graph-rest-beta Find more info here */ public function get(?GetFrontlineCloudPcAccessStateRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/GetSupportedCloudPcRemoteActions/GetSupportedCloudPcRemoteActionsRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/GetSupportedCloudPcRemoteActions/GetSupportedCloudPcRemoteActionsRequestBuilder.php index cd141134778..644bf66ed3f 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/GetSupportedCloudPcRemoteActions/GetSupportedCloudPcRemoteActionsRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/GetSupportedCloudPcRemoteActions/GetSupportedCloudPcRemoteActionsRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetSupportedCloudPcRemoteActionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpc-getsupportedcloudpcremoteactions?view=graph-rest-beta Find more info here */ public function get(?GetSupportedCloudPcRemoteActionsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/PowerOff/PowerOffRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/PowerOff/PowerOffRequestBuilder.php index 10f429b26ca..c27d484baf7 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/PowerOff/PowerOffRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/PowerOff/PowerOffRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param PowerOffRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpc-poweroff?view=graph-rest-beta Find more info here */ public function post(?PowerOffRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/PowerOn/PowerOnRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/PowerOn/PowerOnRequestBuilder.php index d897928859a..74a74f0dc85 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/PowerOn/PowerOnRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/PowerOn/PowerOnRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param PowerOnRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpc-poweron?view=graph-rest-beta Find more info here */ public function post(?PowerOnRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Reboot/RebootRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Reboot/RebootRequestBuilder.php index 69dcb744d30..4f94573d0be 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Reboot/RebootRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Reboot/RebootRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RebootRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-beta Find more info here */ public function post(?RebootRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Rename/RenameRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Rename/RenameRequestBuilder.php index 6e5b80741a5..3a5899c70e4 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Rename/RenameRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Rename/RenameRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RenameRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-beta Find more info here */ public function post(RenamePostRequestBody $body, ?RenameRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Reprovision/ReprovisionRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Reprovision/ReprovisionRequestBuilder.php index e60b9f1af1c..d32465acfad 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Reprovision/ReprovisionRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Reprovision/ReprovisionRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ReprovisionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-beta Find more info here */ public function post(ReprovisionPostRequestBody $body, ?ReprovisionRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Resize/ResizeRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Resize/ResizeRequestBuilder.php index 974af918bc3..a75ad3b062d 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Resize/ResizeRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Resize/ResizeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ResizeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpc-resize?view=graph-rest-beta Find more info here */ public function post(ResizePostRequestBody $body, ?ResizeRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Restore/RestoreRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Restore/RestoreRequestBuilder.php index a2985ce3af9..f86da460ec6 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Restore/RestoreRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Restore/RestoreRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-beta Find more info here */ public function post(RestorePostRequestBody $body, ?RestoreRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/RetrieveCloudPCRemoteActionResults/RetrieveCloudPCRemoteActionResultsRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/RetrieveCloudPCRemoteActionResults/RetrieveCloudPCRemoteActionResultsRequestBuilder.php index ec1dfbdda5e..fafc029c230 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/RetrieveCloudPCRemoteActionResults/RetrieveCloudPCRemoteActionResultsRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/RetrieveCloudPCRemoteActionResults/RetrieveCloudPCRemoteActionResultsRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RetrieveCloudPCRemoteActionResultsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpc-retrievecloudpcremoteactionresults?view=graph-rest-beta Find more info here */ public function get(?RetrieveCloudPCRemoteActionResultsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/RetrieveReviewStatus/RetrieveReviewStatusRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/RetrieveReviewStatus/RetrieveReviewStatusRequestBuilder.php index 191f9701379..dead3e061c2 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/RetrieveReviewStatus/RetrieveReviewStatusRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/RetrieveReviewStatus/RetrieveReviewStatusRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RetrieveReviewStatusRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpc-retrievereviewstatus?view=graph-rest-beta Find more info here */ public function get(?RetrieveReviewStatusRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/RetrieveSnapshots/RetrieveSnapshotsRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/RetrieveSnapshots/RetrieveSnapshotsRequestBuilder.php index ad8ddded4cf..0540c00d8da 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/RetrieveSnapshots/RetrieveSnapshotsRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/RetrieveSnapshots/RetrieveSnapshotsRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RetrieveSnapshotsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpc-retrievesnapshots?view=graph-rest-beta Find more info here */ public function get(?RetrieveSnapshotsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/RetryPartnerAgentInstallation/RetryPartnerAgentInstallationRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/RetryPartnerAgentInstallation/RetryPartnerAgentInstallationRequestBuilder.php index 0aab3ed80c9..4fa8b790496 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/RetryPartnerAgentInstallation/RetryPartnerAgentInstallationRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/RetryPartnerAgentInstallation/RetryPartnerAgentInstallationRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RetryPartnerAgentInstallationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpc-retrypartneragentinstallation?view=graph-rest-beta Find more info here */ public function post(?RetryPartnerAgentInstallationRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/SetReviewStatus/SetReviewStatusRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/SetReviewStatus/SetReviewStatusRequestBuilder.php index 9d40078d24d..12601b85e86 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/SetReviewStatus/SetReviewStatusRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/SetReviewStatus/SetReviewStatusRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SetReviewStatusRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpc-setreviewstatus?view=graph-rest-beta Find more info here */ public function post(SetReviewStatusPostRequestBody $body, ?SetReviewStatusRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Start/StartRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Start/StartRequestBuilder.php index 5e36e559c2a..6f23ececc0a 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Start/StartRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Start/StartRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param StartRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpc-start?view=graph-rest-beta Find more info here */ public function post(?StartRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Stop/StopRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Stop/StopRequestBuilder.php index 1b664d3c461..566099ae55c 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Stop/StopRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Stop/StopRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param StopRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpc-stop?view=graph-rest-beta Find more info here */ public function post(?StopRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Troubleshoot/TroubleshootRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Troubleshoot/TroubleshootRequestBuilder.php index ae76b9b779b..dce2eafe94f 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Troubleshoot/TroubleshootRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/Item/Troubleshoot/TroubleshootRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param TroubleshootRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-beta Find more info here */ public function post(?TroubleshootRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/ValidateBulkResize/ValidateBulkResizeRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/ValidateBulkResize/ValidateBulkResizeRequestBuilder.php index 01f58906238..c64bb2e55dd 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/ValidateBulkResize/ValidateBulkResizeRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/CloudPCs/ValidateBulkResize/ValidateBulkResizeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ValidateBulkResizeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpc-validatebulkresize?view=graph-rest-beta Find more info here */ public function post(ValidateBulkResizePostRequestBody $body, ?ValidateBulkResizeRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/DeviceImages/GetSourceImages/GetSourceImagesRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/DeviceImages/GetSourceImages/GetSourceImagesRequestBuilder.php index 93b627ad100..7b00dfecc33 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/DeviceImages/GetSourceImages/GetSourceImagesRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/DeviceImages/GetSourceImages/GetSourceImagesRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetSourceImagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpcdeviceimage-getsourceimages?view=graph-rest-beta Find more info here */ public function get(?GetSourceImagesRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/DeviceImages/Item/Reupload/ReuploadRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/DeviceImages/Item/Reupload/ReuploadRequestBuilder.php index 75919ea92a3..4177e728e24 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/DeviceImages/Item/Reupload/ReuploadRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/DeviceImages/Item/Reupload/ReuploadRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ReuploadRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpcdeviceimage-reupload?view=graph-rest-beta Find more info here */ public function post(?ReuploadRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/GetEffectivePermissions/GetEffectivePermissionsRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/GetEffectivePermissions/GetEffectivePermissionsRequestBuilder.php index 4703b4eb726..0009c6996ef 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/GetEffectivePermissions/GetEffectivePermissionsRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/GetEffectivePermissions/GetEffectivePermissionsRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetEffectivePermissionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/virtualendpoint-geteffectivepermissions?view=graph-rest-beta Find more info here */ public function get(?GetEffectivePermissionsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/OnPremisesConnections/Item/RunHealthChecks/RunHealthChecksRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/OnPremisesConnections/Item/RunHealthChecks/RunHealthChecksRequestBuilder.php index f08574f748c..c9b83261f19 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/OnPremisesConnections/Item/RunHealthChecks/RunHealthChecksRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/OnPremisesConnections/Item/RunHealthChecks/RunHealthChecksRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RunHealthChecksRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-runhealthcheck?view=graph-rest-beta Find more info here */ public function post(?RunHealthChecksRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/OnPremisesConnections/Item/UpdateAdDomainPassword/UpdateAdDomainPasswordRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/OnPremisesConnections/Item/UpdateAdDomainPassword/UpdateAdDomainPasswordRequestBuilder.php index 72575f5f8b7..ae2819abb1c 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/OnPremisesConnections/Item/UpdateAdDomainPassword/UpdateAdDomainPasswordRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/OnPremisesConnections/Item/UpdateAdDomainPassword/UpdateAdDomainPasswordRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UpdateAdDomainPasswordRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-updateaddomainpassword?view=graph-rest-beta Find more info here */ public function post(UpdateAdDomainPasswordPostRequestBody $body, ?UpdateAdDomainPasswordRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/ApplyConfig/ApplyConfigRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/ApplyConfig/ApplyConfigRequestBuilder.php index da71a2f18f5..681327360e3 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/ApplyConfig/ApplyConfigRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/ApplyConfig/ApplyConfigRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ApplyConfigRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-applyconfig?view=graph-rest-beta Find more info here */ public function post(ApplyConfigPostRequestBody $body, ?ApplyConfigRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/Apply/ApplyRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/Apply/ApplyRequestBuilder.php index 6261e16ddfc..43fe5f03fa6 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/Apply/ApplyRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/Apply/ApplyRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ApplyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-apply?view=graph-rest-beta Find more info here */ public function post(ApplyPostRequestBody $body, ?ApplyRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/Assign/AssignRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/Assign/AssignRequestBuilder.php index e3c3078e86e..e73d4d3ef9b 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/Assign/AssignRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/Assign/AssignRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AssignRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-assign?view=graph-rest-beta Find more info here */ public function post(AssignPostRequestBody $body, ?AssignRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/RetrievePolicyApplyActionResult/RetrievePolicyApplyActionResultRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/RetrievePolicyApplyActionResult/RetrievePolicyApplyActionResultRequestBuilder.php index d2dfde2be4d..de63f3bc5a0 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/RetrievePolicyApplyActionResult/RetrievePolicyApplyActionResultRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/RetrievePolicyApplyActionResult/RetrievePolicyApplyActionResultRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RetrievePolicyApplyActionResultRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-retrievepolicyapplyactionresult?view=graph-rest-beta Find more info here */ public function get(?RetrievePolicyApplyActionResultRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/RetrievePolicyApplySchedule/RetrievePolicyApplyScheduleRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/RetrievePolicyApplySchedule/RetrievePolicyApplyScheduleRequestBuilder.php index 11652c20702..7c33eb32743 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/RetrievePolicyApplySchedule/RetrievePolicyApplyScheduleRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/RetrievePolicyApplySchedule/RetrievePolicyApplyScheduleRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RetrievePolicyApplyScheduleRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-retrievepolicyapplyschedule?view=graph-rest-beta Find more info here */ public function get(?RetrievePolicyApplyScheduleRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/SchedulePolicyApplyTask/SchedulePolicyApplyTaskRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/SchedulePolicyApplyTask/SchedulePolicyApplyTaskRequestBuilder.php index 1f8ea5835df..c6f5f65df7a 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/SchedulePolicyApplyTask/SchedulePolicyApplyTaskRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/ProvisioningPolicies/Item/SchedulePolicyApplyTask/SchedulePolicyApplyTaskRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SchedulePolicyApplyTaskRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-schedulepolicyapplytask?view=graph-rest-beta Find more info here */ public function post(SchedulePolicyApplyTaskPostRequestBody $body, ?SchedulePolicyApplyTaskRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetActionStatusReports/GetActionStatusReportsRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetActionStatusReports/GetActionStatusReportsRequestBuilder.php index 796b69c53b4..494c4e42da5 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetActionStatusReports/GetActionStatusReportsRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetActionStatusReports/GetActionStatusReportsRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetActionStatusReportsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpcreports-getactionstatusreports?view=graph-rest-beta Find more info here */ public function post(GetActionStatusReportsPostRequestBody $body, ?GetActionStatusReportsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetCloudPcPerformanceReport/GetCloudPcPerformanceReportRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetCloudPcPerformanceReport/GetCloudPcPerformanceReportRequestBuilder.php index f52be6b4694..3a3af8329c0 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetCloudPcPerformanceReport/GetCloudPcPerformanceReportRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetCloudPcPerformanceReport/GetCloudPcPerformanceReportRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetCloudPcPerformanceReportRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpcreports-getcloudpcperformancereport?view=graph-rest-beta Find more info here */ public function post(GetCloudPcPerformanceReportPostRequestBody $body, ?GetCloudPcPerformanceReportRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetCloudPcRecommendationReports/GetCloudPcRecommendationReportsRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetCloudPcRecommendationReports/GetCloudPcRecommendationReportsRequestBuilder.php index 04638390673..b458e27e254 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetCloudPcRecommendationReports/GetCloudPcRecommendationReportsRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetCloudPcRecommendationReports/GetCloudPcRecommendationReportsRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetCloudPcRecommendationReportsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpcreports-getcloudpcrecommendationreports?view=graph-rest-beta Find more info here */ public function post(GetCloudPcRecommendationReportsPostRequestBody $body, ?GetCloudPcRecommendationReportsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetConnectionQualityReports/GetConnectionQualityReportsRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetConnectionQualityReports/GetConnectionQualityReportsRequestBuilder.php index 33611e99aa6..aaa1ecfdfbe 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetConnectionQualityReports/GetConnectionQualityReportsRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetConnectionQualityReports/GetConnectionQualityReportsRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetConnectionQualityReportsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpcreports-getconnectionqualityreports?view=graph-rest-beta Find more info here */ public function post(GetConnectionQualityReportsPostRequestBody $body, ?GetConnectionQualityReportsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetDailyAggregatedRemoteConnectionReports/GetDailyAggregatedRemoteConnectionReportsRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetDailyAggregatedRemoteConnectionReports/GetDailyAggregatedRemoteConnectionReportsRequestBuilder.php index ab72a92b2aa..8756e5ea042 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetDailyAggregatedRemoteConnectionReports/GetDailyAggregatedRemoteConnectionReportsRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetDailyAggregatedRemoteConnectionReports/GetDailyAggregatedRemoteConnectionReportsRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetDailyAggregatedRemoteConnectionReportsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpcreports-getdailyaggregatedremoteconnectionreports?view=graph-rest-beta Find more info here */ public function post(GetDailyAggregatedRemoteConnectionReportsPostRequestBody $body, ?GetDailyAggregatedRemoteConnectionReportsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetFrontlineReport/GetFrontlineReportRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetFrontlineReport/GetFrontlineReportRequestBuilder.php index 1d30c3353fd..36249dca672 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetFrontlineReport/GetFrontlineReportRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetFrontlineReport/GetFrontlineReportRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetFrontlineReportRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpcreports-getfrontlinereport?view=graph-rest-beta Find more info here */ public function post(GetFrontlineReportPostRequestBody $body, ?GetFrontlineReportRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetInaccessibleCloudPcReports/GetInaccessibleCloudPcReportsRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetInaccessibleCloudPcReports/GetInaccessibleCloudPcReportsRequestBuilder.php index b9456747523..4ee1e904dd6 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetInaccessibleCloudPcReports/GetInaccessibleCloudPcReportsRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetInaccessibleCloudPcReports/GetInaccessibleCloudPcReportsRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetInaccessibleCloudPcReportsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpcreports-getinaccessiblecloudpcreports?view=graph-rest-beta Find more info here */ public function post(GetInaccessibleCloudPcReportsPostRequestBody $body, ?GetInaccessibleCloudPcReportsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetRawRemoteConnectionReports/GetRawRemoteConnectionReportsRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetRawRemoteConnectionReports/GetRawRemoteConnectionReportsRequestBuilder.php index 4c951fd5d28..1b6ee5286b2 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetRawRemoteConnectionReports/GetRawRemoteConnectionReportsRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetRawRemoteConnectionReports/GetRawRemoteConnectionReportsRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetRawRemoteConnectionReportsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpcreports-getrawremoteconnectionreports?view=graph-rest-beta Find more info here */ public function post(GetRawRemoteConnectionReportsPostRequestBody $body, ?GetRawRemoteConnectionReportsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetRealTimeRemoteConnectionLatencyWithCloudPcId/GetRealTimeRemoteConnectionLatencyWithCloudPcIdRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetRealTimeRemoteConnectionLatencyWithCloudPcId/GetRealTimeRemoteConnectionLatencyWithCloudPcIdRequestBuilder.php index 319abd19ab4..ba8c85ab2a5 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetRealTimeRemoteConnectionLatencyWithCloudPcId/GetRealTimeRemoteConnectionLatencyWithCloudPcIdRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetRealTimeRemoteConnectionLatencyWithCloudPcId/GetRealTimeRemoteConnectionLatencyWithCloudPcIdRequestBuilder.php @@ -38,6 +38,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetRealTimeRemoteConnectionLatencyWithCloudPcIdRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpcreports-getrealtimeremoteconnectionlatency?view=graph-rest-beta Find more info here */ public function get(?GetRealTimeRemoteConnectionLatencyWithCloudPcIdRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetRealTimeRemoteConnectionStatusWithCloudPcId/GetRealTimeRemoteConnectionStatusWithCloudPcIdRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetRealTimeRemoteConnectionStatusWithCloudPcId/GetRealTimeRemoteConnectionStatusWithCloudPcIdRequestBuilder.php index f760626fa5d..11cd174abaa 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetRealTimeRemoteConnectionStatusWithCloudPcId/GetRealTimeRemoteConnectionStatusWithCloudPcIdRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetRealTimeRemoteConnectionStatusWithCloudPcId/GetRealTimeRemoteConnectionStatusWithCloudPcIdRequestBuilder.php @@ -38,6 +38,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetRealTimeRemoteConnectionStatusWithCloudPcIdRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpcreports-getrealtimeremoteconnectionstatus?view=graph-rest-beta Find more info here */ public function get(?GetRealTimeRemoteConnectionStatusWithCloudPcIdRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetRemoteConnectionHistoricalReports/GetRemoteConnectionHistoricalReportsRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetRemoteConnectionHistoricalReports/GetRemoteConnectionHistoricalReportsRequestBuilder.php index 85d2be75993..f4810c7291b 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetRemoteConnectionHistoricalReports/GetRemoteConnectionHistoricalReportsRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetRemoteConnectionHistoricalReports/GetRemoteConnectionHistoricalReportsRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetRemoteConnectionHistoricalReportsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpcreports-getremoteconnectionhistoricalreports?view=graph-rest-beta Find more info here */ public function post(GetRemoteConnectionHistoricalReportsPostRequestBody $body, ?GetRemoteConnectionHistoricalReportsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetTotalAggregatedRemoteConnectionReports/GetTotalAggregatedRemoteConnectionReportsRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetTotalAggregatedRemoteConnectionReports/GetTotalAggregatedRemoteConnectionReportsRequestBuilder.php index cdf46e13bfe..bc3f755c65b 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetTotalAggregatedRemoteConnectionReports/GetTotalAggregatedRemoteConnectionReportsRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/Reports/GetTotalAggregatedRemoteConnectionReports/GetTotalAggregatedRemoteConnectionReportsRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetTotalAggregatedRemoteConnectionReportsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpcreports-gettotalaggregatedremoteconnectionreports?view=graph-rest-beta Find more info here */ public function post(GetTotalAggregatedRemoteConnectionReportsPostRequestBody $body, ?GetTotalAggregatedRemoteConnectionReportsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/Reports/RetrieveBulkActionStatusReport/RetrieveBulkActionStatusReportRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/Reports/RetrieveBulkActionStatusReport/RetrieveBulkActionStatusReportRequestBuilder.php index b4d2e8c7416..4b8ede92b7a 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/Reports/RetrieveBulkActionStatusReport/RetrieveBulkActionStatusReportRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/Reports/RetrieveBulkActionStatusReport/RetrieveBulkActionStatusReportRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RetrieveBulkActionStatusReportRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpcreports-retrievebulkactionstatusreport?view=graph-rest-beta Find more info here */ public function post(RetrieveBulkActionStatusReportPostRequestBody $body, ?RetrieveBulkActionStatusReportRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/Reports/RetrieveCloudPcTenantMetricsReport/RetrieveCloudPcTenantMetricsReportRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/Reports/RetrieveCloudPcTenantMetricsReport/RetrieveCloudPcTenantMetricsReportRequestBuilder.php index 68ccdea0c5a..0243ca85cf0 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/Reports/RetrieveCloudPcTenantMetricsReport/RetrieveCloudPcTenantMetricsReportRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/Reports/RetrieveCloudPcTenantMetricsReport/RetrieveCloudPcTenantMetricsReportRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RetrieveCloudPcTenantMetricsReportRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpcreports-retrievecloudpctenantmetricsreport?view=graph-rest-beta Find more info here */ public function post(RetrieveCloudPcTenantMetricsReportPostRequestBody $body, ?RetrieveCloudPcTenantMetricsReportRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/Reports/RetrieveCloudPcTroubleshootReports/RetrieveCloudPcTroubleshootReportsRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/Reports/RetrieveCloudPcTroubleshootReports/RetrieveCloudPcTroubleshootReportsRequestBuilder.php index 8d2a2e5be95..471cb0b9247 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/Reports/RetrieveCloudPcTroubleshootReports/RetrieveCloudPcTroubleshootReportsRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/Reports/RetrieveCloudPcTroubleshootReports/RetrieveCloudPcTroubleshootReportsRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RetrieveCloudPcTroubleshootReportsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpcreports-retrievecloudpctroubleshootreports?view=graph-rest-beta Find more info here */ public function post(RetrieveCloudPcTroubleshootReportsPostRequestBody $body, ?RetrieveCloudPcTroubleshootReportsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/Reports/RetrieveCrossRegionDisasterRecoveryReport/RetrieveCrossRegionDisasterRecoveryReportRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/Reports/RetrieveCrossRegionDisasterRecoveryReport/RetrieveCrossRegionDisasterRecoveryReportRequestBuilder.php index 01c6dcf3d59..f71350867e3 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/Reports/RetrieveCrossRegionDisasterRecoveryReport/RetrieveCrossRegionDisasterRecoveryReportRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/Reports/RetrieveCrossRegionDisasterRecoveryReport/RetrieveCrossRegionDisasterRecoveryReportRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RetrieveCrossRegionDisasterRecoveryReportRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpcreports-retrievecrossregiondisasterrecoveryreport?view=graph-rest-beta Find more info here */ public function post(RetrieveCrossRegionDisasterRecoveryReportPostRequestBody $body, ?RetrieveCrossRegionDisasterRecoveryReportRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/RetrieveScopedPermissions/RetrieveScopedPermissionsRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/RetrieveScopedPermissions/RetrieveScopedPermissionsRequestBuilder.php index 08365170f5f..25432d69b24 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/RetrieveScopedPermissions/RetrieveScopedPermissionsRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/RetrieveScopedPermissions/RetrieveScopedPermissionsRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RetrieveScopedPermissionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/virtualendpoint-retrievescopedpermissions?view=graph-rest-beta Find more info here */ public function get(?RetrieveScopedPermissionsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/Snapshots/GetStorageAccountsWithSubscriptionId/GetStorageAccountsWithSubscriptionIdRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/Snapshots/GetStorageAccountsWithSubscriptionId/GetStorageAccountsWithSubscriptionIdRequestBuilder.php index 95e00a3de15..08c9cb99f80 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/Snapshots/GetStorageAccountsWithSubscriptionId/GetStorageAccountsWithSubscriptionIdRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/Snapshots/GetStorageAccountsWithSubscriptionId/GetStorageAccountsWithSubscriptionIdRequestBuilder.php @@ -37,6 +37,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetStorageAccountsWithSubscriptionIdRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpcsnapshot-getstorageaccounts?view=graph-rest-beta Find more info here */ public function get(?GetStorageAccountsWithSubscriptionIdRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/Snapshots/GetSubscriptions/GetSubscriptionsRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/Snapshots/GetSubscriptions/GetSubscriptionsRequestBuilder.php index 4b30cf09c27..dbd9a8d7f2d 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/Snapshots/GetSubscriptions/GetSubscriptionsRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/Snapshots/GetSubscriptions/GetSubscriptionsRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetSubscriptionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpcsnapshot-getsubscriptions?view=graph-rest-beta Find more info here */ public function get(?GetSubscriptionsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/DeviceManagement/VirtualEndpoint/UserSettings/Item/Assign/AssignRequestBuilder.php b/src/Generated/DeviceManagement/VirtualEndpoint/UserSettings/Item/Assign/AssignRequestBuilder.php index 08495fe1752..46d146a73eb 100644 --- a/src/Generated/DeviceManagement/VirtualEndpoint/UserSettings/Item/Assign/AssignRequestBuilder.php +++ b/src/Generated/DeviceManagement/VirtualEndpoint/UserSettings/Item/Assign/AssignRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AssignRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/cloudpcusersetting-assign?view=graph-rest-beta Find more info here */ public function post(AssignPostRequestBody $body, ?AssignRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Devices/Delta/DeltaRequestBuilder.php b/src/Generated/Devices/Delta/DeltaRequestBuilder.php index 51b84b94122..2e1d2317d67 100644 --- a/src/Generated/Devices/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Devices/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Devices/GetByIds/GetByIdsRequestBuilder.php b/src/Generated/Devices/GetByIds/GetByIdsRequestBuilder.php index 3d5bb8df4c3..8339afae15e 100644 --- a/src/Generated/Devices/GetByIds/GetByIdsRequestBuilder.php +++ b/src/Generated/Devices/GetByIds/GetByIdsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta Find more info here */ public function post(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Devices/GetUserOwnedObjects/GetUserOwnedObjectsRequestBuilder.php b/src/Generated/Devices/GetUserOwnedObjects/GetUserOwnedObjectsRequestBuilder.php index aa9dadbcdf5..9dac13d7ee1 100644 --- a/src/Generated/Devices/GetUserOwnedObjects/GetUserOwnedObjectsRequestBuilder.php +++ b/src/Generated/Devices/GetUserOwnedObjects/GetUserOwnedObjectsRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetUserOwnedObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta Find more info here */ public function post(GetUserOwnedObjectsPostRequestBody $body, ?GetUserOwnedObjectsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Devices/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php b/src/Generated/Devices/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php index 6fc84fdc8a9..0cd4cb40e49 100644 --- a/src/Generated/Devices/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php +++ b/src/Generated/Devices/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta Find more info here */ public function post(CheckMemberGroupsPostRequestBody $body, ?CheckMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Devices/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php b/src/Generated/Devices/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php index 3219e74534e..be41e0211be 100644 --- a/src/Generated/Devices/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php +++ b/src/Generated/Devices/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta Find more info here */ public function post(GetMemberGroupsPostRequestBody $body, ?GetMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Devices/Item/Restore/RestoreRequestBuilder.php b/src/Generated/Devices/Item/Restore/RestoreRequestBuilder.php index 937053e6a1b..39ab7dcbbe3 100644 --- a/src/Generated/Devices/Item/Restore/RestoreRequestBuilder.php +++ b/src/Generated/Devices/Item/Restore/RestoreRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-beta Find more info here */ public function post(?RestoreRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Devices/ValidateProperties/ValidatePropertiesRequestBuilder.php b/src/Generated/Devices/ValidateProperties/ValidatePropertiesRequestBuilder.php index 712b5cef974..f04f8d0a9e9 100644 --- a/src/Generated/Devices/ValidateProperties/ValidatePropertiesRequestBuilder.php +++ b/src/Generated/Devices/ValidateProperties/ValidatePropertiesRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta Find more info here */ public function post(ValidatePropertiesPostRequestBody $body, ?ValidatePropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Directory/AdministrativeUnits/Delta/DeltaRequestBuilder.php b/src/Generated/Directory/AdministrativeUnits/Delta/DeltaRequestBuilder.php index c6fae266310..a151436aa3e 100644 --- a/src/Generated/Directory/AdministrativeUnits/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Directory/AdministrativeUnits/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/administrativeunit-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Directory/AuthenticationMethodDevices/HardwareOathDevices/HardwareOathDevicesRequestBuilder.php b/src/Generated/Directory/AuthenticationMethodDevices/HardwareOathDevices/HardwareOathDevicesRequestBuilder.php index 5d7815a43e8..54e7e269225 100644 --- a/src/Generated/Directory/AuthenticationMethodDevices/HardwareOathDevices/HardwareOathDevicesRequestBuilder.php +++ b/src/Generated/Directory/AuthenticationMethodDevices/HardwareOathDevices/HardwareOathDevicesRequestBuilder.php @@ -67,12 +67,12 @@ public function get(?HardwareOathDevicesRequestBuilderGetRequestConfiguration $r } /** - * Create one or more hardwareOathTokenAuthenticationMethodDevice objects. This API supports two scenarios:- Create the new hardware tokens without assigning to users. You can then assign to a user.- Create and assign any individual hardware tokens to users in the same request. + * Create a new hardwareOathTokenAuthenticationMethodDevice object. This API supports two scenarios:- Create the new hardware token without assigning to a user. You can then assign to a user.- Create and assign a hardware token to a user in the same request. * @param HardwareOathTokenAuthenticationMethodDevice $body The request body * @param HardwareOathDevicesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/authenticationmethoddevice-update?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/authenticationmethoddevice-post-hardwareoathdevices?view=graph-rest-beta Find more info here */ public function post(HardwareOathTokenAuthenticationMethodDevice $body, ?HardwareOathDevicesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -104,7 +104,7 @@ public function toGetRequestInformation(?HardwareOathDevicesRequestBuilderGetReq } /** - * Create one or more hardwareOathTokenAuthenticationMethodDevice objects. This API supports two scenarios:- Create the new hardware tokens without assigning to users. You can then assign to a user.- Create and assign any individual hardware tokens to users in the same request. + * Create a new hardwareOathTokenAuthenticationMethodDevice object. This API supports two scenarios:- Create the new hardware token without assigning to a user. You can then assign to a user.- Create and assign a hardware token to a user in the same request. * @param HardwareOathTokenAuthenticationMethodDevice $body The request body * @param HardwareOathDevicesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Directory/DeletedItems/GetByIds/GetByIdsRequestBuilder.php b/src/Generated/Directory/DeletedItems/GetByIds/GetByIdsRequestBuilder.php index edb9f2588c1..3007eef3b65 100644 --- a/src/Generated/Directory/DeletedItems/GetByIds/GetByIdsRequestBuilder.php +++ b/src/Generated/Directory/DeletedItems/GetByIds/GetByIdsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta Find more info here */ public function post(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Directory/DeletedItems/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php b/src/Generated/Directory/DeletedItems/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php index a3d018e6518..2e49551207a 100644 --- a/src/Generated/Directory/DeletedItems/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php +++ b/src/Generated/Directory/DeletedItems/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta Find more info here */ public function post(CheckMemberGroupsPostRequestBody $body, ?CheckMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Directory/DeletedItems/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php b/src/Generated/Directory/DeletedItems/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php index 0a9a3ec3400..531ded42b71 100644 --- a/src/Generated/Directory/DeletedItems/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php +++ b/src/Generated/Directory/DeletedItems/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta Find more info here */ public function post(GetMemberGroupsPostRequestBody $body, ?GetMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Directory/DeletedItems/Item/Restore/RestoreRequestBuilder.php b/src/Generated/Directory/DeletedItems/Item/Restore/RestoreRequestBuilder.php index f47be906ee9..55467176b46 100644 --- a/src/Generated/Directory/DeletedItems/Item/Restore/RestoreRequestBuilder.php +++ b/src/Generated/Directory/DeletedItems/Item/Restore/RestoreRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-beta Find more info here */ public function post(?RestoreRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Directory/DeletedItems/ValidateProperties/ValidatePropertiesRequestBuilder.php b/src/Generated/Directory/DeletedItems/ValidateProperties/ValidatePropertiesRequestBuilder.php index 278f13c64e6..4dbf436ebd3 100644 --- a/src/Generated/Directory/DeletedItems/ValidateProperties/ValidatePropertiesRequestBuilder.php +++ b/src/Generated/Directory/DeletedItems/ValidateProperties/ValidatePropertiesRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta Find more info here */ public function post(ValidatePropertiesPostRequestBody $body, ?ValidatePropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Directory/FederationConfigurations/AvailableProviderTypes/AvailableProviderTypesRequestBuilder.php b/src/Generated/Directory/FederationConfigurations/AvailableProviderTypes/AvailableProviderTypesRequestBuilder.php index 23a639925b2..ae0cfc7f0aa 100644 --- a/src/Generated/Directory/FederationConfigurations/AvailableProviderTypes/AvailableProviderTypesRequestBuilder.php +++ b/src/Generated/Directory/FederationConfigurations/AvailableProviderTypes/AvailableProviderTypesRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AvailableProviderTypesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-beta Find more info here */ public function get(?AvailableProviderTypesRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Directory/ImpactedResources/Item/Complete/CompleteRequestBuilder.php b/src/Generated/Directory/ImpactedResources/Item/Complete/CompleteRequestBuilder.php index 11725b01957..20d4a2f4d18 100644 --- a/src/Generated/Directory/ImpactedResources/Item/Complete/CompleteRequestBuilder.php +++ b/src/Generated/Directory/ImpactedResources/Item/Complete/CompleteRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CompleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-beta Find more info here */ public function post(?CompleteRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Directory/ImpactedResources/Item/Dismiss/DismissRequestBuilder.php b/src/Generated/Directory/ImpactedResources/Item/Dismiss/DismissRequestBuilder.php index fb6839809ef..562c6a8cf73 100644 --- a/src/Generated/Directory/ImpactedResources/Item/Dismiss/DismissRequestBuilder.php +++ b/src/Generated/Directory/ImpactedResources/Item/Dismiss/DismissRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DismissRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/impactedresource-dismiss?view=graph-rest-beta Find more info here */ public function post(DismissPostRequestBody $body, ?DismissRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Directory/ImpactedResources/Item/Postpone/PostponeRequestBuilder.php b/src/Generated/Directory/ImpactedResources/Item/Postpone/PostponeRequestBuilder.php index c91e0d87b10..59990c95ad7 100644 --- a/src/Generated/Directory/ImpactedResources/Item/Postpone/PostponeRequestBuilder.php +++ b/src/Generated/Directory/ImpactedResources/Item/Postpone/PostponeRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param PostponeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/impactedresource-postpone?view=graph-rest-beta Find more info here */ public function post(PostponePostRequestBody $body, ?PostponeRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Directory/ImpactedResources/Item/Reactivate/ReactivateRequestBuilder.php b/src/Generated/Directory/ImpactedResources/Item/Reactivate/ReactivateRequestBuilder.php index 2f7c78c6179..3c660a473eb 100644 --- a/src/Generated/Directory/ImpactedResources/Item/Reactivate/ReactivateRequestBuilder.php +++ b/src/Generated/Directory/ImpactedResources/Item/Reactivate/ReactivateRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ReactivateRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/impactedresource-reactivate?view=graph-rest-beta Find more info here */ public function post(?ReactivateRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Directory/InboundSharedUserProfiles/Item/ExportPersonalData/ExportPersonalDataRequestBuilder.php b/src/Generated/Directory/InboundSharedUserProfiles/Item/ExportPersonalData/ExportPersonalDataRequestBuilder.php index 97d588132e0..f680cfb92c6 100644 --- a/src/Generated/Directory/InboundSharedUserProfiles/Item/ExportPersonalData/ExportPersonalDataRequestBuilder.php +++ b/src/Generated/Directory/InboundSharedUserProfiles/Item/ExportPersonalData/ExportPersonalDataRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ExportPersonalDataRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/inboundshareduserprofile-exportpersonaldata?view=graph-rest-beta Find more info here */ public function post(ExportPersonalDataPostRequestBody $body, ?ExportPersonalDataRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Directory/InboundSharedUserProfiles/Item/RemovePersonalData/RemovePersonalDataRequestBuilder.php b/src/Generated/Directory/InboundSharedUserProfiles/Item/RemovePersonalData/RemovePersonalDataRequestBuilder.php index 013d10775d5..17004092006 100644 --- a/src/Generated/Directory/InboundSharedUserProfiles/Item/RemovePersonalData/RemovePersonalDataRequestBuilder.php +++ b/src/Generated/Directory/InboundSharedUserProfiles/Item/RemovePersonalData/RemovePersonalDataRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RemovePersonalDataRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/inboundshareduserprofile-removepersonaldata?view=graph-rest-beta Find more info here */ public function post(?RemovePersonalDataRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Directory/OutboundSharedUserProfiles/Item/Tenants/Item/RemovePersonalData/RemovePersonalDataRequestBuilder.php b/src/Generated/Directory/OutboundSharedUserProfiles/Item/Tenants/Item/RemovePersonalData/RemovePersonalDataRequestBuilder.php index b3929f1fb5e..6f94c70453d 100644 --- a/src/Generated/Directory/OutboundSharedUserProfiles/Item/Tenants/Item/RemovePersonalData/RemovePersonalDataRequestBuilder.php +++ b/src/Generated/Directory/OutboundSharedUserProfiles/Item/Tenants/Item/RemovePersonalData/RemovePersonalDataRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RemovePersonalDataRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/tenantreference-removepersonaldata?view=graph-rest-beta Find more info here */ public function post(?RemovePersonalDataRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Directory/PublicKeyInfrastructure/CertificateBasedAuthConfigurations/Item/Upload/UploadRequestBuilder.php b/src/Generated/Directory/PublicKeyInfrastructure/CertificateBasedAuthConfigurations/Item/Upload/UploadRequestBuilder.php index 74c88ba8425..5a74409c4d6 100644 --- a/src/Generated/Directory/PublicKeyInfrastructure/CertificateBasedAuthConfigurations/Item/Upload/UploadRequestBuilder.php +++ b/src/Generated/Directory/PublicKeyInfrastructure/CertificateBasedAuthConfigurations/Item/Upload/UploadRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UploadRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/certificatebasedauthpki-upload?view=graph-rest-beta Find more info here */ public function post(UploadPostRequestBody $body, ?UploadRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Directory/Recommendations/Item/Complete/CompleteRequestBuilder.php b/src/Generated/Directory/Recommendations/Item/Complete/CompleteRequestBuilder.php index d6342cad8db..00f404338c7 100644 --- a/src/Generated/Directory/Recommendations/Item/Complete/CompleteRequestBuilder.php +++ b/src/Generated/Directory/Recommendations/Item/Complete/CompleteRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CompleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/recommendation-complete?view=graph-rest-beta Find more info here */ public function post(?CompleteRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Directory/Recommendations/Item/Dismiss/DismissRequestBuilder.php b/src/Generated/Directory/Recommendations/Item/Dismiss/DismissRequestBuilder.php index 6ce55850497..dc47a8d17a3 100644 --- a/src/Generated/Directory/Recommendations/Item/Dismiss/DismissRequestBuilder.php +++ b/src/Generated/Directory/Recommendations/Item/Dismiss/DismissRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DismissRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/recommendation-dismiss?view=graph-rest-beta Find more info here */ public function post(DismissPostRequestBody $body, ?DismissRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Directory/Recommendations/Item/ImpactedResources/Item/Complete/CompleteRequestBuilder.php b/src/Generated/Directory/Recommendations/Item/ImpactedResources/Item/Complete/CompleteRequestBuilder.php index 063edac3640..2c05879008f 100644 --- a/src/Generated/Directory/Recommendations/Item/ImpactedResources/Item/Complete/CompleteRequestBuilder.php +++ b/src/Generated/Directory/Recommendations/Item/ImpactedResources/Item/Complete/CompleteRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CompleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-beta Find more info here */ public function post(?CompleteRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Directory/Recommendations/Item/ImpactedResources/Item/Dismiss/DismissRequestBuilder.php b/src/Generated/Directory/Recommendations/Item/ImpactedResources/Item/Dismiss/DismissRequestBuilder.php index b8e2d50506d..0f5ece35b6a 100644 --- a/src/Generated/Directory/Recommendations/Item/ImpactedResources/Item/Dismiss/DismissRequestBuilder.php +++ b/src/Generated/Directory/Recommendations/Item/ImpactedResources/Item/Dismiss/DismissRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DismissRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/impactedresource-dismiss?view=graph-rest-beta Find more info here */ public function post(DismissPostRequestBody $body, ?DismissRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Directory/Recommendations/Item/ImpactedResources/Item/Postpone/PostponeRequestBuilder.php b/src/Generated/Directory/Recommendations/Item/ImpactedResources/Item/Postpone/PostponeRequestBuilder.php index e5dc3ee592b..91943008ad7 100644 --- a/src/Generated/Directory/Recommendations/Item/ImpactedResources/Item/Postpone/PostponeRequestBuilder.php +++ b/src/Generated/Directory/Recommendations/Item/ImpactedResources/Item/Postpone/PostponeRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param PostponeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/impactedresource-postpone?view=graph-rest-beta Find more info here */ public function post(PostponePostRequestBody $body, ?PostponeRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Directory/Recommendations/Item/ImpactedResources/Item/Reactivate/ReactivateRequestBuilder.php b/src/Generated/Directory/Recommendations/Item/ImpactedResources/Item/Reactivate/ReactivateRequestBuilder.php index 0435dae352d..2da274123aa 100644 --- a/src/Generated/Directory/Recommendations/Item/ImpactedResources/Item/Reactivate/ReactivateRequestBuilder.php +++ b/src/Generated/Directory/Recommendations/Item/ImpactedResources/Item/Reactivate/ReactivateRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ReactivateRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/impactedresource-reactivate?view=graph-rest-beta Find more info here */ public function post(?ReactivateRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Directory/Recommendations/Item/Postpone/PostponeRequestBuilder.php b/src/Generated/Directory/Recommendations/Item/Postpone/PostponeRequestBuilder.php index 749c477bb9c..aa8d23e1aeb 100644 --- a/src/Generated/Directory/Recommendations/Item/Postpone/PostponeRequestBuilder.php +++ b/src/Generated/Directory/Recommendations/Item/Postpone/PostponeRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param PostponeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/recommendation-postpone?view=graph-rest-beta Find more info here */ public function post(PostponePostRequestBody $body, ?PostponeRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Directory/Recommendations/Item/Reactivate/ReactivateRequestBuilder.php b/src/Generated/Directory/Recommendations/Item/Reactivate/ReactivateRequestBuilder.php index 39233792312..c28f0a67bae 100644 --- a/src/Generated/Directory/Recommendations/Item/Reactivate/ReactivateRequestBuilder.php +++ b/src/Generated/Directory/Recommendations/Item/Reactivate/ReactivateRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ReactivateRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/recommendation-reactivate?view=graph-rest-beta Find more info here */ public function post(?ReactivateRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Directory/Templates/DeviceTemplates/Item/CreateDeviceFromTemplate/CreateDeviceFromTemplateRequestBuilder.php b/src/Generated/Directory/Templates/DeviceTemplates/Item/CreateDeviceFromTemplate/CreateDeviceFromTemplateRequestBuilder.php index 67ebf367993..ee323630339 100644 --- a/src/Generated/Directory/Templates/DeviceTemplates/Item/CreateDeviceFromTemplate/CreateDeviceFromTemplateRequestBuilder.php +++ b/src/Generated/Directory/Templates/DeviceTemplates/Item/CreateDeviceFromTemplate/CreateDeviceFromTemplateRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CreateDeviceFromTemplateRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/devicetemplate-createdevicefromtemplate?view=graph-rest-beta Find more info here */ public function post(CreateDeviceFromTemplatePostRequestBody $body, ?CreateDeviceFromTemplateRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DirectoryObjects/Delta/DeltaRequestBuilder.php b/src/Generated/DirectoryObjects/Delta/DeltaRequestBuilder.php index 8deba8187b9..f3f5466852c 100644 --- a/src/Generated/DirectoryObjects/Delta/DeltaRequestBuilder.php +++ b/src/Generated/DirectoryObjects/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/DirectoryObjects/GetByIds/GetByIdsRequestBuilder.php b/src/Generated/DirectoryObjects/GetByIds/GetByIdsRequestBuilder.php index 861aef8e507..7770761d110 100644 --- a/src/Generated/DirectoryObjects/GetByIds/GetByIdsRequestBuilder.php +++ b/src/Generated/DirectoryObjects/GetByIds/GetByIdsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta Find more info here */ public function post(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DirectoryObjects/GetUserOwnedObjects/GetUserOwnedObjectsRequestBuilder.php b/src/Generated/DirectoryObjects/GetUserOwnedObjects/GetUserOwnedObjectsRequestBuilder.php index ced0c072956..4a3dab66aa4 100644 --- a/src/Generated/DirectoryObjects/GetUserOwnedObjects/GetUserOwnedObjectsRequestBuilder.php +++ b/src/Generated/DirectoryObjects/GetUserOwnedObjects/GetUserOwnedObjectsRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetUserOwnedObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta Find more info here */ public function post(GetUserOwnedObjectsPostRequestBody $body, ?GetUserOwnedObjectsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DirectoryObjects/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php b/src/Generated/DirectoryObjects/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php index da0ac9c32c3..c7f9fe39ebd 100644 --- a/src/Generated/DirectoryObjects/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php +++ b/src/Generated/DirectoryObjects/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta Find more info here */ public function post(CheckMemberGroupsPostRequestBody $body, ?CheckMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DirectoryObjects/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php b/src/Generated/DirectoryObjects/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php index 78d99004675..b61424a1e6c 100644 --- a/src/Generated/DirectoryObjects/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php +++ b/src/Generated/DirectoryObjects/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta Find more info here */ public function post(GetMemberGroupsPostRequestBody $body, ?GetMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DirectoryObjects/Item/Restore/RestoreRequestBuilder.php b/src/Generated/DirectoryObjects/Item/Restore/RestoreRequestBuilder.php index 9b32d860a7e..91f9d37049a 100644 --- a/src/Generated/DirectoryObjects/Item/Restore/RestoreRequestBuilder.php +++ b/src/Generated/DirectoryObjects/Item/Restore/RestoreRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-beta Find more info here */ public function post(?RestoreRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/DirectoryObjects/ValidateProperties/ValidatePropertiesRequestBuilder.php b/src/Generated/DirectoryObjects/ValidateProperties/ValidatePropertiesRequestBuilder.php index 931679cb0ba..2181e0db022 100644 --- a/src/Generated/DirectoryObjects/ValidateProperties/ValidatePropertiesRequestBuilder.php +++ b/src/Generated/DirectoryObjects/ValidateProperties/ValidatePropertiesRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta Find more info here */ public function post(ValidatePropertiesPostRequestBody $body, ?ValidatePropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DirectoryRoleTemplates/Delta/DeltaRequestBuilder.php b/src/Generated/DirectoryRoleTemplates/Delta/DeltaRequestBuilder.php index 51a78b40def..285e0c4fc8e 100644 --- a/src/Generated/DirectoryRoleTemplates/Delta/DeltaRequestBuilder.php +++ b/src/Generated/DirectoryRoleTemplates/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/DirectoryRoleTemplates/GetByIds/GetByIdsRequestBuilder.php b/src/Generated/DirectoryRoleTemplates/GetByIds/GetByIdsRequestBuilder.php index ffa91958e7f..2fd547bbae1 100644 --- a/src/Generated/DirectoryRoleTemplates/GetByIds/GetByIdsRequestBuilder.php +++ b/src/Generated/DirectoryRoleTemplates/GetByIds/GetByIdsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta Find more info here */ public function post(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DirectoryRoleTemplates/GetUserOwnedObjects/GetUserOwnedObjectsRequestBuilder.php b/src/Generated/DirectoryRoleTemplates/GetUserOwnedObjects/GetUserOwnedObjectsRequestBuilder.php index a88f7660254..9f7a085bbf3 100644 --- a/src/Generated/DirectoryRoleTemplates/GetUserOwnedObjects/GetUserOwnedObjectsRequestBuilder.php +++ b/src/Generated/DirectoryRoleTemplates/GetUserOwnedObjects/GetUserOwnedObjectsRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetUserOwnedObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta Find more info here */ public function post(GetUserOwnedObjectsPostRequestBody $body, ?GetUserOwnedObjectsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DirectoryRoleTemplates/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php b/src/Generated/DirectoryRoleTemplates/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php index 16fc2ed18f9..7c1404d9521 100644 --- a/src/Generated/DirectoryRoleTemplates/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php +++ b/src/Generated/DirectoryRoleTemplates/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta Find more info here */ public function post(CheckMemberGroupsPostRequestBody $body, ?CheckMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DirectoryRoleTemplates/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php b/src/Generated/DirectoryRoleTemplates/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php index bf8e583b569..a4875d31243 100644 --- a/src/Generated/DirectoryRoleTemplates/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php +++ b/src/Generated/DirectoryRoleTemplates/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta Find more info here */ public function post(GetMemberGroupsPostRequestBody $body, ?GetMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DirectoryRoleTemplates/Item/Restore/RestoreRequestBuilder.php b/src/Generated/DirectoryRoleTemplates/Item/Restore/RestoreRequestBuilder.php index f500cc80637..c426a4278ed 100644 --- a/src/Generated/DirectoryRoleTemplates/Item/Restore/RestoreRequestBuilder.php +++ b/src/Generated/DirectoryRoleTemplates/Item/Restore/RestoreRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-beta Find more info here */ public function post(?RestoreRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/DirectoryRoleTemplates/ValidateProperties/ValidatePropertiesRequestBuilder.php b/src/Generated/DirectoryRoleTemplates/ValidateProperties/ValidatePropertiesRequestBuilder.php index e95fa1e03d0..726a5c6821b 100644 --- a/src/Generated/DirectoryRoleTemplates/ValidateProperties/ValidatePropertiesRequestBuilder.php +++ b/src/Generated/DirectoryRoleTemplates/ValidateProperties/ValidatePropertiesRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta Find more info here */ public function post(ValidatePropertiesPostRequestBody $body, ?ValidatePropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DirectoryRoles/Delta/DeltaRequestBuilder.php b/src/Generated/DirectoryRoles/Delta/DeltaRequestBuilder.php index d07b88e5b9d..ac5b43c6f8d 100644 --- a/src/Generated/DirectoryRoles/Delta/DeltaRequestBuilder.php +++ b/src/Generated/DirectoryRoles/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryrole-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/DirectoryRoles/GetByIds/GetByIdsRequestBuilder.php b/src/Generated/DirectoryRoles/GetByIds/GetByIdsRequestBuilder.php index cd824bdb7f4..965b37690b8 100644 --- a/src/Generated/DirectoryRoles/GetByIds/GetByIdsRequestBuilder.php +++ b/src/Generated/DirectoryRoles/GetByIds/GetByIdsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta Find more info here */ public function post(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DirectoryRoles/GetUserOwnedObjects/GetUserOwnedObjectsRequestBuilder.php b/src/Generated/DirectoryRoles/GetUserOwnedObjects/GetUserOwnedObjectsRequestBuilder.php index 889d5e5359d..b1f2badd5c4 100644 --- a/src/Generated/DirectoryRoles/GetUserOwnedObjects/GetUserOwnedObjectsRequestBuilder.php +++ b/src/Generated/DirectoryRoles/GetUserOwnedObjects/GetUserOwnedObjectsRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetUserOwnedObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta Find more info here */ public function post(GetUserOwnedObjectsPostRequestBody $body, ?GetUserOwnedObjectsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DirectoryRoles/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php b/src/Generated/DirectoryRoles/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php index 779ebbb9a71..61549c23cf9 100644 --- a/src/Generated/DirectoryRoles/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php +++ b/src/Generated/DirectoryRoles/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta Find more info here */ public function post(CheckMemberGroupsPostRequestBody $body, ?CheckMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DirectoryRoles/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php b/src/Generated/DirectoryRoles/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php index f1985c9f15a..977256b910d 100644 --- a/src/Generated/DirectoryRoles/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php +++ b/src/Generated/DirectoryRoles/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta Find more info here */ public function post(GetMemberGroupsPostRequestBody $body, ?GetMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DirectoryRoles/Item/Restore/RestoreRequestBuilder.php b/src/Generated/DirectoryRoles/Item/Restore/RestoreRequestBuilder.php index f295036a576..034a30761fc 100644 --- a/src/Generated/DirectoryRoles/Item/Restore/RestoreRequestBuilder.php +++ b/src/Generated/DirectoryRoles/Item/Restore/RestoreRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-beta Find more info here */ public function post(?RestoreRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/DirectoryRoles/ValidateProperties/ValidatePropertiesRequestBuilder.php b/src/Generated/DirectoryRoles/ValidateProperties/ValidatePropertiesRequestBuilder.php index 77662edb365..fce6c487e2b 100644 --- a/src/Generated/DirectoryRoles/ValidateProperties/ValidatePropertiesRequestBuilder.php +++ b/src/Generated/DirectoryRoles/ValidateProperties/ValidatePropertiesRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta Find more info here */ public function post(ValidatePropertiesPostRequestBody $body, ?ValidatePropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DirectorySettingTemplates/Delta/DeltaRequestBuilder.php b/src/Generated/DirectorySettingTemplates/Delta/DeltaRequestBuilder.php index ac7d7564140..cf3d1992481 100644 --- a/src/Generated/DirectorySettingTemplates/Delta/DeltaRequestBuilder.php +++ b/src/Generated/DirectorySettingTemplates/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/DirectorySettingTemplates/GetByIds/GetByIdsRequestBuilder.php b/src/Generated/DirectorySettingTemplates/GetByIds/GetByIdsRequestBuilder.php index 9a41c3468cb..e3613883794 100644 --- a/src/Generated/DirectorySettingTemplates/GetByIds/GetByIdsRequestBuilder.php +++ b/src/Generated/DirectorySettingTemplates/GetByIds/GetByIdsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta Find more info here */ public function post(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DirectorySettingTemplates/GetUserOwnedObjects/GetUserOwnedObjectsRequestBuilder.php b/src/Generated/DirectorySettingTemplates/GetUserOwnedObjects/GetUserOwnedObjectsRequestBuilder.php index 36813b51eec..0289ba1e210 100644 --- a/src/Generated/DirectorySettingTemplates/GetUserOwnedObjects/GetUserOwnedObjectsRequestBuilder.php +++ b/src/Generated/DirectorySettingTemplates/GetUserOwnedObjects/GetUserOwnedObjectsRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetUserOwnedObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta Find more info here */ public function post(GetUserOwnedObjectsPostRequestBody $body, ?GetUserOwnedObjectsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DirectorySettingTemplates/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php b/src/Generated/DirectorySettingTemplates/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php index a67c643b3b0..cd206b1fc51 100644 --- a/src/Generated/DirectorySettingTemplates/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php +++ b/src/Generated/DirectorySettingTemplates/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta Find more info here */ public function post(CheckMemberGroupsPostRequestBody $body, ?CheckMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DirectorySettingTemplates/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php b/src/Generated/DirectorySettingTemplates/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php index c4d4a72dfd1..af5d4b0a17b 100644 --- a/src/Generated/DirectorySettingTemplates/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php +++ b/src/Generated/DirectorySettingTemplates/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta Find more info here */ public function post(GetMemberGroupsPostRequestBody $body, ?GetMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/DirectorySettingTemplates/Item/Restore/RestoreRequestBuilder.php b/src/Generated/DirectorySettingTemplates/Item/Restore/RestoreRequestBuilder.php index 783e09ca211..2dbebe93ef4 100644 --- a/src/Generated/DirectorySettingTemplates/Item/Restore/RestoreRequestBuilder.php +++ b/src/Generated/DirectorySettingTemplates/Item/Restore/RestoreRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-beta Find more info here */ public function post(?RestoreRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/DirectorySettingTemplates/ValidateProperties/ValidatePropertiesRequestBuilder.php b/src/Generated/DirectorySettingTemplates/ValidateProperties/ValidatePropertiesRequestBuilder.php index d59e0f841d5..1f088d18bd0 100644 --- a/src/Generated/DirectorySettingTemplates/ValidateProperties/ValidatePropertiesRequestBuilder.php +++ b/src/Generated/DirectorySettingTemplates/ValidateProperties/ValidatePropertiesRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta Find more info here */ public function post(ValidatePropertiesPostRequestBody $body, ?ValidatePropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Domains/Item/ForceDelete/ForceDeleteRequestBuilder.php b/src/Generated/Domains/Item/ForceDelete/ForceDeleteRequestBuilder.php index e0370a26e22..fc29ab81435 100644 --- a/src/Generated/Domains/Item/ForceDelete/ForceDeleteRequestBuilder.php +++ b/src/Generated/Domains/Item/ForceDelete/ForceDeleteRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ForceDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/domain-forcedelete?view=graph-rest-beta Find more info here */ public function post(ForceDeletePostRequestBody $body, ?ForceDeleteRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Domains/Item/Promote/PromoteRequestBuilder.php b/src/Generated/Domains/Item/Promote/PromoteRequestBuilder.php index 15fcbcca1cc..a071cc8cb2a 100644 --- a/src/Generated/Domains/Item/Promote/PromoteRequestBuilder.php +++ b/src/Generated/Domains/Item/Promote/PromoteRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param PromoteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/domain-promote?view=graph-rest-beta Find more info here */ public function post(?PromoteRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Domains/Item/Verify/VerifyRequestBuilder.php b/src/Generated/Domains/Item/Verify/VerifyRequestBuilder.php index 4793b2dc966..325924602ea 100644 --- a/src/Generated/Domains/Item/Verify/VerifyRequestBuilder.php +++ b/src/Generated/Domains/Item/Verify/VerifyRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param VerifyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-beta Find more info here */ public function post(?VerifyRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/EscapedList/ContentTypes/AddCopy/AddCopyRequestBuilder.php b/src/Generated/Drives/Item/EscapedList/ContentTypes/AddCopy/AddCopyRequestBuilder.php index 8abde36e78e..d47dfbcac38 100644 --- a/src/Generated/Drives/Item/EscapedList/ContentTypes/AddCopy/AddCopyRequestBuilder.php +++ b/src/Generated/Drives/Item/EscapedList/ContentTypes/AddCopy/AddCopyRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AddCopyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta Find more info here */ public function post(AddCopyPostRequestBody $body, ?AddCopyRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/EscapedList/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.php b/src/Generated/Drives/Item/EscapedList/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.php index 481ec3261b7..dbbc6bead4b 100644 --- a/src/Generated/Drives/Item/EscapedList/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.php +++ b/src/Generated/Drives/Item/EscapedList/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AddCopyFromContentTypeHubRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta Find more info here */ public function post(AddCopyFromContentTypeHubPostRequestBody $body, ?AddCopyFromContentTypeHubRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/EscapedList/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.php b/src/Generated/Drives/Item/EscapedList/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.php index f2ca481476c..400f39ee688 100644 --- a/src/Generated/Drives/Item/EscapedList/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.php +++ b/src/Generated/Drives/Item/EscapedList/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetCompatibleHubContentTypesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta Find more info here */ public function get(?GetCompatibleHubContentTypesRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.php b/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.php index 35d6cacde1d..be525e9e2e3 100644 --- a/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.php +++ b/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AssociateWithHubSitesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta Find more info here */ public function post(AssociateWithHubSitesPostRequestBody $body, ?AssociateWithHubSitesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.php b/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.php index 0dffe700d8f..9a4af16d71a 100644 --- a/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.php +++ b/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CopyToDefaultContentLocationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta Find more info here */ public function post(CopyToDefaultContentLocationPostRequestBody $body, ?CopyToDefaultContentLocationRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.php b/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.php index bdc01bc6fd1..c6c2b1de403 100644 --- a/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.php +++ b/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param IsPublishedRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta Find more info here */ public function get(?IsPublishedRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/Publish/PublishRequestBuilder.php b/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/Publish/PublishRequestBuilder.php index 9b56d8d6986..cbef045836c 100644 --- a/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/Publish/PublishRequestBuilder.php +++ b/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/Publish/PublishRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param PublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta Find more info here */ public function post(?PublishRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.php b/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.php index 16ee115c2e9..805977e7b2f 100644 --- a/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.php +++ b/src/Generated/Drives/Item/EscapedList/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UnpublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta Find more info here */ public function post(?UnpublishRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/EscapedList/Items/Delta/DeltaRequestBuilder.php b/src/Generated/Drives/Item/EscapedList/Items/Delta/DeltaRequestBuilder.php index 257a45ac1a9..e20d317f978 100644 --- a/src/Generated/Drives/Item/EscapedList/Items/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Drives/Item/EscapedList/Items/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/EscapedList/Items/Item/CreateLink/CreateLinkRequestBuilder.php b/src/Generated/Drives/Item/EscapedList/Items/Item/CreateLink/CreateLinkRequestBuilder.php index 7526d055510..a86a0a39018 100644 --- a/src/Generated/Drives/Item/EscapedList/Items/Item/CreateLink/CreateLinkRequestBuilder.php +++ b/src/Generated/Drives/Item/EscapedList/Items/Item/CreateLink/CreateLinkRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CreateLinkRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta Find more info here */ public function post(CreateLinkPostRequestBody $body, ?CreateLinkRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/EscapedList/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.php b/src/Generated/Drives/Item/EscapedList/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.php index 9c71f4b6a62..ae06cdac515 100644 --- a/src/Generated/Drives/Item/EscapedList/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.php +++ b/src/Generated/Drives/Item/EscapedList/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta Find more info here */ public function post(?RestoreRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/EscapedList/Items/Item/Permissions/Item/Grant/GrantRequestBuilder.php b/src/Generated/Drives/Item/EscapedList/Items/Item/Permissions/Item/Grant/GrantRequestBuilder.php index 791f3c19d79..299af0440b9 100644 --- a/src/Generated/Drives/Item/EscapedList/Items/Item/Permissions/Item/Grant/GrantRequestBuilder.php +++ b/src/Generated/Drives/Item/EscapedList/Items/Item/Permissions/Item/Grant/GrantRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GrantRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta Find more info here */ public function post(GrantPostRequestBody $body, ?GrantRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/EscapedList/Items/Item/Permissions/Item/RevokeGrants/RevokeGrantsRequestBuilder.php b/src/Generated/Drives/Item/EscapedList/Items/Item/Permissions/Item/RevokeGrants/RevokeGrantsRequestBuilder.php index bc18d52f769..4332ca2c65f 100644 --- a/src/Generated/Drives/Item/EscapedList/Items/Item/Permissions/Item/RevokeGrants/RevokeGrantsRequestBuilder.php +++ b/src/Generated/Drives/Item/EscapedList/Items/Item/Permissions/Item/RevokeGrants/RevokeGrantsRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RevokeGrantsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta Find more info here */ public function post(RevokeGrantsPostRequestBody $body, ?RevokeGrantsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/EscapedList/Permissions/Item/Grant/GrantRequestBuilder.php b/src/Generated/Drives/Item/EscapedList/Permissions/Item/Grant/GrantRequestBuilder.php index f9831ac5b67..9944cd7f2f5 100644 --- a/src/Generated/Drives/Item/EscapedList/Permissions/Item/Grant/GrantRequestBuilder.php +++ b/src/Generated/Drives/Item/EscapedList/Permissions/Item/Grant/GrantRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GrantRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta Find more info here */ public function post(GrantPostRequestBody $body, ?GrantRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/EscapedList/Permissions/Item/RevokeGrants/RevokeGrantsRequestBuilder.php b/src/Generated/Drives/Item/EscapedList/Permissions/Item/RevokeGrants/RevokeGrantsRequestBuilder.php index fb6318e2121..88ffdf9721d 100644 --- a/src/Generated/Drives/Item/EscapedList/Permissions/Item/RevokeGrants/RevokeGrantsRequestBuilder.php +++ b/src/Generated/Drives/Item/EscapedList/Permissions/Item/RevokeGrants/RevokeGrantsRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RevokeGrantsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta Find more info here */ public function post(RevokeGrantsPostRequestBody $body, ?RevokeGrantsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/EscapedList/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.php b/src/Generated/Drives/Item/EscapedList/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.php index e8b94a1cfd5..d8577bde5af 100644 --- a/src/Generated/Drives/Item/EscapedList/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.php +++ b/src/Generated/Drives/Item/EscapedList/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ReauthorizeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta Find more info here */ public function post(?ReauthorizeRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Checkin/CheckinRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Checkin/CheckinRequestBuilder.php index 0906462c0ae..a3a32186a33 100644 --- a/src/Generated/Drives/Item/Items/Item/Checkin/CheckinRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Checkin/CheckinRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CheckinRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta Find more info here */ public function post(CheckinPostRequestBody $body, ?CheckinRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Checkout/CheckoutRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Checkout/CheckoutRequestBuilder.php index b93cd78f0d4..5eaa8039249 100644 --- a/src/Generated/Drives/Item/Items/Item/Checkout/CheckoutRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Checkout/CheckoutRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CheckoutRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta Find more info here */ public function post(?CheckoutRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Copy/CopyRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Copy/CopyRequestBuilder.php index 29a9f2afa30..9b43142f53b 100644 --- a/src/Generated/Drives/Item/Items/Item/Copy/CopyRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Copy/CopyRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CopyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta Find more info here */ public function post(CopyPostRequestBody $body, ?CopyRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/CreateLink/CreateLinkRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/CreateLink/CreateLinkRequestBuilder.php index 610744ddba4..98079349614 100644 --- a/src/Generated/Drives/Item/Items/Item/CreateLink/CreateLinkRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/CreateLink/CreateLinkRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CreateLinkRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta Find more info here */ public function post(CreateLinkPostRequestBody $body, ?CreateLinkRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Delta/DeltaRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Delta/DeltaRequestBuilder.php index 709c4a0de9e..867333040bf 100644 --- a/src/Generated/Drives/Item/Items/Item/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/DiscardCheckout/DiscardCheckoutRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/DiscardCheckout/DiscardCheckoutRequestBuilder.php index b80f8dfc232..77cad5bb1a2 100644 --- a/src/Generated/Drives/Item/Items/Item/DiscardCheckout/DiscardCheckoutRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/DiscardCheckout/DiscardCheckoutRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DiscardCheckoutRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta Find more info here */ public function post(?DiscardCheckoutRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Follow/FollowRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Follow/FollowRequestBuilder.php index 1019f5d3f85..c27f29a1cfc 100644 --- a/src/Generated/Drives/Item/Items/Item/Follow/FollowRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Follow/FollowRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param FollowRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta Find more info here */ public function post(?FollowRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.php index 95df527826c..5600a0ced2a 100644 --- a/src/Generated/Drives/Item/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithInterval/GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilder.php @@ -41,6 +41,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta Find more info here */ public function get(?GetActivitiesByIntervalWithStartDateTimeWithEndDateTimeWithIntervalRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Invite/InviteRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Invite/InviteRequestBuilder.php index 44bfd1523b7..ff61784b331 100644 --- a/src/Generated/Drives/Item/Items/Item/Invite/InviteRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Invite/InviteRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param InviteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta Find more info here */ public function post(InvitePostRequestBody $body, ?InviteRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Permissions/Item/Grant/GrantRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Permissions/Item/Grant/GrantRequestBuilder.php index 37f70c59e99..b778a79e8c8 100644 --- a/src/Generated/Drives/Item/Items/Item/Permissions/Item/Grant/GrantRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Permissions/Item/Grant/GrantRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GrantRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta Find more info here */ public function post(GrantPostRequestBody $body, ?GrantRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Permissions/Item/RevokeGrants/RevokeGrantsRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Permissions/Item/RevokeGrants/RevokeGrantsRequestBuilder.php index 03461d24e95..cf5265f6df3 100644 --- a/src/Generated/Drives/Item/Items/Item/Permissions/Item/RevokeGrants/RevokeGrantsRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Permissions/Item/RevokeGrants/RevokeGrantsRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RevokeGrantsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta Find more info here */ public function post(RevokeGrantsPostRequestBody $body, ?RevokeGrantsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Restore/RestoreRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Restore/RestoreRequestBuilder.php index e6ed8dfd90e..34224bb6139 100644 --- a/src/Generated/Drives/Item/Items/Item/Restore/RestoreRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Restore/RestoreRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta Find more info here */ public function post(RestorePostRequestBody $body, ?RestoreRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/SearchWithQ/SearchWithQRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/SearchWithQ/SearchWithQRequestBuilder.php index ca55a9ed004..f6a1b05a08b 100644 --- a/src/Generated/Drives/Item/Items/Item/SearchWithQ/SearchWithQRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/SearchWithQ/SearchWithQRequestBuilder.php @@ -37,6 +37,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SearchWithQRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta Find more info here */ public function get(?SearchWithQRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.php index 20457e6ad39..9c4aeec522b 100644 --- a/src/Generated/Drives/Item/Items/Item/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ReauthorizeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta Find more info here */ public function post(?ReauthorizeRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Unfollow/UnfollowRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Unfollow/UnfollowRequestBuilder.php index 41f47e5a89f..b06ce73fac7 100644 --- a/src/Generated/Drives/Item/Items/Item/Unfollow/UnfollowRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Unfollow/UnfollowRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UnfollowRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta Find more info here */ public function post(?UnfollowRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.php index 422038d995d..1ef93a6068f 100644 --- a/src/Generated/Drives/Item/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Versions/Item/RestoreVersion/RestoreVersionRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RestoreVersionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta Find more info here */ public function post(?RestoreVersionRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Application/Calculate/CalculateRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Application/Calculate/CalculateRequestBuilder.php index 9e5d7e3ff84..f3e727588b2 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Application/Calculate/CalculateRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Application/Calculate/CalculateRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CalculateRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/workbookapplication-calculate?view=graph-rest-beta Find more info here */ public function post(CalculatePostRequestBody $body, ?CalculateRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/CloseSession/CloseSessionRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/CloseSession/CloseSessionRequestBuilder.php index 8e14e5c1a5b..c14c6e711f8 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/CloseSession/CloseSessionRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/CloseSession/CloseSessionRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CloseSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/workbook-closesession?view=graph-rest-beta Find more info here */ public function post(?CloseSessionRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/CreateSession/CreateSessionRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/CreateSession/CreateSessionRequestBuilder.php index 4753b82422c..9529ce84bf0 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/CreateSession/CreateSessionRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/CreateSession/CreateSessionRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CreateSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/workbook-createsession?view=graph-rest-beta Find more info here */ public function post(CreateSessionPostRequestBody $body, ?CreateSessionRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Names/Add/AddRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Names/Add/AddRequestBuilder.php index 267325a1a46..7b05bfbd87d 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Names/Add/AddRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Names/Add/AddRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/nameditem-add?view=graph-rest-beta Find more info here */ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Names/AddFormulaLocal/AddFormulaLocalRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Names/AddFormulaLocal/AddFormulaLocalRequestBuilder.php index 626bcbad1b3..4e41a2400ba 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Names/AddFormulaLocal/AddFormulaLocalRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Names/AddFormulaLocal/AddFormulaLocalRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AddFormulaLocalRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/nameditem-addformulalocal?view=graph-rest-beta Find more info here */ public function post(AddFormulaLocalPostRequestBody $body, ?AddFormulaLocalRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Names/Item/Range/RangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Names/Item/Range/RangeRequestBuilder.php index d08b6761c58..fff3ff6a884 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Names/Item/Range/RangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Names/Item/Range/RangeRequestBuilder.php @@ -241,10 +241,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. + * Retrieve the properties and relationships of range object. * @param RangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/range-get?view=graph-rest-beta Find more info here */ public function get(?RangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -311,7 +312,7 @@ public function rowWithRow(int $row): RowWithRowRequestBuilder { } /** - * Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. + * Retrieve the properties and relationships of range object. * @param RangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/RefreshSession/RefreshSessionRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/RefreshSession/RefreshSessionRequestBuilder.php index b823fa2bd9e..3a29bc3ef63 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/RefreshSession/RefreshSessionRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/RefreshSession/RefreshSessionRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RefreshSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/workbook-refreshsession?view=graph-rest-beta Find more info here */ public function post(?RefreshSessionRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Add/AddRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Add/AddRequestBuilder.php index 846dd1c6605..e08b72b5239 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Add/AddRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Add/AddRequestBuilder.php @@ -31,11 +31,12 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is thrown. + * Use this API to create a new Table. * @param AddPostRequestBody $body The request body * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/workbook-post-tables?view=graph-rest-beta Find more info here */ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -46,7 +47,7 @@ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConf } /** - * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is thrown. + * Use this API to create a new Table. * @param AddPostRequestBody $body The request body * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/ClearFilters/ClearFiltersRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/ClearFilters/ClearFiltersRequestBuilder.php index 3032fbb4c95..44b0fc13f42 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/ClearFilters/ClearFiltersRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/ClearFilters/ClearFiltersRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ClearFiltersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/table-clearfilters?view=graph-rest-beta Find more info here */ public function post(?ClearFiltersRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Add/AddRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Add/AddRequestBuilder.php index f6fe955db5d..4202be3a99d 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Add/AddRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Add/AddRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/tablecolumncollection-add?view=graph-rest-beta Find more info here */ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/DataBodyRange/DataBodyRangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/DataBodyRange/DataBodyRangeRequestBuilder.php index 9b02c3fa502..080cb42702e 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/DataBodyRange/DataBodyRangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/DataBodyRange/DataBodyRangeRequestBuilder.php @@ -245,6 +245,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DataBodyRangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/tablecolumn-databodyrange?view=graph-rest-beta Find more info here */ public function get(?DataBodyRangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/Apply/ApplyRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/Apply/ApplyRequestBuilder.php index 679b35a079b..7e18c1f2aeb 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/Apply/ApplyRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/Apply/ApplyRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ApplyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/filter-apply?view=graph-rest-beta Find more info here */ public function post(ApplyPostRequestBody $body, ?ApplyRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/Clear/ClearRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/Clear/ClearRequestBuilder.php index a185b5a61b0..66597a01f13 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/Clear/ClearRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Filter/Clear/ClearRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ClearRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/filter-clear?view=graph-rest-beta Find more info here */ public function post(?ClearRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.php index 64d4e04bc1c..c13226aee0c 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.php @@ -245,6 +245,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param HeaderRowRangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/tablecolumn-headerrowrange?view=graph-rest-beta Find more info here */ public function get(?HeaderRowRangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Range/RangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Range/RangeRequestBuilder.php index 2ee44d01273..019f56ad81a 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Range/RangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/Range/RangeRequestBuilder.php @@ -245,6 +245,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/tablecolumn-range?view=graph-rest-beta Find more info here */ public function get(?RangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/TotalRowRange/TotalRowRangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/TotalRowRange/TotalRowRangeRequestBuilder.php index ffcc995383d..9686384bc2a 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/TotalRowRange/TotalRowRangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/Item/TotalRowRange/TotalRowRangeRequestBuilder.php @@ -245,6 +245,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param TotalRowRangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/tablecolumn-totalrowrange?view=graph-rest-beta Find more info here */ public function get(?TotalRowRangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.php index a6b913fa0cd..6ba3331da42 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DataBodyRangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/tablecolumn-databodyrange?view=graph-rest-beta Find more info here */ public function get(?DataBodyRangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.php index 26cc367fce9..b3ac45790e2 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param HeaderRowRangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/tablecolumn-headerrowrange?view=graph-rest-beta Find more info here */ public function get(?HeaderRowRangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.php index 8ae785a0e04..bb865f39397 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.php @@ -78,6 +78,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ItemAtWithIndexRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/tablecolumncollection-itemat?view=graph-rest-beta Find more info here */ public function get(?ItemAtWithIndexRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/Range/RangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/Range/RangeRequestBuilder.php index 4870e4e9ced..c04cd6bbe9d 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/Range/RangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/Range/RangeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/tablecolumn-range?view=graph-rest-beta Find more info here */ public function get(?RangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.php index 1b66b401f0d..8d2dbcd73aa 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Columns/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param TotalRowRangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/tablecolumn-totalrowrange?view=graph-rest-beta Find more info here */ public function get(?TotalRowRangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/ConvertToRange/ConvertToRangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/ConvertToRange/ConvertToRangeRequestBuilder.php index 0f71f2fb8ec..ca4ccc28b34 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/ConvertToRange/ConvertToRangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/ConvertToRange/ConvertToRangeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ConvertToRangeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/table-converttorange?view=graph-rest-beta Find more info here */ public function post(?ConvertToRangeRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/DataBodyRange/DataBodyRangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/DataBodyRange/DataBodyRangeRequestBuilder.php index 12376ef7d97..a6b7e33e82c 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/DataBodyRange/DataBodyRangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/DataBodyRange/DataBodyRangeRequestBuilder.php @@ -245,6 +245,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DataBodyRangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/table-databodyrange?view=graph-rest-beta Find more info here */ public function get(?DataBodyRangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.php index 40342f49bf0..c6d0bf9e359 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.php @@ -245,6 +245,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param HeaderRowRangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/table-headerrowrange?view=graph-rest-beta Find more info here */ public function get(?HeaderRowRangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Range/RangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Range/RangeRequestBuilder.php index 2594330c0b0..e6808694328 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Range/RangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Range/RangeRequestBuilder.php @@ -245,6 +245,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/table-range?view=graph-rest-beta Find more info here */ public function get(?RangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/ReapplyFilters/ReapplyFiltersRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/ReapplyFilters/ReapplyFiltersRequestBuilder.php index 5f76b48510b..7407819d10c 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/ReapplyFilters/ReapplyFiltersRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/ReapplyFilters/ReapplyFiltersRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ReapplyFiltersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/table-reapplyfilters?view=graph-rest-beta Find more info here */ public function post(?ReapplyFiltersRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Add/AddRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Add/AddRequestBuilder.php index 436b9913d4d..c3decc8cbab 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Add/AddRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Add/AddRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/tablerowcollection-add?view=graph-rest-beta Find more info here */ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Item/Range/RangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Item/Range/RangeRequestBuilder.php index d1f7430a180..65dea2e1d1b 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Item/Range/RangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/Item/Range/RangeRequestBuilder.php @@ -245,6 +245,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/tablerow-range?view=graph-rest-beta Find more info here */ public function get(?RangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.php index 1a543838f9d..eca48f1e6a5 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.php @@ -46,6 +46,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ItemAtWithIndexRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/tablerowcollection-itemat?view=graph-rest-beta Find more info here */ public function get(?ItemAtWithIndexRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/ItemAtWithIndex/Range/RangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/ItemAtWithIndex/Range/RangeRequestBuilder.php index 1691a32fc5d..eeae95d5af4 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/ItemAtWithIndex/Range/RangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Rows/ItemAtWithIndex/Range/RangeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/tablerow-range?view=graph-rest-beta Find more info here */ public function get(?RangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Apply/ApplyRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Apply/ApplyRequestBuilder.php index 5dab995ce34..c792777432f 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Apply/ApplyRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Apply/ApplyRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ApplyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/tablesort-apply?view=graph-rest-beta Find more info here */ public function post(ApplyPostRequestBody $body, ?ApplyRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Clear/ClearRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Clear/ClearRequestBuilder.php index 3b8a3b6d6f6..18d7d302a49 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Clear/ClearRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Clear/ClearRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ClearRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/tablesort-clear?view=graph-rest-beta Find more info here */ public function post(?ClearRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Reapply/ReapplyRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Reapply/ReapplyRequestBuilder.php index 5fa2c356fcc..08902b31a16 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Reapply/ReapplyRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/Sort/Reapply/ReapplyRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ReapplyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/tablesort-reapply?view=graph-rest-beta Find more info here */ public function post(?ReapplyRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/TotalRowRange/TotalRowRangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/TotalRowRange/TotalRowRangeRequestBuilder.php index e443321faf9..6e986dad75f 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/TotalRowRange/TotalRowRangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/Item/TotalRowRange/TotalRowRangeRequestBuilder.php @@ -245,6 +245,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param TotalRowRangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/table-totalrowrange?view=graph-rest-beta Find more info here */ public function get(?TotalRowRangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/ClearFilters/ClearFiltersRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/ClearFilters/ClearFiltersRequestBuilder.php index 080367aa717..d9abadaa196 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/ClearFilters/ClearFiltersRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/ClearFilters/ClearFiltersRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ClearFiltersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/table-clearfilters?view=graph-rest-beta Find more info here */ public function post(?ClearFiltersRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Columns/ColumnsRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Columns/ColumnsRequestBuilder.php index b1004663dd7..a64420e37e7 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Columns/ColumnsRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Columns/ColumnsRequestBuilder.php @@ -23,7 +23,7 @@ class ColumnsRequestBuilder extends BaseRequestBuilder * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. */ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})/columns{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}'); + parent::__construct($requestAdapter, [], '{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}'); if (is_array($pathParametersOrRawUrl)) { $this->pathParameters = $pathParametersOrRawUrl; } else { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Columns/ColumnsRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Columns/ColumnsRequestBuilderGetQueryParameters.php index 58c2183d9dc..2d8b4b6120a 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Columns/ColumnsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Columns/ColumnsRequestBuilderGetQueryParameters.php @@ -27,6 +27,12 @@ class ColumnsRequestBuilderGetQueryParameters */ public ?string $filter = null; + /** + * @QueryParameter("%24orderby") + * @var array|null $orderby Order items by property values + */ + public ?array $orderby = null; + /** * @QueryParameter("%24search") * @var string|null $search Search items by search phrases @@ -56,15 +62,17 @@ class ColumnsRequestBuilderGetQueryParameters * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items */ - public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { + public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { $this->count = $count; $this->expand = $expand; $this->filter = $filter; + $this->orderby = $orderby; $this->search = $search; $this->select = $select; $this->skip = $skip; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Columns/ColumnsRequestBuilderGetRequestConfiguration.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Columns/ColumnsRequestBuilderGetRequestConfiguration.php index 1c543b61154..0e2de11366a 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Columns/ColumnsRequestBuilderGetRequestConfiguration.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Columns/ColumnsRequestBuilderGetRequestConfiguration.php @@ -31,14 +31,15 @@ public function __construct(?array $headers = null, ?array $options = null, ?Col * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items * @return ColumnsRequestBuilderGetQueryParameters */ - public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): ColumnsRequestBuilderGetQueryParameters { - return new ColumnsRequestBuilderGetQueryParameters($count, $expand, $filter, $search, $select, $skip, $top); + public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): ColumnsRequestBuilderGetQueryParameters { + return new ColumnsRequestBuilderGetQueryParameters($count, $expand, $filter, $orderby, $search, $select, $skip, $top); } } diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/ConvertToRange/ConvertToRangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/ConvertToRange/ConvertToRangeRequestBuilder.php index 74217a304ce..9933b8d8d37 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/ConvertToRange/ConvertToRangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/ConvertToRange/ConvertToRangeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ConvertToRangeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/table-converttorange?view=graph-rest-beta Find more info here */ public function post(?ConvertToRangeRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.php index 66896286448..599daf19e6c 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DataBodyRangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/table-databodyrange?view=graph-rest-beta Find more info here */ public function get(?DataBodyRangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.php index 537271a1a95..fc4ee52709b 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param HeaderRowRangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/table-headerrowrange?view=graph-rest-beta Find more info here */ public function get(?HeaderRowRangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Range/RangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Range/RangeRequestBuilder.php index cfc9907d760..0b2d6b5e696 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Range/RangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Range/RangeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/table-range?view=graph-rest-beta Find more info here */ public function get(?RangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/ReapplyFilters/ReapplyFiltersRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/ReapplyFilters/ReapplyFiltersRequestBuilder.php index 3d4ccb98ce1..8e66e4be531 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/ReapplyFilters/ReapplyFiltersRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/ReapplyFilters/ReapplyFiltersRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ReapplyFiltersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/table-reapplyfilters?view=graph-rest-beta Find more info here */ public function post(?ReapplyFiltersRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Rows/RowsRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Rows/RowsRequestBuilder.php index 488103c3aef..38f755c24bd 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Rows/RowsRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Rows/RowsRequestBuilder.php @@ -23,7 +23,7 @@ class RowsRequestBuilder extends BaseRequestBuilder * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. */ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})/rows{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}'); + parent::__construct($requestAdapter, [], '{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/tables/itemAt(index={index})/rows{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}'); if (is_array($pathParametersOrRawUrl)) { $this->pathParameters = $pathParametersOrRawUrl; } else { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Rows/RowsRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Rows/RowsRequestBuilderGetQueryParameters.php index 3eb41d2b2b8..f53b92ef5ec 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Rows/RowsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Rows/RowsRequestBuilderGetQueryParameters.php @@ -27,6 +27,12 @@ class RowsRequestBuilderGetQueryParameters */ public ?string $filter = null; + /** + * @QueryParameter("%24orderby") + * @var array|null $orderby Order items by property values + */ + public ?array $orderby = null; + /** * @QueryParameter("%24search") * @var string|null $search Search items by search phrases @@ -56,15 +62,17 @@ class RowsRequestBuilderGetQueryParameters * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items */ - public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { + public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { $this->count = $count; $this->expand = $expand; $this->filter = $filter; + $this->orderby = $orderby; $this->search = $search; $this->select = $select; $this->skip = $skip; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Rows/RowsRequestBuilderGetRequestConfiguration.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Rows/RowsRequestBuilderGetRequestConfiguration.php index f162feb6c4e..cfad10ccbaf 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Rows/RowsRequestBuilderGetRequestConfiguration.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/Rows/RowsRequestBuilderGetRequestConfiguration.php @@ -31,14 +31,15 @@ public function __construct(?array $headers = null, ?array $options = null, ?Row * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items * @return RowsRequestBuilderGetQueryParameters */ - public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): RowsRequestBuilderGetQueryParameters { - return new RowsRequestBuilderGetQueryParameters($count, $expand, $filter, $search, $select, $skip, $top); + public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): RowsRequestBuilderGetQueryParameters { + return new RowsRequestBuilderGetQueryParameters($count, $expand, $filter, $orderby, $search, $select, $skip, $top); } } diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.php index e814c72477a..87b4837fe26 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Tables/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param TotalRowRangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/table-totalrowrange?view=graph-rest-beta Find more info here */ public function get(?TotalRowRangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Add/AddRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Add/AddRequestBuilder.php index fe7a48376f4..06ee250bd9f 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Add/AddRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Add/AddRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/worksheetcollection-add?view=graph-rest-beta Find more info here */ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/CellWithRowWithColumn/CellWithRowWithColumnRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/CellWithRowWithColumn/CellWithRowWithColumnRequestBuilder.php index cc5aeae3557..142a54cac28 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/CellWithRowWithColumn/CellWithRowWithColumnRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/CellWithRowWithColumn/CellWithRowWithColumnRequestBuilder.php @@ -239,6 +239,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CellWithRowWithColumnRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/worksheet-cell?view=graph-rest-beta Find more info here */ public function get(?CellWithRowWithColumnRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Add/AddRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Add/AddRequestBuilder.php index c569dcdce58..96af797288f 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Add/AddRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Add/AddRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chartcollection-add?view=graph-rest-beta Find more info here */ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Format/Line/Clear/ClearRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Format/Line/Clear/ClearRequestBuilder.php index 1b14f776891..9664602e801 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Format/Line/Clear/ClearRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/Format/Line/Clear/ClearRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ClearRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-beta Find more info here */ public function post(?ClearRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MajorGridlines/Format/Line/Clear/ClearRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MajorGridlines/Format/Line/Clear/ClearRequestBuilder.php index 36c08830e65..98115bfff05 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MajorGridlines/Format/Line/Clear/ClearRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MajorGridlines/Format/Line/Clear/ClearRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ClearRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-beta Find more info here */ public function post(?ClearRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MinorGridlines/Format/Line/Clear/ClearRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MinorGridlines/Format/Line/Clear/ClearRequestBuilder.php index 8622902ed69..72f9924ee42 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MinorGridlines/Format/Line/Clear/ClearRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/CategoryAxis/MinorGridlines/Format/Line/Clear/ClearRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ClearRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-beta Find more info here */ public function post(?ClearRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Format/Line/Clear/ClearRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Format/Line/Clear/ClearRequestBuilder.php index 8f6713a04d1..ed0e2149080 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Format/Line/Clear/ClearRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/Format/Line/Clear/ClearRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ClearRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-beta Find more info here */ public function post(?ClearRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MajorGridlines/Format/Line/Clear/ClearRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MajorGridlines/Format/Line/Clear/ClearRequestBuilder.php index 649d3ed06b1..ea7724d9b22 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MajorGridlines/Format/Line/Clear/ClearRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MajorGridlines/Format/Line/Clear/ClearRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ClearRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-beta Find more info here */ public function post(?ClearRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MinorGridlines/Format/Line/Clear/ClearRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MinorGridlines/Format/Line/Clear/ClearRequestBuilder.php index 850f0d29144..26516dc515e 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MinorGridlines/Format/Line/Clear/ClearRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/SeriesAxis/MinorGridlines/Format/Line/Clear/ClearRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ClearRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-beta Find more info here */ public function post(?ClearRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Format/Line/Clear/ClearRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Format/Line/Clear/ClearRequestBuilder.php index 0b9abb2868c..ad791261224 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Format/Line/Clear/ClearRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/Format/Line/Clear/ClearRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ClearRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-beta Find more info here */ public function post(?ClearRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MajorGridlines/Format/Line/Clear/ClearRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MajorGridlines/Format/Line/Clear/ClearRequestBuilder.php index fa42784278e..2a747c29966 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MajorGridlines/Format/Line/Clear/ClearRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MajorGridlines/Format/Line/Clear/ClearRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ClearRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-beta Find more info here */ public function post(?ClearRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MinorGridlines/Format/Line/Clear/ClearRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MinorGridlines/Format/Line/Clear/ClearRequestBuilder.php index e05cbc7e10a..725986febb0 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MinorGridlines/Format/Line/Clear/ClearRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Axes/ValueAxis/MinorGridlines/Format/Line/Clear/ClearRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ClearRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-beta Find more info here */ public function post(?ClearRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/Fill/Clear/ClearRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/Fill/Clear/ClearRequestBuilder.php index 671bba782c0..4b524b2a991 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/Fill/Clear/ClearRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/Fill/Clear/ClearRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ClearRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-beta Find more info here */ public function post(?ClearRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.php index e1569b0e0b7..256dc581b68 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/DataLabels/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SetSolidColorRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-beta Find more info here */ public function post(SetSolidColorPostRequestBody $body, ?SetSolidColorRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/Fill/Clear/ClearRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/Fill/Clear/ClearRequestBuilder.php index 161a27e2d08..ed469fc2395 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/Fill/Clear/ClearRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/Fill/Clear/ClearRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ClearRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-beta Find more info here */ public function post(?ClearRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.php index c888e736b66..620efcfa5a3 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SetSolidColorRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-beta Find more info here */ public function post(SetSolidColorPostRequestBody $body, ?SetSolidColorRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/Fill/Clear/ClearRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/Fill/Clear/ClearRequestBuilder.php index e42469a80b0..bf6ab2110a5 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/Fill/Clear/ClearRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/Fill/Clear/ClearRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ClearRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-beta Find more info here */ public function post(?ClearRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.php index 202048ee654..4a95d784f2a 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Legend/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SetSolidColorRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-beta Find more info here */ public function post(SetSolidColorPostRequestBody $body, ?SetSolidColorRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Fill/Clear/ClearRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Fill/Clear/ClearRequestBuilder.php index 2e6a81aa62a..de68510623e 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Fill/Clear/ClearRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Fill/Clear/ClearRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ClearRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-beta Find more info here */ public function post(?ClearRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.php index 309af1aad3c..61f004f3258 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SetSolidColorRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-beta Find more info here */ public function post(SetSolidColorPostRequestBody $body, ?SetSolidColorRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Line/Clear/ClearRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Line/Clear/ClearRequestBuilder.php index 90e2716c08c..755ed09cb6f 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Line/Clear/ClearRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Format/Line/Clear/ClearRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ClearRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chartlineformat-clear?view=graph-rest-beta Find more info here */ public function post(?ClearRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/Format/Fill/Clear/ClearRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/Format/Fill/Clear/ClearRequestBuilder.php index 78460b34823..93d9a954402 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/Format/Fill/Clear/ClearRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/Format/Fill/Clear/ClearRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ClearRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-beta Find more info here */ public function post(?ClearRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.php index 0c6dfb8d01d..3fef6dbf44b 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/Item/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SetSolidColorRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-beta Find more info here */ public function post(SetSolidColorPostRequestBody $body, ?SetSolidColorRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.php index e0ef849e7a8..d936685f492 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/Item/Points/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.php @@ -46,6 +46,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ItemAtWithIndexRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chartpointscollection-itemat?view=graph-rest-beta Find more info here */ public function get(?ItemAtWithIndexRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.php index fe14c2301e9..ad0372e4617 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.php @@ -54,6 +54,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ItemAtWithIndexRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chartseriescollection-itemat?view=graph-rest-beta Find more info here */ public function get(?ItemAtWithIndexRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/ItemAtWithIndex/Points/PointsRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/ItemAtWithIndex/Points/PointsRequestBuilder.php index b1d6bbcb1b2..8d22577227c 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/ItemAtWithIndex/Points/PointsRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/ItemAtWithIndex/Points/PointsRequestBuilder.php @@ -23,7 +23,7 @@ class PointsRequestBuilder extends BaseRequestBuilder * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. */ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/itemAt(index={index})/points{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}'); + parent::__construct($requestAdapter, [], '{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/{workbookChart%2Did}/series/itemAt(index={index})/points{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}'); if (is_array($pathParametersOrRawUrl)) { $this->pathParameters = $pathParametersOrRawUrl; } else { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/ItemAtWithIndex/Points/PointsRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/ItemAtWithIndex/Points/PointsRequestBuilderGetQueryParameters.php index 5fab53f5720..aedf63cc3e1 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/ItemAtWithIndex/Points/PointsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/ItemAtWithIndex/Points/PointsRequestBuilderGetQueryParameters.php @@ -27,6 +27,12 @@ class PointsRequestBuilderGetQueryParameters */ public ?string $filter = null; + /** + * @QueryParameter("%24orderby") + * @var array|null $orderby Order items by property values + */ + public ?array $orderby = null; + /** * @QueryParameter("%24search") * @var string|null $search Search items by search phrases @@ -56,15 +62,17 @@ class PointsRequestBuilderGetQueryParameters * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items */ - public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { + public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { $this->count = $count; $this->expand = $expand; $this->filter = $filter; + $this->orderby = $orderby; $this->search = $search; $this->select = $select; $this->skip = $skip; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/ItemAtWithIndex/Points/PointsRequestBuilderGetRequestConfiguration.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/ItemAtWithIndex/Points/PointsRequestBuilderGetRequestConfiguration.php index e00c35d7325..e036fdc7b3a 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/ItemAtWithIndex/Points/PointsRequestBuilderGetRequestConfiguration.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Series/ItemAtWithIndex/Points/PointsRequestBuilderGetRequestConfiguration.php @@ -31,14 +31,15 @@ public function __construct(?array $headers = null, ?array $options = null, ?Poi * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items * @return PointsRequestBuilderGetQueryParameters */ - public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): PointsRequestBuilderGetQueryParameters { - return new PointsRequestBuilderGetQueryParameters($count, $expand, $filter, $search, $select, $skip, $top); + public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): PointsRequestBuilderGetQueryParameters { + return new PointsRequestBuilderGetQueryParameters($count, $expand, $filter, $orderby, $search, $select, $skip, $top); } } diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/SetData/SetDataRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/SetData/SetDataRequestBuilder.php index 3e52cd0a07d..fe83bec1790 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/SetData/SetDataRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/SetData/SetDataRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SetDataRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chart-setdata?view=graph-rest-beta Find more info here */ public function post(SetDataPostRequestBody $body, ?SetDataRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/SetPosition/SetPositionRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/SetPosition/SetPositionRequestBuilder.php index b42460f0f44..3ba5d193026 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/SetPosition/SetPositionRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/SetPosition/SetPositionRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SetPositionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chart-setposition?view=graph-rest-beta Find more info here */ public function post(SetPositionPostRequestBody $body, ?SetPositionRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/Fill/Clear/ClearRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/Fill/Clear/ClearRequestBuilder.php index bde42cbc481..1af9b3e6b11 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/Fill/Clear/ClearRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/Fill/Clear/ClearRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ClearRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chartfill-clear?view=graph-rest-beta Find more info here */ public function post(?ClearRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.php index a38c7708396..20368c627fa 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/Item/Title/Format/Fill/SetSolidColor/SetSolidColorRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SetSolidColorRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chartfill-setsolidcolor?view=graph-rest-beta Find more info here */ public function post(SetSolidColorPostRequestBody $body, ?SetSolidColorRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.php index 959b7d6d549..0a9c37347ec 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.php @@ -121,6 +121,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ItemAtWithIndexRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chartcollection-itemat?view=graph-rest-beta Find more info here */ public function get(?ItemAtWithIndexRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Series/SeriesRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Series/SeriesRequestBuilder.php index f81af571d16..cd019403508 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Series/SeriesRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Series/SeriesRequestBuilder.php @@ -23,7 +23,7 @@ class SeriesRequestBuilder extends BaseRequestBuilder * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. */ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/series{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}'); + parent::__construct($requestAdapter, [], '{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/itemAt(index={index})/series{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}'); if (is_array($pathParametersOrRawUrl)) { $this->pathParameters = $pathParametersOrRawUrl; } else { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Series/SeriesRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Series/SeriesRequestBuilderGetQueryParameters.php index 0591c7973aa..af4637241cf 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Series/SeriesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Series/SeriesRequestBuilderGetQueryParameters.php @@ -27,6 +27,12 @@ class SeriesRequestBuilderGetQueryParameters */ public ?string $filter = null; + /** + * @QueryParameter("%24orderby") + * @var array|null $orderby Order items by property values + */ + public ?array $orderby = null; + /** * @QueryParameter("%24search") * @var string|null $search Search items by search phrases @@ -56,15 +62,17 @@ class SeriesRequestBuilderGetQueryParameters * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items */ - public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { + public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { $this->count = $count; $this->expand = $expand; $this->filter = $filter; + $this->orderby = $orderby; $this->search = $search; $this->select = $select; $this->skip = $skip; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Series/SeriesRequestBuilderGetRequestConfiguration.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Series/SeriesRequestBuilderGetRequestConfiguration.php index d36517c286b..89fb27286f2 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Series/SeriesRequestBuilderGetRequestConfiguration.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/Series/SeriesRequestBuilderGetRequestConfiguration.php @@ -31,14 +31,15 @@ public function __construct(?array $headers = null, ?array $options = null, ?Ser * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items * @return SeriesRequestBuilderGetQueryParameters */ - public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): SeriesRequestBuilderGetQueryParameters { - return new SeriesRequestBuilderGetQueryParameters($count, $expand, $filter, $search, $select, $skip, $top); + public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): SeriesRequestBuilderGetQueryParameters { + return new SeriesRequestBuilderGetQueryParameters($count, $expand, $filter, $orderby, $search, $select, $skip, $top); } } diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/SetData/SetDataRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/SetData/SetDataRequestBuilder.php index 8e3532dcd27..9e0a98e4c95 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/SetData/SetDataRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/SetData/SetDataRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SetDataRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chart-setdata?view=graph-rest-beta Find more info here */ public function post(SetDataPostRequestBody $body, ?SetDataRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/SetPosition/SetPositionRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/SetPosition/SetPositionRequestBuilder.php index 12b9b747eb4..3bcb2c70e7b 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/SetPosition/SetPositionRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemAtWithIndex/SetPosition/SetPositionRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SetPositionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chart-setposition?view=graph-rest-beta Find more info here */ public function post(SetPositionPostRequestBody $body, ?SetPositionRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Series/SeriesRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Series/SeriesRequestBuilder.php index 3bfd6b3a046..916232ce216 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Series/SeriesRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Series/SeriesRequestBuilder.php @@ -23,7 +23,7 @@ class SeriesRequestBuilder extends BaseRequestBuilder * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. */ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name=\'{name}\')/series{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}'); + parent::__construct($requestAdapter, [], '{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/charts/item(name=\'{name}\')/series{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}'); if (is_array($pathParametersOrRawUrl)) { $this->pathParameters = $pathParametersOrRawUrl; } else { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Series/SeriesRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Series/SeriesRequestBuilderGetQueryParameters.php index a23e892c352..2b6ab4a2958 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Series/SeriesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Series/SeriesRequestBuilderGetQueryParameters.php @@ -27,6 +27,12 @@ class SeriesRequestBuilderGetQueryParameters */ public ?string $filter = null; + /** + * @QueryParameter("%24orderby") + * @var array|null $orderby Order items by property values + */ + public ?array $orderby = null; + /** * @QueryParameter("%24search") * @var string|null $search Search items by search phrases @@ -56,15 +62,17 @@ class SeriesRequestBuilderGetQueryParameters * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items */ - public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { + public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { $this->count = $count; $this->expand = $expand; $this->filter = $filter; + $this->orderby = $orderby; $this->search = $search; $this->select = $select; $this->skip = $skip; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Series/SeriesRequestBuilderGetRequestConfiguration.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Series/SeriesRequestBuilderGetRequestConfiguration.php index 800993770dc..ebea00dac44 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Series/SeriesRequestBuilderGetRequestConfiguration.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/Series/SeriesRequestBuilderGetRequestConfiguration.php @@ -31,14 +31,15 @@ public function __construct(?array $headers = null, ?array $options = null, ?Ser * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items * @return SeriesRequestBuilderGetQueryParameters */ - public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): SeriesRequestBuilderGetQueryParameters { - return new SeriesRequestBuilderGetQueryParameters($count, $expand, $filter, $search, $select, $skip, $top); + public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): SeriesRequestBuilderGetQueryParameters { + return new SeriesRequestBuilderGetQueryParameters($count, $expand, $filter, $orderby, $search, $select, $skip, $top); } } diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/SetData/SetDataRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/SetData/SetDataRequestBuilder.php index 31945bcf83a..f022d8cbdb8 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/SetData/SetDataRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/SetData/SetDataRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SetDataRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chart-setdata?view=graph-rest-beta Find more info here */ public function post(SetDataPostRequestBody $body, ?SetDataRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/SetPosition/SetPositionRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/SetPosition/SetPositionRequestBuilder.php index 725a62ffb19..5c694550e31 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/SetPosition/SetPositionRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Charts/ItemWithName/SetPosition/SetPositionRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SetPositionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chart-setposition?view=graph-rest-beta Find more info here */ public function post(SetPositionPostRequestBody $body, ?SetPositionRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Add/AddRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Add/AddRequestBuilder.php index f682c2e7896..f329ad98d60 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Add/AddRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Add/AddRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/nameditem-add?view=graph-rest-beta Find more info here */ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/AddFormulaLocal/AddFormulaLocalRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/AddFormulaLocal/AddFormulaLocalRequestBuilder.php index c24cd52dea9..cf64adc9bc5 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/AddFormulaLocal/AddFormulaLocalRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/AddFormulaLocal/AddFormulaLocalRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AddFormulaLocalRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/nameditem-addformulalocal?view=graph-rest-beta Find more info here */ public function post(AddFormulaLocalPostRequestBody $body, ?AddFormulaLocalRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Item/Range/RangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Item/Range/RangeRequestBuilder.php index db556cf6988..0d5ef862a00 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Item/Range/RangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Names/Item/Range/RangeRequestBuilder.php @@ -241,10 +241,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. + * Retrieve the properties and relationships of range object. * @param RangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/range-get?view=graph-rest-beta Find more info here */ public function get(?RangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -311,7 +312,7 @@ public function rowWithRow(int $row): RowWithRowRequestBuilder { } /** - * Returns the range object that is associated with the name. Throws an exception if the named item's type is not a range. + * Retrieve the properties and relationships of range object. * @param RangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/Protect/ProtectRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/Protect/ProtectRequestBuilder.php index 2d0060baa39..45caa0d060b 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/Protect/ProtectRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/Protect/ProtectRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ProtectRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/worksheetprotection-protect?view=graph-rest-beta Find more info here */ public function post(ProtectPostRequestBody $body, ?ProtectRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/Unprotect/UnprotectRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/Unprotect/UnprotectRequestBuilder.php index 6bc9f6c8503..c45ff7cb3e4 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/Unprotect/UnprotectRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Protection/Unprotect/UnprotectRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UnprotectRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/worksheetprotection-unprotect?view=graph-rest-beta Find more info here */ public function post(?UnprotectRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Add/AddRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Add/AddRequestBuilder.php index 10cd774d33f..356decbd96f 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Add/AddRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Add/AddRequestBuilder.php @@ -31,11 +31,12 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is thrown. + * Use this API to create a new Table. * @param AddPostRequestBody $body The request body * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/workbook-post-tables?view=graph-rest-beta Find more info here */ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -46,7 +47,7 @@ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConf } /** - * Create a new table. The range source address determines the worksheet under which the table will be added. If the table can't be added (for example, because the address is invalid, or the table would overlap with another table), an error is thrown. + * Use this API to create a new Table. * @param AddPostRequestBody $body The request body * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/ClearFilters/ClearFiltersRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/ClearFilters/ClearFiltersRequestBuilder.php index 5a41eb8076f..905a408cd52 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/ClearFilters/ClearFiltersRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/ClearFilters/ClearFiltersRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ClearFiltersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/table-clearfilters?view=graph-rest-beta Find more info here */ public function post(?ClearFiltersRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Add/AddRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Add/AddRequestBuilder.php index 7e0c41a1211..6fd1397aa57 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Add/AddRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Add/AddRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/tablecolumncollection-add?view=graph-rest-beta Find more info here */ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/DataBodyRange/DataBodyRangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/DataBodyRange/DataBodyRangeRequestBuilder.php index 5080ea53db5..c5a4929cc82 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/DataBodyRange/DataBodyRangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/DataBodyRange/DataBodyRangeRequestBuilder.php @@ -245,6 +245,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DataBodyRangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/tablecolumn-databodyrange?view=graph-rest-beta Find more info here */ public function get(?DataBodyRangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/Apply/ApplyRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/Apply/ApplyRequestBuilder.php index 23e5a123548..97b9638e631 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/Apply/ApplyRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/Apply/ApplyRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ApplyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/filter-apply?view=graph-rest-beta Find more info here */ public function post(ApplyPostRequestBody $body, ?ApplyRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/Clear/ClearRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/Clear/ClearRequestBuilder.php index cd219127028..e44d07fb343 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/Clear/ClearRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Filter/Clear/ClearRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ClearRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/filter-clear?view=graph-rest-beta Find more info here */ public function post(?ClearRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.php index 28e2f99bb65..9f0ad320262 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.php @@ -245,6 +245,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param HeaderRowRangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/tablecolumn-headerrowrange?view=graph-rest-beta Find more info here */ public function get(?HeaderRowRangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Range/RangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Range/RangeRequestBuilder.php index 4cd5e982cd6..d8eba788906 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Range/RangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/Range/RangeRequestBuilder.php @@ -245,6 +245,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/tablecolumn-range?view=graph-rest-beta Find more info here */ public function get(?RangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/TotalRowRange/TotalRowRangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/TotalRowRange/TotalRowRangeRequestBuilder.php index 8964c20fdbb..0172616c670 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/TotalRowRange/TotalRowRangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/Item/TotalRowRange/TotalRowRangeRequestBuilder.php @@ -245,6 +245,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param TotalRowRangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/tablecolumn-totalrowrange?view=graph-rest-beta Find more info here */ public function get(?TotalRowRangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.php index 1a5ece7b1bd..15d1d656d5e 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DataBodyRangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/tablecolumn-databodyrange?view=graph-rest-beta Find more info here */ public function get(?DataBodyRangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.php index 0d91807a3b2..31955e879c4 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param HeaderRowRangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/tablecolumn-headerrowrange?view=graph-rest-beta Find more info here */ public function get(?HeaderRowRangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.php index 75a8e8b1b44..cdd8b2f2a7c 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.php @@ -78,6 +78,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ItemAtWithIndexRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/tablecolumncollection-itemat?view=graph-rest-beta Find more info here */ public function get(?ItemAtWithIndexRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/Range/RangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/Range/RangeRequestBuilder.php index 0858234a113..76c9d94b2e6 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/Range/RangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/Range/RangeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/tablecolumn-range?view=graph-rest-beta Find more info here */ public function get(?RangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.php index 4b8a5b272c9..986e78e1b06 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Columns/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param TotalRowRangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/tablecolumn-totalrowrange?view=graph-rest-beta Find more info here */ public function get(?TotalRowRangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/ConvertToRange/ConvertToRangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/ConvertToRange/ConvertToRangeRequestBuilder.php index 512271f58eb..12da280f16f 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/ConvertToRange/ConvertToRangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/ConvertToRange/ConvertToRangeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ConvertToRangeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/table-converttorange?view=graph-rest-beta Find more info here */ public function post(?ConvertToRangeRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/DataBodyRange/DataBodyRangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/DataBodyRange/DataBodyRangeRequestBuilder.php index df1a3cf3191..c758542a489 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/DataBodyRange/DataBodyRangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/DataBodyRange/DataBodyRangeRequestBuilder.php @@ -245,6 +245,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DataBodyRangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/table-databodyrange?view=graph-rest-beta Find more info here */ public function get(?DataBodyRangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.php index 8419d5de500..f6c54ae232c 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/HeaderRowRange/HeaderRowRangeRequestBuilder.php @@ -245,6 +245,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param HeaderRowRangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/table-headerrowrange?view=graph-rest-beta Find more info here */ public function get(?HeaderRowRangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Range/RangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Range/RangeRequestBuilder.php index 7bb1ed36b9b..8940f6c5e41 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Range/RangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Range/RangeRequestBuilder.php @@ -245,6 +245,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/table-range?view=graph-rest-beta Find more info here */ public function get(?RangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/ReapplyFilters/ReapplyFiltersRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/ReapplyFilters/ReapplyFiltersRequestBuilder.php index 0862b75c5f3..26b01f62702 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/ReapplyFilters/ReapplyFiltersRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/ReapplyFilters/ReapplyFiltersRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ReapplyFiltersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/table-reapplyfilters?view=graph-rest-beta Find more info here */ public function post(?ReapplyFiltersRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Add/AddRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Add/AddRequestBuilder.php index ef5709a0494..9870a1ea321 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Add/AddRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Add/AddRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/tablerowcollection-add?view=graph-rest-beta Find more info here */ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Item/Range/RangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Item/Range/RangeRequestBuilder.php index bc3ed863e33..066e19057a2 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Item/Range/RangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/Item/Range/RangeRequestBuilder.php @@ -245,6 +245,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/tablerow-range?view=graph-rest-beta Find more info here */ public function get(?RangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.php index bf2cf4be109..5fb6b325ee8 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/ItemAtWithIndex/ItemAtWithIndexRequestBuilder.php @@ -46,6 +46,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ItemAtWithIndexRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/tablerowcollection-itemat?view=graph-rest-beta Find more info here */ public function get(?ItemAtWithIndexRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/ItemAtWithIndex/Range/RangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/ItemAtWithIndex/Range/RangeRequestBuilder.php index 4edff6c5af3..c0188b830e8 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/ItemAtWithIndex/Range/RangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Rows/ItemAtWithIndex/Range/RangeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/tablerow-range?view=graph-rest-beta Find more info here */ public function get(?RangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Apply/ApplyRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Apply/ApplyRequestBuilder.php index b10f70994f2..f0165fe8f3f 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Apply/ApplyRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Apply/ApplyRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ApplyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/tablesort-apply?view=graph-rest-beta Find more info here */ public function post(ApplyPostRequestBody $body, ?ApplyRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Clear/ClearRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Clear/ClearRequestBuilder.php index e6974b1c447..353c6e8e89b 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Clear/ClearRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Clear/ClearRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ClearRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/tablesort-clear?view=graph-rest-beta Find more info here */ public function post(?ClearRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Reapply/ReapplyRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Reapply/ReapplyRequestBuilder.php index be33694afa3..5bcd7775d17 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Reapply/ReapplyRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/Sort/Reapply/ReapplyRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ReapplyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/tablesort-reapply?view=graph-rest-beta Find more info here */ public function post(?ReapplyRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/TotalRowRange/TotalRowRangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/TotalRowRange/TotalRowRangeRequestBuilder.php index b9c94dd5e23..363e4258dfe 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/TotalRowRange/TotalRowRangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/Item/TotalRowRange/TotalRowRangeRequestBuilder.php @@ -245,6 +245,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param TotalRowRangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/table-totalrowrange?view=graph-rest-beta Find more info here */ public function get(?TotalRowRangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/ClearFilters/ClearFiltersRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/ClearFilters/ClearFiltersRequestBuilder.php index bea0e82cfc5..cdf7b7e540b 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/ClearFilters/ClearFiltersRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/ClearFilters/ClearFiltersRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ClearFiltersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/table-clearfilters?view=graph-rest-beta Find more info here */ public function post(?ClearFiltersRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Columns/ColumnsRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Columns/ColumnsRequestBuilder.php index a0409874829..cab64aefbfd 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Columns/ColumnsRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Columns/ColumnsRequestBuilder.php @@ -23,7 +23,7 @@ class ColumnsRequestBuilder extends BaseRequestBuilder * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. */ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})/columns{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}'); + parent::__construct($requestAdapter, [], '{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}'); if (is_array($pathParametersOrRawUrl)) { $this->pathParameters = $pathParametersOrRawUrl; } else { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Columns/ColumnsRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Columns/ColumnsRequestBuilderGetQueryParameters.php index 4172352881a..3e5208505cb 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Columns/ColumnsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Columns/ColumnsRequestBuilderGetQueryParameters.php @@ -27,6 +27,12 @@ class ColumnsRequestBuilderGetQueryParameters */ public ?string $filter = null; + /** + * @QueryParameter("%24orderby") + * @var array|null $orderby Order items by property values + */ + public ?array $orderby = null; + /** * @QueryParameter("%24search") * @var string|null $search Search items by search phrases @@ -56,15 +62,17 @@ class ColumnsRequestBuilderGetQueryParameters * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items */ - public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { + public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { $this->count = $count; $this->expand = $expand; $this->filter = $filter; + $this->orderby = $orderby; $this->search = $search; $this->select = $select; $this->skip = $skip; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Columns/ColumnsRequestBuilderGetRequestConfiguration.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Columns/ColumnsRequestBuilderGetRequestConfiguration.php index de9e381687c..a114629d991 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Columns/ColumnsRequestBuilderGetRequestConfiguration.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Columns/ColumnsRequestBuilderGetRequestConfiguration.php @@ -31,14 +31,15 @@ public function __construct(?array $headers = null, ?array $options = null, ?Col * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items * @return ColumnsRequestBuilderGetQueryParameters */ - public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): ColumnsRequestBuilderGetQueryParameters { - return new ColumnsRequestBuilderGetQueryParameters($count, $expand, $filter, $search, $select, $skip, $top); + public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): ColumnsRequestBuilderGetQueryParameters { + return new ColumnsRequestBuilderGetQueryParameters($count, $expand, $filter, $orderby, $search, $select, $skip, $top); } } diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/ConvertToRange/ConvertToRangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/ConvertToRange/ConvertToRangeRequestBuilder.php index 5db92b21cd4..21a73aef835 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/ConvertToRange/ConvertToRangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/ConvertToRange/ConvertToRangeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ConvertToRangeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/table-converttorange?view=graph-rest-beta Find more info here */ public function post(?ConvertToRangeRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.php index fa7d007c289..c5107ac4bcc 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/DataBodyRange/DataBodyRangeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DataBodyRangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/table-databodyrange?view=graph-rest-beta Find more info here */ public function get(?DataBodyRangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.php index 274bb1f13fe..d8a095e8247 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/HeaderRowRange/HeaderRowRangeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param HeaderRowRangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/table-headerrowrange?view=graph-rest-beta Find more info here */ public function get(?HeaderRowRangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Range/RangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Range/RangeRequestBuilder.php index 0863117058f..7a537f761ce 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Range/RangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Range/RangeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/table-range?view=graph-rest-beta Find more info here */ public function get(?RangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/ReapplyFilters/ReapplyFiltersRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/ReapplyFilters/ReapplyFiltersRequestBuilder.php index bbbd873b622..a2d18d6b129 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/ReapplyFilters/ReapplyFiltersRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/ReapplyFilters/ReapplyFiltersRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ReapplyFiltersRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/table-reapplyfilters?view=graph-rest-beta Find more info here */ public function post(?ReapplyFiltersRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Rows/RowsRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Rows/RowsRequestBuilder.php index 23b0618ddb7..5ca8702b740 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Rows/RowsRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Rows/RowsRequestBuilder.php @@ -23,7 +23,7 @@ class RowsRequestBuilder extends BaseRequestBuilder * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. */ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})/rows{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}'); + parent::__construct($requestAdapter, [], '{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tables/itemAt(index={index})/rows{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}'); if (is_array($pathParametersOrRawUrl)) { $this->pathParameters = $pathParametersOrRawUrl; } else { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Rows/RowsRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Rows/RowsRequestBuilderGetQueryParameters.php index f2e55cc782a..4a0803ad514 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Rows/RowsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Rows/RowsRequestBuilderGetQueryParameters.php @@ -27,6 +27,12 @@ class RowsRequestBuilderGetQueryParameters */ public ?string $filter = null; + /** + * @QueryParameter("%24orderby") + * @var array|null $orderby Order items by property values + */ + public ?array $orderby = null; + /** * @QueryParameter("%24search") * @var string|null $search Search items by search phrases @@ -56,15 +62,17 @@ class RowsRequestBuilderGetQueryParameters * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items */ - public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { + public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { $this->count = $count; $this->expand = $expand; $this->filter = $filter; + $this->orderby = $orderby; $this->search = $search; $this->select = $select; $this->skip = $skip; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Rows/RowsRequestBuilderGetRequestConfiguration.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Rows/RowsRequestBuilderGetRequestConfiguration.php index 8484cde3ec5..a380cca34ed 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Rows/RowsRequestBuilderGetRequestConfiguration.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/Rows/RowsRequestBuilderGetRequestConfiguration.php @@ -31,14 +31,15 @@ public function __construct(?array $headers = null, ?array $options = null, ?Row * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items * @return RowsRequestBuilderGetQueryParameters */ - public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): RowsRequestBuilderGetQueryParameters { - return new RowsRequestBuilderGetQueryParameters($count, $expand, $filter, $search, $select, $skip, $top); + public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): RowsRequestBuilderGetQueryParameters { + return new RowsRequestBuilderGetQueryParameters($count, $expand, $filter, $orderby, $search, $select, $skip, $top); } } diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.php index 9fd12a3f7d7..5234fc0ab78 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tables/ItemAtWithIndex/TotalRowRange/TotalRowRangeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param TotalRowRangeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/table-totalrowrange?view=graph-rest-beta Find more info here */ public function get(?TotalRowRangeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tasks/ItemAtWithIndex/Changes/ChangesRequestBuilder.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tasks/ItemAtWithIndex/Changes/ChangesRequestBuilder.php index e1a335198d5..d145b786319 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tasks/ItemAtWithIndex/Changes/ChangesRequestBuilder.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tasks/ItemAtWithIndex/Changes/ChangesRequestBuilder.php @@ -23,7 +23,7 @@ class ChangesRequestBuilder extends BaseRequestBuilder * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. */ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tasks/itemAt(index={index})/changes{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}'); + parent::__construct($requestAdapter, [], '{+baseurl}/drives/{drive%2Did}/items/{driveItem%2Did}/workbook/worksheets/{workbookWorksheet%2Did}/tasks/itemAt(index={index})/changes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}'); if (is_array($pathParametersOrRawUrl)) { $this->pathParameters = $pathParametersOrRawUrl; } else { diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tasks/ItemAtWithIndex/Changes/ChangesRequestBuilderGetQueryParameters.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tasks/ItemAtWithIndex/Changes/ChangesRequestBuilderGetQueryParameters.php index 49c50fc646c..1d05604b86d 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tasks/ItemAtWithIndex/Changes/ChangesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tasks/ItemAtWithIndex/Changes/ChangesRequestBuilderGetQueryParameters.php @@ -27,6 +27,12 @@ class ChangesRequestBuilderGetQueryParameters */ public ?string $filter = null; + /** + * @QueryParameter("%24orderby") + * @var array|null $orderby Order items by property values + */ + public ?array $orderby = null; + /** * @QueryParameter("%24search") * @var string|null $search Search items by search phrases @@ -56,15 +62,17 @@ class ChangesRequestBuilderGetQueryParameters * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items */ - public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { + public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { $this->count = $count; $this->expand = $expand; $this->filter = $filter; + $this->orderby = $orderby; $this->search = $search; $this->select = $select; $this->skip = $skip; diff --git a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tasks/ItemAtWithIndex/Changes/ChangesRequestBuilderGetRequestConfiguration.php b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tasks/ItemAtWithIndex/Changes/ChangesRequestBuilderGetRequestConfiguration.php index df3461e5a5b..a9f392ec524 100644 --- a/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tasks/ItemAtWithIndex/Changes/ChangesRequestBuilderGetRequestConfiguration.php +++ b/src/Generated/Drives/Item/Items/Item/Workbook/Worksheets/Item/Tasks/ItemAtWithIndex/Changes/ChangesRequestBuilderGetRequestConfiguration.php @@ -31,14 +31,15 @@ public function __construct(?array $headers = null, ?array $options = null, ?Cha * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items * @return ChangesRequestBuilderGetQueryParameters */ - public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): ChangesRequestBuilderGetQueryParameters { - return new ChangesRequestBuilderGetQueryParameters($count, $expand, $filter, $search, $select, $skip, $top); + public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): ChangesRequestBuilderGetQueryParameters { + return new ChangesRequestBuilderGetQueryParameters($count, $expand, $filter, $orderby, $search, $select, $skip, $top); } } diff --git a/src/Generated/Drives/Item/Recent/RecentRequestBuilder.php b/src/Generated/Drives/Item/Recent/RecentRequestBuilder.php index 547dec6e205..7433f489cc0 100644 --- a/src/Generated/Drives/Item/Recent/RecentRequestBuilder.php +++ b/src/Generated/Drives/Item/Recent/RecentRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RecentRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta Find more info here */ public function get(?RecentRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/SearchWithQ/SearchWithQRequestBuilder.php b/src/Generated/Drives/Item/SearchWithQ/SearchWithQRequestBuilder.php index de8d0ac73a3..44c097f629d 100644 --- a/src/Generated/Drives/Item/SearchWithQ/SearchWithQRequestBuilder.php +++ b/src/Generated/Drives/Item/SearchWithQ/SearchWithQRequestBuilder.php @@ -37,6 +37,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SearchWithQRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta Find more info here */ public function get(?SearchWithQRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Drives/Item/SharedWithMe/SharedWithMeRequestBuilder.php b/src/Generated/Drives/Item/SharedWithMe/SharedWithMeRequestBuilder.php index 4a6562132e7..462919bc6c4 100644 --- a/src/Generated/Drives/Item/SharedWithMe/SharedWithMeRequestBuilder.php +++ b/src/Generated/Drives/Item/SharedWithMe/SharedWithMeRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SharedWithMeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta Find more info here */ public function get(?SharedWithMeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Classes/Delta/DeltaRequestBuilder.php b/src/Generated/Education/Classes/Delta/DeltaRequestBuilder.php index 50d02882bda..a0d391b9f6a 100644 --- a/src/Generated/Education/Classes/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Education/Classes/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationclass-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Classes/Item/AssignmentCategories/Delta/DeltaRequestBuilder.php b/src/Generated/Education/Classes/Item/AssignmentCategories/Delta/DeltaRequestBuilder.php index 2a0305b0ec4..20e9b083b10 100644 --- a/src/Generated/Education/Classes/Item/AssignmentCategories/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/AssignmentCategories/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Classes/Item/Assignments/Delta/DeltaRequestBuilder.php b/src/Generated/Education/Classes/Item/Assignments/Delta/DeltaRequestBuilder.php index 9e016f67233..113d16d17f1 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Assignments/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/Activate/ActivateRequestBuilder.php b/src/Generated/Education/Classes/Item/Assignments/Item/Activate/ActivateRequestBuilder.php index b997c5949d2..44fc0f6400e 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Activate/ActivateRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Activate/ActivateRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ActivateRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta Find more info here */ public function post(?ActivateRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/Categories/Delta/DeltaRequestBuilder.php b/src/Generated/Education/Classes/Item/Assignments/Item/Categories/Delta/DeltaRequestBuilder.php index 58e05d9e069..172c6ed3121 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Categories/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Categories/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/Deactivate/DeactivateRequestBuilder.php b/src/Generated/Education/Classes/Item/Assignments/Item/Deactivate/DeactivateRequestBuilder.php index bec285e6500..40141da9e25 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Deactivate/DeactivateRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Deactivate/DeactivateRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeactivateRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta Find more info here */ public function post(?DeactivateRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/Publish/PublishRequestBuilder.php b/src/Generated/Education/Classes/Item/Assignments/Item/Publish/PublishRequestBuilder.php index 25756f0aee5..0c3670b5bfb 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Publish/PublishRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Publish/PublishRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param PublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta Find more info here */ public function post(?PublishRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.php b/src/Generated/Education/Classes/Item/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.php index 8cd68583c61..9968e6ac2df 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SetUpFeedbackResourcesFolderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta Find more info here */ public function post(?SetUpFeedbackResourcesFolderRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.php b/src/Generated/Education/Classes/Item/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.php index fef402eac9a..7c814d4bf4e 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SetUpResourcesFolderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta Find more info here */ public function post(?SetUpResourcesFolderRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/EscapedReturn/ReturnRequestBuilder.php b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/EscapedReturn/ReturnRequestBuilder.php index 507279b348e..d6e1259609c 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/EscapedReturn/ReturnRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/EscapedReturn/ReturnRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ReturnRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta Find more info here */ public function post(?ReturnRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.php b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.php index 63273b865be..f6d18324bd7 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ExcuseRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta Find more info here */ public function post(?ExcuseRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Reassign/ReassignRequestBuilder.php b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Reassign/ReassignRequestBuilder.php index 0d25c0efe16..4096634383f 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Reassign/ReassignRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Reassign/ReassignRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ReassignRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta Find more info here */ public function post(?ReassignRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.php b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.php index 78ded5caba3..96350cb6d0b 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SetUpResourcesFolderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta Find more info here */ public function post(?SetUpResourcesFolderRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Submit/SubmitRequestBuilder.php b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Submit/SubmitRequestBuilder.php index 7d8aca3a16b..58935725bc5 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Submit/SubmitRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Submit/SubmitRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SubmitRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta Find more info here */ public function post(?SubmitRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Unsubmit/UnsubmitRequestBuilder.php b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Unsubmit/UnsubmitRequestBuilder.php index f36b0537001..774ebc10669 100644 --- a/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Unsubmit/UnsubmitRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Assignments/Item/Submissions/Item/Unsubmit/UnsubmitRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UnsubmitRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta Find more info here */ public function post(?UnsubmitRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Classes/Item/GetRecentlyModifiedSubmissions/GetRecentlyModifiedSubmissionsRequestBuilder.php b/src/Generated/Education/Classes/Item/GetRecentlyModifiedSubmissions/GetRecentlyModifiedSubmissionsRequestBuilder.php index b4a4ffba498..bfcb7c078a0 100644 --- a/src/Generated/Education/Classes/Item/GetRecentlyModifiedSubmissions/GetRecentlyModifiedSubmissionsRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/GetRecentlyModifiedSubmissions/GetRecentlyModifiedSubmissionsRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetRecentlyModifiedSubmissionsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationclass-getrecentlymodifiedsubmissions?view=graph-rest-beta Find more info here */ public function get(?GetRecentlyModifiedSubmissionsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Classes/Item/Modules/Item/Pin/PinRequestBuilder.php b/src/Generated/Education/Classes/Item/Modules/Item/Pin/PinRequestBuilder.php index 56aee5796f9..dffa14434b4 100644 --- a/src/Generated/Education/Classes/Item/Modules/Item/Pin/PinRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Modules/Item/Pin/PinRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param PinRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationmodule-pin?view=graph-rest-beta Find more info here */ public function post(?PinRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Classes/Item/Modules/Item/Publish/PublishRequestBuilder.php b/src/Generated/Education/Classes/Item/Modules/Item/Publish/PublishRequestBuilder.php index 57be55343e8..70220453bc1 100644 --- a/src/Generated/Education/Classes/Item/Modules/Item/Publish/PublishRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Modules/Item/Publish/PublishRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param PublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationmodule-publish?view=graph-rest-beta Find more info here */ public function post(?PublishRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Classes/Item/Modules/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.php b/src/Generated/Education/Classes/Item/Modules/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.php index 74ddf69cd3a..52a67cf9495 100644 --- a/src/Generated/Education/Classes/Item/Modules/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Modules/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SetUpResourcesFolderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationmodule-setupresourcesfolder?view=graph-rest-beta Find more info here */ public function post(?SetUpResourcesFolderRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Classes/Item/Modules/Item/Unpin/UnpinRequestBuilder.php b/src/Generated/Education/Classes/Item/Modules/Item/Unpin/UnpinRequestBuilder.php index 8c19f945776..2f660f92bbe 100644 --- a/src/Generated/Education/Classes/Item/Modules/Item/Unpin/UnpinRequestBuilder.php +++ b/src/Generated/Education/Classes/Item/Modules/Item/Unpin/UnpinRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UnpinRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationmodule-unpin?view=graph-rest-beta Find more info here */ public function post(?UnpinRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Me/Assignments/Delta/DeltaRequestBuilder.php b/src/Generated/Education/Me/Assignments/Delta/DeltaRequestBuilder.php index e51aa95dbb2..6c07e527aba 100644 --- a/src/Generated/Education/Me/Assignments/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Education/Me/Assignments/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Me/Assignments/Item/Activate/ActivateRequestBuilder.php b/src/Generated/Education/Me/Assignments/Item/Activate/ActivateRequestBuilder.php index 21aed1a5b33..c084aa95e7a 100644 --- a/src/Generated/Education/Me/Assignments/Item/Activate/ActivateRequestBuilder.php +++ b/src/Generated/Education/Me/Assignments/Item/Activate/ActivateRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ActivateRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta Find more info here */ public function post(?ActivateRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Me/Assignments/Item/Categories/Delta/DeltaRequestBuilder.php b/src/Generated/Education/Me/Assignments/Item/Categories/Delta/DeltaRequestBuilder.php index 6acafd0d90a..e76d0440cf9 100644 --- a/src/Generated/Education/Me/Assignments/Item/Categories/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Education/Me/Assignments/Item/Categories/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Me/Assignments/Item/Deactivate/DeactivateRequestBuilder.php b/src/Generated/Education/Me/Assignments/Item/Deactivate/DeactivateRequestBuilder.php index 2b7c11a5129..4f9297a99d5 100644 --- a/src/Generated/Education/Me/Assignments/Item/Deactivate/DeactivateRequestBuilder.php +++ b/src/Generated/Education/Me/Assignments/Item/Deactivate/DeactivateRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeactivateRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta Find more info here */ public function post(?DeactivateRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Me/Assignments/Item/Publish/PublishRequestBuilder.php b/src/Generated/Education/Me/Assignments/Item/Publish/PublishRequestBuilder.php index 2446c5501de..6cb7d69ea40 100644 --- a/src/Generated/Education/Me/Assignments/Item/Publish/PublishRequestBuilder.php +++ b/src/Generated/Education/Me/Assignments/Item/Publish/PublishRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param PublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta Find more info here */ public function post(?PublishRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Me/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.php b/src/Generated/Education/Me/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.php index a27e337118c..5ca97f97a56 100644 --- a/src/Generated/Education/Me/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.php +++ b/src/Generated/Education/Me/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SetUpFeedbackResourcesFolderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta Find more info here */ public function post(?SetUpFeedbackResourcesFolderRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Me/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.php b/src/Generated/Education/Me/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.php index 866d1bea66e..f40d2b01ded 100644 --- a/src/Generated/Education/Me/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.php +++ b/src/Generated/Education/Me/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SetUpResourcesFolderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta Find more info here */ public function post(?SetUpResourcesFolderRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Me/Assignments/Item/Submissions/Item/EscapedReturn/ReturnRequestBuilder.php b/src/Generated/Education/Me/Assignments/Item/Submissions/Item/EscapedReturn/ReturnRequestBuilder.php index 97866f856a2..7d5b7e5fd83 100644 --- a/src/Generated/Education/Me/Assignments/Item/Submissions/Item/EscapedReturn/ReturnRequestBuilder.php +++ b/src/Generated/Education/Me/Assignments/Item/Submissions/Item/EscapedReturn/ReturnRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ReturnRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta Find more info here */ public function post(?ReturnRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.php b/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.php index a984c0003ab..243cc336a74 100644 --- a/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.php +++ b/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ExcuseRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta Find more info here */ public function post(?ExcuseRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Reassign/ReassignRequestBuilder.php b/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Reassign/ReassignRequestBuilder.php index 59b95a4f749..99e40c6602f 100644 --- a/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Reassign/ReassignRequestBuilder.php +++ b/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Reassign/ReassignRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ReassignRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta Find more info here */ public function post(?ReassignRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Me/Assignments/Item/Submissions/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.php b/src/Generated/Education/Me/Assignments/Item/Submissions/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.php index 03eee69725e..a7e3b0663f0 100644 --- a/src/Generated/Education/Me/Assignments/Item/Submissions/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.php +++ b/src/Generated/Education/Me/Assignments/Item/Submissions/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SetUpResourcesFolderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta Find more info here */ public function post(?SetUpResourcesFolderRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Submit/SubmitRequestBuilder.php b/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Submit/SubmitRequestBuilder.php index 667e01fa6f1..9a922ba1030 100644 --- a/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Submit/SubmitRequestBuilder.php +++ b/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Submit/SubmitRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SubmitRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta Find more info here */ public function post(?SubmitRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Unsubmit/UnsubmitRequestBuilder.php b/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Unsubmit/UnsubmitRequestBuilder.php index 32283fd22d4..f07188e7192 100644 --- a/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Unsubmit/UnsubmitRequestBuilder.php +++ b/src/Generated/Education/Me/Assignments/Item/Submissions/Item/Unsubmit/UnsubmitRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UnsubmitRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta Find more info here */ public function post(?UnsubmitRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Schools/Delta/DeltaRequestBuilder.php b/src/Generated/Education/Schools/Delta/DeltaRequestBuilder.php index 93a03ca92c4..da88ba537d7 100644 --- a/src/Generated/Education/Schools/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Education/Schools/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationschool-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Users/Delta/DeltaRequestBuilder.php b/src/Generated/Education/Users/Delta/DeltaRequestBuilder.php index 1cb023585b8..731bf1b6050 100644 --- a/src/Generated/Education/Users/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Education/Users/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationuser-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Users/Item/Assignments/Delta/DeltaRequestBuilder.php b/src/Generated/Education/Users/Item/Assignments/Delta/DeltaRequestBuilder.php index a5142e473e2..158aadaad1e 100644 --- a/src/Generated/Education/Users/Item/Assignments/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Education/Users/Item/Assignments/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Users/Item/Assignments/Item/Activate/ActivateRequestBuilder.php b/src/Generated/Education/Users/Item/Assignments/Item/Activate/ActivateRequestBuilder.php index 965da0cd05f..177170ba5f1 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/Activate/ActivateRequestBuilder.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/Activate/ActivateRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ActivateRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta Find more info here */ public function post(?ActivateRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Users/Item/Assignments/Item/Categories/Delta/DeltaRequestBuilder.php b/src/Generated/Education/Users/Item/Assignments/Item/Categories/Delta/DeltaRequestBuilder.php index a24ce4fc14f..e3943c80eae 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/Categories/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/Categories/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Users/Item/Assignments/Item/Deactivate/DeactivateRequestBuilder.php b/src/Generated/Education/Users/Item/Assignments/Item/Deactivate/DeactivateRequestBuilder.php index 56bb571c662..b36f0ba2408 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/Deactivate/DeactivateRequestBuilder.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/Deactivate/DeactivateRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeactivateRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta Find more info here */ public function post(?DeactivateRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Users/Item/Assignments/Item/Publish/PublishRequestBuilder.php b/src/Generated/Education/Users/Item/Assignments/Item/Publish/PublishRequestBuilder.php index b03f3890fd9..80466326daa 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/Publish/PublishRequestBuilder.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/Publish/PublishRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param PublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta Find more info here */ public function post(?PublishRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Users/Item/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.php b/src/Generated/Education/Users/Item/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.php index cfdc480ca35..899740111d7 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/SetUpFeedbackResourcesFolder/SetUpFeedbackResourcesFolderRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SetUpFeedbackResourcesFolderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta Find more info here */ public function post(?SetUpFeedbackResourcesFolderRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Users/Item/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.php b/src/Generated/Education/Users/Item/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.php index 3350fe25fc1..a969d3ae6d1 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SetUpResourcesFolderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta Find more info here */ public function post(?SetUpResourcesFolderRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/EscapedReturn/ReturnRequestBuilder.php b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/EscapedReturn/ReturnRequestBuilder.php index 2738a3e6514..09a9725434a 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/EscapedReturn/ReturnRequestBuilder.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/EscapedReturn/ReturnRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ReturnRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta Find more info here */ public function post(?ReturnRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.php b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.php index e164fe88067..e7d43d4b58f 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Excuse/ExcuseRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ExcuseRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta Find more info here */ public function post(?ExcuseRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Reassign/ReassignRequestBuilder.php b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Reassign/ReassignRequestBuilder.php index 482d7ba487f..bf13220b1ce 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Reassign/ReassignRequestBuilder.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Reassign/ReassignRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ReassignRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta Find more info here */ public function post(?ReassignRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.php b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.php index bbd311800d9..88d29bf69dd 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/SetUpResourcesFolder/SetUpResourcesFolderRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SetUpResourcesFolderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta Find more info here */ public function post(?SetUpResourcesFolderRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Submit/SubmitRequestBuilder.php b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Submit/SubmitRequestBuilder.php index e33869b3bd5..e6a9d6e939e 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Submit/SubmitRequestBuilder.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Submit/SubmitRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SubmitRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta Find more info here */ public function post(?SubmitRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Unsubmit/UnsubmitRequestBuilder.php b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Unsubmit/UnsubmitRequestBuilder.php index b9496754556..4786d3f8f72 100644 --- a/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Unsubmit/UnsubmitRequestBuilder.php +++ b/src/Generated/Education/Users/Item/Assignments/Item/Submissions/Item/Unsubmit/UnsubmitRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UnsubmitRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta Find more info here */ public function post(?UnsubmitRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/EscapedPrint/PrinterShares/Item/Jobs/Item/Abort/AbortRequestBuilder.php b/src/Generated/EscapedPrint/PrinterShares/Item/Jobs/Item/Abort/AbortRequestBuilder.php index 9dc96a7ec37..a53ef0a6cd0 100644 --- a/src/Generated/EscapedPrint/PrinterShares/Item/Jobs/Item/Abort/AbortRequestBuilder.php +++ b/src/Generated/EscapedPrint/PrinterShares/Item/Jobs/Item/Abort/AbortRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AbortRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta Find more info here */ public function post(AbortPostRequestBody $body, ?AbortRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/EscapedPrint/PrinterShares/Item/Jobs/Item/Cancel/CancelRequestBuilder.php b/src/Generated/EscapedPrint/PrinterShares/Item/Jobs/Item/Cancel/CancelRequestBuilder.php index 15d255bafc8..b8fb395737f 100644 --- a/src/Generated/EscapedPrint/PrinterShares/Item/Jobs/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/EscapedPrint/PrinterShares/Item/Jobs/Item/Cancel/CancelRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta Find more info here */ public function post(?CancelRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/EscapedPrint/PrinterShares/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionRequestBuilder.php b/src/Generated/EscapedPrint/PrinterShares/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionRequestBuilder.php index 805c765faa6..9bb599271ef 100644 --- a/src/Generated/EscapedPrint/PrinterShares/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionRequestBuilder.php +++ b/src/Generated/EscapedPrint/PrinterShares/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta Find more info here */ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSessionRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/EscapedPrint/PrinterShares/Item/Jobs/Item/Redirect/RedirectRequestBuilder.php b/src/Generated/EscapedPrint/PrinterShares/Item/Jobs/Item/Redirect/RedirectRequestBuilder.php index e5baf7e38b5..fc5b308ddfb 100644 --- a/src/Generated/EscapedPrint/PrinterShares/Item/Jobs/Item/Redirect/RedirectRequestBuilder.php +++ b/src/Generated/EscapedPrint/PrinterShares/Item/Jobs/Item/Redirect/RedirectRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RedirectRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta Find more info here */ public function post(RedirectPostRequestBody $body, ?RedirectRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/EscapedPrint/Printers/Create/CreateRequestBuilder.php b/src/Generated/EscapedPrint/Printers/Create/CreateRequestBuilder.php index ad56271f8c0..ae4d4244f7c 100644 --- a/src/Generated/EscapedPrint/Printers/Create/CreateRequestBuilder.php +++ b/src/Generated/EscapedPrint/Printers/Create/CreateRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CreateRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/printer-create?view=graph-rest-beta Find more info here */ public function post(CreatePostRequestBody $body, ?CreateRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/EscapedPrint/Printers/Item/GetCapabilities/GetCapabilitiesRequestBuilder.php b/src/Generated/EscapedPrint/Printers/Item/GetCapabilities/GetCapabilitiesRequestBuilder.php index 5dcc2a34a7b..d571f2defb0 100644 --- a/src/Generated/EscapedPrint/Printers/Item/GetCapabilities/GetCapabilitiesRequestBuilder.php +++ b/src/Generated/EscapedPrint/Printers/Item/GetCapabilities/GetCapabilitiesRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetCapabilitiesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/printer-getcapabilities?view=graph-rest-beta Find more info here */ public function get(?GetCapabilitiesRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/EscapedPrint/Printers/Item/Jobs/Item/Abort/AbortRequestBuilder.php b/src/Generated/EscapedPrint/Printers/Item/Jobs/Item/Abort/AbortRequestBuilder.php index 0d7ca2dfb4c..f40ae0ede8e 100644 --- a/src/Generated/EscapedPrint/Printers/Item/Jobs/Item/Abort/AbortRequestBuilder.php +++ b/src/Generated/EscapedPrint/Printers/Item/Jobs/Item/Abort/AbortRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AbortRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta Find more info here */ public function post(AbortPostRequestBody $body, ?AbortRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/EscapedPrint/Printers/Item/Jobs/Item/Cancel/CancelRequestBuilder.php b/src/Generated/EscapedPrint/Printers/Item/Jobs/Item/Cancel/CancelRequestBuilder.php index 9d12b314890..18d34477188 100644 --- a/src/Generated/EscapedPrint/Printers/Item/Jobs/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/EscapedPrint/Printers/Item/Jobs/Item/Cancel/CancelRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta Find more info here */ public function post(?CancelRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/EscapedPrint/Printers/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionRequestBuilder.php b/src/Generated/EscapedPrint/Printers/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionRequestBuilder.php index 75990d5814f..5437d12e6d3 100644 --- a/src/Generated/EscapedPrint/Printers/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionRequestBuilder.php +++ b/src/Generated/EscapedPrint/Printers/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta Find more info here */ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSessionRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/EscapedPrint/Printers/Item/Jobs/Item/Redirect/RedirectRequestBuilder.php b/src/Generated/EscapedPrint/Printers/Item/Jobs/Item/Redirect/RedirectRequestBuilder.php index 9b2f012bcbd..94b03bd7eef 100644 --- a/src/Generated/EscapedPrint/Printers/Item/Jobs/Item/Redirect/RedirectRequestBuilder.php +++ b/src/Generated/EscapedPrint/Printers/Item/Jobs/Item/Redirect/RedirectRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RedirectRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta Find more info here */ public function post(RedirectPostRequestBody $body, ?RedirectRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/EscapedPrint/Printers/Item/RestoreFactoryDefaults/RestoreFactoryDefaultsRequestBuilder.php b/src/Generated/EscapedPrint/Printers/Item/RestoreFactoryDefaults/RestoreFactoryDefaultsRequestBuilder.php index 779ee360238..62495c393de 100644 --- a/src/Generated/EscapedPrint/Printers/Item/RestoreFactoryDefaults/RestoreFactoryDefaultsRequestBuilder.php +++ b/src/Generated/EscapedPrint/Printers/Item/RestoreFactoryDefaults/RestoreFactoryDefaultsRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RestoreFactoryDefaultsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/printer-restorefactorydefaults?view=graph-rest-beta Find more info here */ public function post(?RestoreFactoryDefaultsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/EscapedPrint/Shares/Item/Jobs/Item/Abort/AbortRequestBuilder.php b/src/Generated/EscapedPrint/Shares/Item/Jobs/Item/Abort/AbortRequestBuilder.php index 04063a4bd19..14e37b9ada3 100644 --- a/src/Generated/EscapedPrint/Shares/Item/Jobs/Item/Abort/AbortRequestBuilder.php +++ b/src/Generated/EscapedPrint/Shares/Item/Jobs/Item/Abort/AbortRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AbortRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta Find more info here */ public function post(AbortPostRequestBody $body, ?AbortRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/EscapedPrint/Shares/Item/Jobs/Item/Cancel/CancelRequestBuilder.php b/src/Generated/EscapedPrint/Shares/Item/Jobs/Item/Cancel/CancelRequestBuilder.php index 019bb6eb715..37328c457be 100644 --- a/src/Generated/EscapedPrint/Shares/Item/Jobs/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/EscapedPrint/Shares/Item/Jobs/Item/Cancel/CancelRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta Find more info here */ public function post(?CancelRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/EscapedPrint/Shares/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionRequestBuilder.php b/src/Generated/EscapedPrint/Shares/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionRequestBuilder.php index a35e810e2e9..fb46abffd93 100644 --- a/src/Generated/EscapedPrint/Shares/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionRequestBuilder.php +++ b/src/Generated/EscapedPrint/Shares/Item/Jobs/Item/Documents/Item/CreateUploadSession/CreateUploadSessionRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta Find more info here */ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSessionRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/EscapedPrint/Shares/Item/Jobs/Item/Redirect/RedirectRequestBuilder.php b/src/Generated/EscapedPrint/Shares/Item/Jobs/Item/Redirect/RedirectRequestBuilder.php index 410f6c76935..4e0347709ec 100644 --- a/src/Generated/EscapedPrint/Shares/Item/Jobs/Item/Redirect/RedirectRequestBuilder.php +++ b/src/Generated/EscapedPrint/Shares/Item/Jobs/Item/Redirect/RedirectRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RedirectRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta Find more info here */ public function post(RedirectPostRequestBody $body, ?RedirectRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/External/Connections/Item/Schema/SchemaRequestBuilder.php b/src/Generated/External/Connections/Item/Schema/SchemaRequestBuilder.php index 6d7bb079fd5..26facd490f9 100644 --- a/src/Generated/External/Connections/Item/Schema/SchemaRequestBuilder.php +++ b/src/Generated/External/Connections/Item/Schema/SchemaRequestBuilder.php @@ -46,12 +46,12 @@ public function get(?SchemaRequestBuilderGetRequestConfiguration $requestConfigu } /** - * Update the properties of a schema for an externalConnection. + * Create a new or update an existing schema for a Microsoft Search connection. * @param Schema $body The request body * @param SchemaRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/externalconnectors-schema-update?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-patch-schema?view=graph-rest-beta Find more info here */ public function patch(Schema $body, ?SchemaRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); @@ -83,7 +83,7 @@ public function toGetRequestInformation(?SchemaRequestBuilderGetRequestConfigura } /** - * Update the properties of a schema for an externalConnection. + * Create a new or update an existing schema for a Microsoft Search connection. * @param Schema $body The request body * @param SchemaRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/External/IndustryData/DataConnectors/DataConnectorsRequestBuilder.php b/src/Generated/External/IndustryData/DataConnectors/DataConnectorsRequestBuilder.php index 089d28039f6..467f2d1822f 100644 --- a/src/Generated/External/IndustryData/DataConnectors/DataConnectorsRequestBuilder.php +++ b/src/Generated/External/IndustryData/DataConnectors/DataConnectorsRequestBuilder.php @@ -67,12 +67,12 @@ public function get(?DataConnectorsRequestBuilderGetRequestConfiguration $reques } /** - * Create a new oneRosterApiDataConnector object. + * Create a new azureDataLakeConnector object. * @param IndustryDataConnector $body The request body * @param DataConnectorsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/industrydata-onerosterapidataconnector-post?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/industrydata-azuredatalakeconnector-post?view=graph-rest-beta Find more info here */ public function post(IndustryDataConnector $body, ?DataConnectorsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -104,7 +104,7 @@ public function toGetRequestInformation(?DataConnectorsRequestBuilderGetRequestC } /** - * Create a new oneRosterApiDataConnector object. + * Create a new azureDataLakeConnector object. * @param IndustryDataConnector $body The request body * @param DataConnectorsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/External/IndustryData/DataConnectors/Item/IndustryDataConnectorItemRequestBuilder.php b/src/Generated/External/IndustryData/DataConnectors/Item/IndustryDataConnectorItemRequestBuilder.php index 546dd3a5a99..e506e27bd63 100644 --- a/src/Generated/External/IndustryData/DataConnectors/Item/IndustryDataConnectorItemRequestBuilder.php +++ b/src/Generated/External/IndustryData/DataConnectors/Item/IndustryDataConnectorItemRequestBuilder.php @@ -77,12 +77,12 @@ public function get(?IndustryDataConnectorItemRequestBuilderGetRequestConfigurat } /** - * Update the properties of a oneRosterApiDataConnector object. + * Update the properties of an azureDataLakeConnector object. * @param IndustryDataConnector $body The request body * @param IndustryDataConnectorItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/industrydata-onerosterapidataconnector-update?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/industrydata-azuredatalakeconnector-update?view=graph-rest-beta Find more info here */ public function patch(IndustryDataConnector $body, ?IndustryDataConnectorItemRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); @@ -132,7 +132,7 @@ public function toGetRequestInformation(?IndustryDataConnectorItemRequestBuilder } /** - * Update the properties of a oneRosterApiDataConnector object. + * Update the properties of an azureDataLakeConnector object. * @param IndustryDataConnector $body The request body * @param IndustryDataConnectorItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/External/IndustryData/DataConnectors/Item/MicrosoftGraphIndustryDataValidate/MicrosoftGraphIndustryDataValidateRequestBuilder.php b/src/Generated/External/IndustryData/DataConnectors/Item/MicrosoftGraphIndustryDataValidate/MicrosoftGraphIndustryDataValidateRequestBuilder.php index 1f27ffb2145..4d489c969b1 100644 --- a/src/Generated/External/IndustryData/DataConnectors/Item/MicrosoftGraphIndustryDataValidate/MicrosoftGraphIndustryDataValidateRequestBuilder.php +++ b/src/Generated/External/IndustryData/DataConnectors/Item/MicrosoftGraphIndustryDataValidate/MicrosoftGraphIndustryDataValidateRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphIndustryDataValidateRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-validate?view=graph-rest-beta Find more info here */ public function post(?MicrosoftGraphIndustryDataValidateRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/External/IndustryData/InboundFlows/InboundFlowsRequestBuilder.php b/src/Generated/External/IndustryData/InboundFlows/InboundFlowsRequestBuilder.php index 0ad8a25982d..de7d21bcaed 100644 --- a/src/Generated/External/IndustryData/InboundFlows/InboundFlowsRequestBuilder.php +++ b/src/Generated/External/IndustryData/InboundFlows/InboundFlowsRequestBuilder.php @@ -67,12 +67,12 @@ public function get(?InboundFlowsRequestBuilderGetRequestConfiguration $requestC } /** - * Create a new inboundApiFlow object. + * Create a new inboundFileFlow object. * @param InboundFlow $body The request body * @param InboundFlowsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/industrydata-inboundapiflow-post?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-post?view=graph-rest-beta Find more info here */ public function post(InboundFlow $body, ?InboundFlowsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -104,7 +104,7 @@ public function toGetRequestInformation(?InboundFlowsRequestBuilderGetRequestCon } /** - * Create a new inboundApiFlow object. + * Create a new inboundFileFlow object. * @param InboundFlow $body The request body * @param InboundFlowsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/External/IndustryData/InboundFlows/Item/InboundFlowItemRequestBuilder.php b/src/Generated/External/IndustryData/InboundFlows/Item/InboundFlowItemRequestBuilder.php index 79838d1edef..bf307224d84 100644 --- a/src/Generated/External/IndustryData/InboundFlows/Item/InboundFlowItemRequestBuilder.php +++ b/src/Generated/External/IndustryData/InboundFlows/Item/InboundFlowItemRequestBuilder.php @@ -77,12 +77,12 @@ public function get(?InboundFlowItemRequestBuilderGetRequestConfiguration $reque } /** - * Update the properties of an inboundApiFlow object. + * Update the properties of an inboundFileFlow object. * @param InboundFlow $body The request body * @param InboundFlowItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/industrydata-inboundapiflow-update?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-update?view=graph-rest-beta Find more info here */ public function patch(InboundFlow $body, ?InboundFlowItemRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); @@ -132,7 +132,7 @@ public function toGetRequestInformation(?InboundFlowItemRequestBuilderGetRequest } /** - * Update the properties of an inboundApiFlow object. + * Update the properties of an inboundFileFlow object. * @param InboundFlow $body The request body * @param InboundFlowItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/External/IndustryData/Operations/Item/LongRunningOperationItemRequestBuilder.php b/src/Generated/External/IndustryData/Operations/Item/LongRunningOperationItemRequestBuilder.php index 230e24aa9c1..1489ac75a43 100644 --- a/src/Generated/External/IndustryData/Operations/Item/LongRunningOperationItemRequestBuilder.php +++ b/src/Generated/External/IndustryData/Operations/Item/LongRunningOperationItemRequestBuilder.php @@ -45,11 +45,11 @@ public function delete(?LongRunningOperationItemRequestBuilderDeleteRequestConfi } /** - * Read the properties and relationships of a longRunningOperation object. This API allows you to retrieve the details and status of the following long-running Microsoft Graph API operations. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states. + * Read the properties and relationships of a fileValidateOperation object. * @param LongRunningOperationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/longrunningoperation-get?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/industrydata-filevalidateoperation-get?view=graph-rest-beta Find more info here */ public function get(?LongRunningOperationItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -93,7 +93,7 @@ public function toDeleteRequestInformation(?LongRunningOperationItemRequestBuild } /** - * Read the properties and relationships of a longRunningOperation object. This API allows you to retrieve the details and status of the following long-running Microsoft Graph API operations. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states. + * Read the properties and relationships of a fileValidateOperation object. * @param LongRunningOperationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/External/IndustryData/Operations/Item/LongRunningOperationItemRequestBuilderGetQueryParameters.php b/src/Generated/External/IndustryData/Operations/Item/LongRunningOperationItemRequestBuilderGetQueryParameters.php index b479fc76ce2..32bac9d6444 100644 --- a/src/Generated/External/IndustryData/Operations/Item/LongRunningOperationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/External/IndustryData/Operations/Item/LongRunningOperationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of a longRunningOperation object. This API allows you to retrieve the details and status of the following long-running Microsoft Graph API operations. The possible states of the long-running operation are notStarted, running, succeeded, failed, unknownFutureValue where succeeded and failed are terminal states. + * Read the properties and relationships of a fileValidateOperation object. */ class LongRunningOperationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/External/IndustryData/OutboundProvisioningFlowSets/Item/ProvisioningFlows/Item/MicrosoftGraphIndustryDataReset/MicrosoftGraphIndustryDataResetRequestBuilder.php b/src/Generated/External/IndustryData/OutboundProvisioningFlowSets/Item/ProvisioningFlows/Item/MicrosoftGraphIndustryDataReset/MicrosoftGraphIndustryDataResetRequestBuilder.php index 210249d584b..84ba2b563d9 100644 --- a/src/Generated/External/IndustryData/OutboundProvisioningFlowSets/Item/ProvisioningFlows/Item/MicrosoftGraphIndustryDataReset/MicrosoftGraphIndustryDataResetRequestBuilder.php +++ b/src/Generated/External/IndustryData/OutboundProvisioningFlowSets/Item/ProvisioningFlows/Item/MicrosoftGraphIndustryDataReset/MicrosoftGraphIndustryDataResetRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphIndustryDataResetRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/industrydata-provisioningflow-reset?view=graph-rest-beta Find more info here */ public function post(?MicrosoftGraphIndustryDataResetRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/External/IndustryData/Runs/Item/MicrosoftGraphIndustryDataGetStatistics/MicrosoftGraphIndustryDataGetStatisticsRequestBuilder.php b/src/Generated/External/IndustryData/Runs/Item/MicrosoftGraphIndustryDataGetStatistics/MicrosoftGraphIndustryDataGetStatisticsRequestBuilder.php index 9d58f151f37..c7cb68c7e50 100644 --- a/src/Generated/External/IndustryData/Runs/Item/MicrosoftGraphIndustryDataGetStatistics/MicrosoftGraphIndustryDataGetStatisticsRequestBuilder.php +++ b/src/Generated/External/IndustryData/Runs/Item/MicrosoftGraphIndustryDataGetStatistics/MicrosoftGraphIndustryDataGetStatisticsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphIndustryDataGetStatisticsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/industrydata-industrydatarun-getstatistics?view=graph-rest-beta Find more info here */ public function get(?MicrosoftGraphIndustryDataGetStatisticsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/GroupLifecyclePolicies/RenewGroup/RenewGroupRequestBuilder.php b/src/Generated/GroupLifecyclePolicies/RenewGroup/RenewGroupRequestBuilder.php index 05d65f96cdc..2726ec63d2b 100644 --- a/src/Generated/GroupLifecyclePolicies/RenewGroup/RenewGroupRequestBuilder.php +++ b/src/Generated/GroupLifecyclePolicies/RenewGroup/RenewGroupRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RenewGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/grouplifecyclepolicy-renewgroup?view=graph-rest-beta Find more info here */ public function post(RenewGroupPostRequestBody $body, ?RenewGroupRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Delta/DeltaRequestBuilder.php b/src/Generated/Groups/Delta/DeltaRequestBuilder.php index be474a59a34..9f5d4b8c07c 100644 --- a/src/Generated/Groups/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Groups/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/group-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/EvaluateDynamicMembership/EvaluateDynamicMembershipRequestBuilder.php b/src/Generated/Groups/EvaluateDynamicMembership/EvaluateDynamicMembershipRequestBuilder.php index abfa037f2e8..48680083954 100644 --- a/src/Generated/Groups/EvaluateDynamicMembership/EvaluateDynamicMembershipRequestBuilder.php +++ b/src/Generated/Groups/EvaluateDynamicMembership/EvaluateDynamicMembershipRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param EvaluateDynamicMembershipRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta Find more info here */ public function post(EvaluateDynamicMembershipPostRequestBody $body, ?EvaluateDynamicMembershipRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/GetByIds/GetByIdsRequestBuilder.php b/src/Generated/Groups/GetByIds/GetByIdsRequestBuilder.php index e925b249248..8664def0413 100644 --- a/src/Generated/Groups/GetByIds/GetByIdsRequestBuilder.php +++ b/src/Generated/Groups/GetByIds/GetByIdsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetByIdsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta Find more info here */ public function post(GetByIdsPostRequestBody $body, ?GetByIdsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/GetUserOwnedObjects/GetUserOwnedObjectsRequestBuilder.php b/src/Generated/Groups/GetUserOwnedObjects/GetUserOwnedObjectsRequestBuilder.php index e391c5f6f89..8ca6d28e1f0 100644 --- a/src/Generated/Groups/GetUserOwnedObjects/GetUserOwnedObjectsRequestBuilder.php +++ b/src/Generated/Groups/GetUserOwnedObjects/GetUserOwnedObjectsRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetUserOwnedObjectsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta Find more info here */ public function post(GetUserOwnedObjectsPostRequestBody $body, ?GetUserOwnedObjectsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/GroupsRequestBuilder.php b/src/Generated/Groups/GroupsRequestBuilder.php index d7217fcbcb1..e484e11c847 100644 --- a/src/Generated/Groups/GroupsRequestBuilder.php +++ b/src/Generated/Groups/GroupsRequestBuilder.php @@ -107,12 +107,12 @@ public function get(?GroupsRequestBuilderGetRequestConfiguration $requestConfigu } /** - * Create a new group as specified in the request body. You can create one of the following groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. Note: To create a team, first create a group then add a team to it, see create team. + * Create a new group object if it doesn't exist, or update the properties of an existing group object.You can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. * @param Group $body The request body * @param GroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/group-post-groups?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta Find more info here */ public function post(Group $body, ?GroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -144,7 +144,7 @@ public function toGetRequestInformation(?GroupsRequestBuilderGetRequestConfigura } /** - * Create a new group as specified in the request body. You can create one of the following groups: This operation returns by default only a subset of the properties for each group. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. Note: To create a team, first create a group then add a team to it, see create team. + * Create a new group object if it doesn't exist, or update the properties of an existing group object.You can create or update the following types of group: By default, this operation returns only a subset of the properties for each group. For a list of properties that are returned by default, see the Properties section of the group resource. To get properties that are not returned by default, do a GET operation and specify the properties in a $select OData query option. * @param Group $body The request body * @param GroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/AddFavorite/AddFavoriteRequestBuilder.php b/src/Generated/Groups/Item/AddFavorite/AddFavoriteRequestBuilder.php index bfda590dab2..9c370ac7d6c 100644 --- a/src/Generated/Groups/Item/AddFavorite/AddFavoriteRequestBuilder.php +++ b/src/Generated/Groups/Item/AddFavorite/AddFavoriteRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AddFavoriteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-beta Find more info here */ public function post(?AddFavoriteRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/AssignLicense/AssignLicenseRequestBuilder.php b/src/Generated/Groups/Item/AssignLicense/AssignLicenseRequestBuilder.php index 0ce6076ebe2..1194239f79f 100644 --- a/src/Generated/Groups/Item/AssignLicense/AssignLicenseRequestBuilder.php +++ b/src/Generated/Groups/Item/AssignLicense/AssignLicenseRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AssignLicenseRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/group-assignlicense?view=graph-rest-beta Find more info here */ public function post(AssignLicensePostRequestBody $body, ?AssignLicenseRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Calendar/CalendarView/Delta/DeltaRequestBuilder.php b/src/Generated/Groups/Item/Calendar/CalendarView/Delta/DeltaRequestBuilder.php index 5de1767c11b..f7f64e7df8e 100644 --- a/src/Generated/Groups/Item/Calendar/CalendarView/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/CalendarView/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Calendar/Events/Delta/DeltaRequestBuilder.php b/src/Generated/Groups/Item/Calendar/Events/Delta/DeltaRequestBuilder.php index bc4cfaee5b8..48d57218bd6 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/Events/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Accept/AcceptRequestBuilder.php b/src/Generated/Groups/Item/Calendar/Events/Item/Accept/AcceptRequestBuilder.php index 25a8eeaffc8..c65db35586f 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Accept/AcceptRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Accept/AcceptRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta Find more info here */ public function post(AcceptPostRequestBody $body, ?AcceptRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php b/src/Generated/Groups/Item/Calendar/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php index c9a33786f5a..cc8737f7a88 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta Find more info here */ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSessionRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Cancel/CancelRequestBuilder.php b/src/Generated/Groups/Item/Calendar/Events/Item/Cancel/CancelRequestBuilder.php index d2b81753672..ce491608641 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Cancel/CancelRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta Find more info here */ public function post(CancelPostRequestBody $body, ?CancelRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Decline/DeclineRequestBuilder.php b/src/Generated/Groups/Item/Calendar/Events/Item/Decline/DeclineRequestBuilder.php index de9915bfaaa..60134037139 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Decline/DeclineRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Decline/DeclineRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta Find more info here */ public function post(DeclinePostRequestBody $body, ?DeclineRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/DismissReminder/DismissReminderRequestBuilder.php b/src/Generated/Groups/Item/Calendar/Events/Item/DismissReminder/DismissReminderRequestBuilder.php index 6bad9c1aaf8..bbf0673178b 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/DismissReminder/DismissReminderRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/DismissReminder/DismissReminderRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta Find more info here */ public function post(?DismissReminderRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Forward/ForwardRequestBuilder.php b/src/Generated/Groups/Item/Calendar/Events/Item/Forward/ForwardRequestBuilder.php index 3d3fbc15c93..7455037be85 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Forward/ForwardRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Forward/ForwardRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta Find more info here */ public function post(ForwardPostRequestBody $body, ?ForwardRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Delta/DeltaRequestBuilder.php b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Delta/DeltaRequestBuilder.php index 5f64d318843..add4038fb11 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/Instances/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/PermanentDelete/PermanentDeleteRequestBuilder.php b/src/Generated/Groups/Item/Calendar/Events/Item/PermanentDelete/PermanentDeleteRequestBuilder.php index ca76f09f333..7d4dec79e0b 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/PermanentDelete/PermanentDeleteRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/PermanentDelete/PermanentDeleteRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param PermanentDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta Find more info here */ public function post(?PermanentDeleteRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php b/src/Generated/Groups/Item/Calendar/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php index 897d453df4f..087fa7c24d5 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta Find more info here */ public function post(SnoozeReminderPostRequestBody $body, ?SnoozeReminderRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Calendar/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php b/src/Generated/Groups/Item/Calendar/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php index 879cce6e56b..5c22654e23c 100644 --- a/src/Generated/Groups/Item/Calendar/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta Find more info here */ public function post(TentativelyAcceptPostRequestBody $body, ?TentativelyAcceptRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Calendar/GetSchedule/GetScheduleRequestBuilder.php b/src/Generated/Groups/Item/Calendar/GetSchedule/GetScheduleRequestBuilder.php index 8f4e13564e7..42ab84ffcd5 100644 --- a/src/Generated/Groups/Item/Calendar/GetSchedule/GetScheduleRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/GetSchedule/GetScheduleRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetScheduleRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta Find more info here */ public function post(GetSchedulePostRequestBody $body, ?GetScheduleRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Calendar/PermanentDelete/PermanentDeleteRequestBuilder.php b/src/Generated/Groups/Item/Calendar/PermanentDelete/PermanentDeleteRequestBuilder.php index 664ec89e6ba..05fb455314d 100644 --- a/src/Generated/Groups/Item/Calendar/PermanentDelete/PermanentDeleteRequestBuilder.php +++ b/src/Generated/Groups/Item/Calendar/PermanentDelete/PermanentDeleteRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param PermanentDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/calendar-permanentdelete?view=graph-rest-beta Find more info here */ public function post(?PermanentDeleteRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/CalendarView/Delta/DeltaRequestBuilder.php b/src/Generated/Groups/Item/CalendarView/Delta/DeltaRequestBuilder.php index 975826c389d..abf8814d1d8 100644 --- a/src/Generated/Groups/Item/CalendarView/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Groups/Item/CalendarView/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php b/src/Generated/Groups/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php index e06c16796ea..1e3aca03c3a 100644 --- a/src/Generated/Groups/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php +++ b/src/Generated/Groups/Item/CheckMemberGroups/CheckMemberGroupsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CheckMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta Find more info here */ public function post(CheckMemberGroupsPostRequestBody $body, ?CheckMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Conversations/ConversationsRequestBuilder.php b/src/Generated/Groups/Item/Conversations/ConversationsRequestBuilder.php index 3d4b6e9938c..232151dfb25 100644 --- a/src/Generated/Groups/Item/Conversations/ConversationsRequestBuilder.php +++ b/src/Generated/Groups/Item/Conversations/ConversationsRequestBuilder.php @@ -67,12 +67,12 @@ public function get(?ConversationsRequestBuilderGetRequestConfiguration $request } /** - * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. + * Create a new conversation by including a thread and a post. Use reply thread or reply post to further post to that conversation. * @param Conversation $body The request body * @param ConversationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/group-post-conversations?view=graph-rest-beta Find more info here */ public function post(Conversation $body, ?ConversationsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -104,7 +104,7 @@ public function toGetRequestInformation(?ConversationsRequestBuilderGetRequestCo } /** - * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. + * Create a new conversation by including a thread and a post. Use reply thread or reply post to further post to that conversation. * @param Conversation $body The request body * @param ConversationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/Conversations/Item/ConversationItemRequestBuilder.php b/src/Generated/Groups/Item/Conversations/Item/ConversationItemRequestBuilder.php index ccc2cb5c328..cc190f8ef54 100644 --- a/src/Generated/Groups/Item/Conversations/Item/ConversationItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Conversations/Item/ConversationItemRequestBuilder.php @@ -39,11 +39,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete a group's conversation object. + * Delete conversation. * @param ConversationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/group-delete-conversation?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/conversation-delete?view=graph-rest-beta Find more info here */ public function delete(?ConversationItemRequestBuilderDeleteRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toDeleteRequestInformation($requestConfiguration); @@ -54,11 +54,11 @@ public function delete(?ConversationItemRequestBuilderDeleteRequestConfiguration } /** - * Get a group's conversation object. + * Retrieve the properties and relationships of conversation object. * @param ConversationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/group-get-conversation?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/conversation-get?view=graph-rest-beta Find more info here */ public function get(?ConversationItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -69,7 +69,7 @@ public function get(?ConversationItemRequestBuilderGetRequestConfiguration $requ } /** - * Delete a group's conversation object. + * Delete conversation. * @param ConversationItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -87,7 +87,7 @@ public function toDeleteRequestInformation(?ConversationItemRequestBuilderDelete } /** - * Get a group's conversation object. + * Retrieve the properties and relationships of conversation object. * @param ConversationItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Conversations/Item/ConversationItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Conversations/Item/ConversationItemRequestBuilderGetQueryParameters.php index b72016b3ba5..e28c0cfb775 100644 --- a/src/Generated/Groups/Item/Conversations/Item/ConversationItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Conversations/Item/ConversationItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a group's conversation object. + * Retrieve the properties and relationships of conversation object. */ class ConversationItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php index 2c07a4fd424..c24735abed3 100644 --- a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php +++ b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta Find more info here */ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSessionRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Forward/ForwardRequestBuilder.php b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Forward/ForwardRequestBuilder.php index da9fda20a49..008bb511841 100644 --- a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Forward/ForwardRequestBuilder.php +++ b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/Forward/ForwardRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta Find more info here */ public function post(ForwardPostRequestBody $body, ?ForwardRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php index 77b4cf22e6b..80b53bdbf12 100644 --- a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php +++ b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta Find more info here */ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSessionRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Forward/ForwardRequestBuilder.php b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Forward/ForwardRequestBuilder.php index f1fdc4a5833..765cfd5dc35 100644 --- a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Forward/ForwardRequestBuilder.php +++ b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Posts/Item/InReplyTo/Forward/ForwardRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta Find more info here */ public function post(ForwardPostRequestBody $body, ?ForwardRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Reply/ReplyRequestBuilder.php b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Reply/ReplyRequestBuilder.php index a37376c7472..4bafb856eea 100644 --- a/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Reply/ReplyRequestBuilder.php +++ b/src/Generated/Groups/Item/Conversations/Item/Threads/Item/Reply/ReplyRequestBuilder.php @@ -30,11 +30,12 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. + * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. * @param ReplyPostRequestBody $body The request body * @param ReplyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-beta Find more info here */ public function post(ReplyPostRequestBody $body, ?ReplyRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -45,7 +46,7 @@ public function post(ReplyPostRequestBody $body, ?ReplyRequestBuilderPostRequest } /** - * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. + * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. * @param ReplyPostRequestBody $body The request body * @param ReplyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/DeletePasswordSingleSignOnCredentials/DeletePasswordSingleSignOnCredentialsRequestBuilder.php b/src/Generated/Groups/Item/DeletePasswordSingleSignOnCredentials/DeletePasswordSingleSignOnCredentialsRequestBuilder.php index 32bf35aa3b2..eb0617b6463 100644 --- a/src/Generated/Groups/Item/DeletePasswordSingleSignOnCredentials/DeletePasswordSingleSignOnCredentialsRequestBuilder.php +++ b/src/Generated/Groups/Item/DeletePasswordSingleSignOnCredentials/DeletePasswordSingleSignOnCredentialsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeletePasswordSingleSignOnCredentialsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/group-deletepasswordsinglesignoncredentials?view=graph-rest-beta Find more info here */ public function post(DeletePasswordSingleSignOnCredentialsPostRequestBody $body, ?DeletePasswordSingleSignOnCredentialsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/EvaluateDynamicMembership/EvaluateDynamicMembershipRequestBuilder.php b/src/Generated/Groups/Item/EvaluateDynamicMembership/EvaluateDynamicMembershipRequestBuilder.php index 4d880315c88..0ab90db3109 100644 --- a/src/Generated/Groups/Item/EvaluateDynamicMembership/EvaluateDynamicMembershipRequestBuilder.php +++ b/src/Generated/Groups/Item/EvaluateDynamicMembership/EvaluateDynamicMembershipRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param EvaluateDynamicMembershipRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta Find more info here */ public function post(EvaluateDynamicMembershipPostRequestBody $body, ?EvaluateDynamicMembershipRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Events/Delta/DeltaRequestBuilder.php b/src/Generated/Groups/Item/Events/Delta/DeltaRequestBuilder.php index b3401fde520..cab1264f0d7 100644 --- a/src/Generated/Groups/Item/Events/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Groups/Item/Events/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Events/Item/Accept/AcceptRequestBuilder.php b/src/Generated/Groups/Item/Events/Item/Accept/AcceptRequestBuilder.php index 69f2f2213be..f3ccf7c587c 100644 --- a/src/Generated/Groups/Item/Events/Item/Accept/AcceptRequestBuilder.php +++ b/src/Generated/Groups/Item/Events/Item/Accept/AcceptRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta Find more info here */ public function post(AcceptPostRequestBody $body, ?AcceptRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php b/src/Generated/Groups/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php index f5599d19be0..d15e992e9ee 100644 --- a/src/Generated/Groups/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php +++ b/src/Generated/Groups/Item/Events/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta Find more info here */ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSessionRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Events/Item/Cancel/CancelRequestBuilder.php b/src/Generated/Groups/Item/Events/Item/Cancel/CancelRequestBuilder.php index 761fd25a0cb..5631aa83fff 100644 --- a/src/Generated/Groups/Item/Events/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/Groups/Item/Events/Item/Cancel/CancelRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta Find more info here */ public function post(CancelPostRequestBody $body, ?CancelRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Events/Item/Decline/DeclineRequestBuilder.php b/src/Generated/Groups/Item/Events/Item/Decline/DeclineRequestBuilder.php index 85dbc61bc62..d82765cd9dd 100644 --- a/src/Generated/Groups/Item/Events/Item/Decline/DeclineRequestBuilder.php +++ b/src/Generated/Groups/Item/Events/Item/Decline/DeclineRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeclineRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta Find more info here */ public function post(DeclinePostRequestBody $body, ?DeclineRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.php b/src/Generated/Groups/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.php index 69ba7a06d7a..f3ca615d216 100644 --- a/src/Generated/Groups/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.php +++ b/src/Generated/Groups/Item/Events/Item/DismissReminder/DismissReminderRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DismissReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta Find more info here */ public function post(?DismissReminderRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Events/Item/Forward/ForwardRequestBuilder.php b/src/Generated/Groups/Item/Events/Item/Forward/ForwardRequestBuilder.php index a6cda027817..1db3796e882 100644 --- a/src/Generated/Groups/Item/Events/Item/Forward/ForwardRequestBuilder.php +++ b/src/Generated/Groups/Item/Events/Item/Forward/ForwardRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta Find more info here */ public function post(ForwardPostRequestBody $body, ?ForwardRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.php b/src/Generated/Groups/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.php index fb0c509517c..8c0e8aff31f 100644 --- a/src/Generated/Groups/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Groups/Item/Events/Item/Instances/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Events/Item/PermanentDelete/PermanentDeleteRequestBuilder.php b/src/Generated/Groups/Item/Events/Item/PermanentDelete/PermanentDeleteRequestBuilder.php index 6263f60fcf4..e3c42827a6b 100644 --- a/src/Generated/Groups/Item/Events/Item/PermanentDelete/PermanentDeleteRequestBuilder.php +++ b/src/Generated/Groups/Item/Events/Item/PermanentDelete/PermanentDeleteRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param PermanentDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta Find more info here */ public function post(?PermanentDeleteRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php b/src/Generated/Groups/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php index eec52f14e20..91ec074f979 100644 --- a/src/Generated/Groups/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php +++ b/src/Generated/Groups/Item/Events/Item/SnoozeReminder/SnoozeReminderRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SnoozeReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta Find more info here */ public function post(SnoozeReminderPostRequestBody $body, ?SnoozeReminderRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php b/src/Generated/Groups/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php index 87a3773db81..2f0e2060913 100644 --- a/src/Generated/Groups/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php +++ b/src/Generated/Groups/Item/Events/Item/TentativelyAccept/TentativelyAcceptRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param TentativelyAcceptRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta Find more info here */ public function post(TentativelyAcceptPostRequestBody $body, ?TentativelyAcceptRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php b/src/Generated/Groups/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php index 7c4887989b9..95fc4bf1d54 100644 --- a/src/Generated/Groups/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php +++ b/src/Generated/Groups/Item/GetMemberGroups/GetMemberGroupsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetMemberGroupsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta Find more info here */ public function post(GetMemberGroupsPostRequestBody $body, ?GetMemberGroupsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/GetPasswordSingleSignOnCredentials/GetPasswordSingleSignOnCredentialsRequestBuilder.php b/src/Generated/Groups/Item/GetPasswordSingleSignOnCredentials/GetPasswordSingleSignOnCredentialsRequestBuilder.php index a30803abd97..f78e0df66c1 100644 --- a/src/Generated/Groups/Item/GetPasswordSingleSignOnCredentials/GetPasswordSingleSignOnCredentialsRequestBuilder.php +++ b/src/Generated/Groups/Item/GetPasswordSingleSignOnCredentials/GetPasswordSingleSignOnCredentialsRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetPasswordSingleSignOnCredentialsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/group-getpasswordsinglesignoncredentials?view=graph-rest-beta Find more info here */ public function post(?GetPasswordSingleSignOnCredentialsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/GroupLifecyclePolicies/RenewGroup/RenewGroupRequestBuilder.php b/src/Generated/Groups/Item/GroupLifecyclePolicies/RenewGroup/RenewGroupRequestBuilder.php index b2f6f462441..093e3839d85 100644 --- a/src/Generated/Groups/Item/GroupLifecyclePolicies/RenewGroup/RenewGroupRequestBuilder.php +++ b/src/Generated/Groups/Item/GroupLifecyclePolicies/RenewGroup/RenewGroupRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RenewGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/grouplifecyclepolicy-renewgroup?view=graph-rest-beta Find more info here */ public function post(RenewGroupPostRequestBody $body, ?RenewGroupRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.php b/src/Generated/Groups/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.php index 324eecf6759..6cfb5e4d134 100644 --- a/src/Generated/Groups/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetNotebookFromWebUrlRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta Find more info here */ public function post(GetNotebookFromWebUrlPostRequestBody $body, ?GetNotebookFromWebUrlRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.php b/src/Generated/Groups/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.php index 2970cfdd502..d8ea4c43ec7 100644 --- a/src/Generated/Groups/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.php @@ -37,6 +37,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta Find more info here */ public function get(?GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.php b/src/Generated/Groups/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.php index dae188b9b5c..3862c63c347 100644 --- a/src/Generated/Groups/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CopyNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta Find more info here */ public function post(CopyNotebookPostRequestBody $body, ?CopyNotebookRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php b/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php index 3246a592436..91d54390e79 100644 --- a/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CopyToNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta Find more info here */ public function post(CopyToNotebookPostRequestBody $body, ?CopyToNotebookRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php b/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php index 5efb7fa194f..b79461005a6 100644 --- a/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CopyToSectionGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta Find more info here */ public function post(CopyToSectionGroupPostRequestBody $body, ?CopyToSectionGroupRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php b/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php index 0f88e0f142d..3540e3a3116 100644 --- a/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta Find more info here */ public function post(CopyToSectionPostRequestBody $body, ?CopyToSectionRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php b/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php index 58e2ef3f673..a4288ac50f5 100644 --- a/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CopyToNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta Find more info here */ public function post(CopyToNotebookPostRequestBody $body, ?CopyToNotebookRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php b/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php index 0059cf8f62e..a6217608158 100644 --- a/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CopyToSectionGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta Find more info here */ public function post(CopyToSectionGroupPostRequestBody $body, ?CopyToSectionGroupRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php b/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php index 88da294d5d5..bc5c41c6303 100644 --- a/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta Find more info here */ public function post(CopyToSectionPostRequestBody $body, ?CopyToSectionRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php b/src/Generated/Groups/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php index 3a7a76363a3..d9f0df37afd 100644 --- a/src/Generated/Groups/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta Find more info here */ public function post(CopyToSectionPostRequestBody $body, ?CopyToSectionRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php b/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php index b6013a73a56..e7dc9848c89 100644 --- a/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CopyToNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta Find more info here */ public function post(CopyToNotebookPostRequestBody $body, ?CopyToNotebookRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php b/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php index 5dca4d1a37c..1c6c540dad9 100644 --- a/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CopyToSectionGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta Find more info here */ public function post(CopyToSectionGroupPostRequestBody $body, ?CopyToSectionGroupRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php b/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php index 2e369302bb2..ebe8e075f78 100644 --- a/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta Find more info here */ public function post(CopyToSectionPostRequestBody $body, ?CopyToSectionRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php b/src/Generated/Groups/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php index e1a9b1c5af3..ef5013722c9 100644 --- a/src/Generated/Groups/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CopyToNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta Find more info here */ public function post(CopyToNotebookPostRequestBody $body, ?CopyToNotebookRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php b/src/Generated/Groups/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php index f187d849aed..72e307e0a8f 100644 --- a/src/Generated/Groups/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CopyToSectionGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta Find more info here */ public function post(CopyToSectionGroupPostRequestBody $body, ?CopyToSectionGroupRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php b/src/Generated/Groups/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php index f31f4078bff..3baaeb725fa 100644 --- a/src/Generated/Groups/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php +++ b/src/Generated/Groups/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta Find more info here */ public function post(CopyToSectionPostRequestBody $body, ?CopyToSectionRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Planner/Plans/Delta/DeltaRequestBuilder.php b/src/Generated/Groups/Item/Planner/Plans/Delta/DeltaRequestBuilder.php index 010b326c391..7ae580f2b3a 100644 --- a/src/Generated/Groups/Item/Planner/Plans/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Groups/Item/Planner/Plans/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Planner/Plans/Item/Archive/ArchiveRequestBuilder.php b/src/Generated/Groups/Item/Planner/Plans/Item/Archive/ArchiveRequestBuilder.php index bf824116440..090d00d00f1 100644 --- a/src/Generated/Groups/Item/Planner/Plans/Item/Archive/ArchiveRequestBuilder.php +++ b/src/Generated/Groups/Item/Planner/Plans/Item/Archive/ArchiveRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ArchiveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/plannerplan-archive?view=graph-rest-beta Find more info here */ public function post(ArchivePostRequestBody $body, ?ArchiveRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Delta/DeltaRequestBuilder.php b/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Delta/DeltaRequestBuilder.php index f7f4f5913f1..872e080a086 100644 --- a/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Delta/DeltaRequestBuilder.php b/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Delta/DeltaRequestBuilder.php index 476189537c4..893f8ba750c 100644 --- a/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Groups/Item/Planner/Plans/Item/Buckets/Item/Tasks/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Planner/Plans/Item/MoveToContainer/MoveToContainerRequestBuilder.php b/src/Generated/Groups/Item/Planner/Plans/Item/MoveToContainer/MoveToContainerRequestBuilder.php index ebdfba85e50..8c0677db3fb 100644 --- a/src/Generated/Groups/Item/Planner/Plans/Item/MoveToContainer/MoveToContainerRequestBuilder.php +++ b/src/Generated/Groups/Item/Planner/Plans/Item/MoveToContainer/MoveToContainerRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MoveToContainerRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta Find more info here */ public function post(MoveToContainerPostRequestBody $body, ?MoveToContainerRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/Delta/DeltaRequestBuilder.php b/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/Delta/DeltaRequestBuilder.php index a001ef87641..837511cea90 100644 --- a/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Groups/Item/Planner/Plans/Item/Tasks/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Planner/Plans/Item/Unarchive/UnarchiveRequestBuilder.php b/src/Generated/Groups/Item/Planner/Plans/Item/Unarchive/UnarchiveRequestBuilder.php index 8e6c1042e14..e59f5307ba9 100644 --- a/src/Generated/Groups/Item/Planner/Plans/Item/Unarchive/UnarchiveRequestBuilder.php +++ b/src/Generated/Groups/Item/Planner/Plans/Item/Unarchive/UnarchiveRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UnarchiveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/plannerplan-unarchive?view=graph-rest-beta Find more info here */ public function post(UnarchivePostRequestBody $body, ?UnarchiveRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/RemoveFavorite/RemoveFavoriteRequestBuilder.php b/src/Generated/Groups/Item/RemoveFavorite/RemoveFavoriteRequestBuilder.php index 67eda04054c..570fd47a4bb 100644 --- a/src/Generated/Groups/Item/RemoveFavorite/RemoveFavoriteRequestBuilder.php +++ b/src/Generated/Groups/Item/RemoveFavorite/RemoveFavoriteRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RemoveFavoriteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/group-removefavorite?view=graph-rest-beta Find more info here */ public function post(?RemoveFavoriteRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Renew/RenewRequestBuilder.php b/src/Generated/Groups/Item/Renew/RenewRequestBuilder.php index 782c0589b96..4e1dea40ba4 100644 --- a/src/Generated/Groups/Item/Renew/RenewRequestBuilder.php +++ b/src/Generated/Groups/Item/Renew/RenewRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RenewRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/group-renew?view=graph-rest-beta Find more info here */ public function post(?RenewRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/ResetUnseenCount/ResetUnseenCountRequestBuilder.php b/src/Generated/Groups/Item/ResetUnseenCount/ResetUnseenCountRequestBuilder.php index a420db4d3e9..73bfd4d6317 100644 --- a/src/Generated/Groups/Item/ResetUnseenCount/ResetUnseenCountRequestBuilder.php +++ b/src/Generated/Groups/Item/ResetUnseenCount/ResetUnseenCountRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ResetUnseenCountRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-beta Find more info here */ public function post(?ResetUnseenCountRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Restore/RestoreRequestBuilder.php b/src/Generated/Groups/Item/Restore/RestoreRequestBuilder.php index 4a4781280d8..be648e1372c 100644 --- a/src/Generated/Groups/Item/Restore/RestoreRequestBuilder.php +++ b/src/Generated/Groups/Item/Restore/RestoreRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-beta Find more info here */ public function post(?RestoreRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/RetryServiceProvisioning/RetryServiceProvisioningRequestBuilder.php b/src/Generated/Groups/Item/RetryServiceProvisioning/RetryServiceProvisioningRequestBuilder.php index 887b1b383c3..95fa0c68d88 100644 --- a/src/Generated/Groups/Item/RetryServiceProvisioning/RetryServiceProvisioningRequestBuilder.php +++ b/src/Generated/Groups/Item/RetryServiceProvisioning/RetryServiceProvisioningRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RetryServiceProvisioningRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/group-retryserviceprovisioning?view=graph-rest-beta Find more info here */ public function post(?RetryServiceProvisioningRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Add/AddRequestBuilder.php b/src/Generated/Groups/Item/Sites/Add/AddRequestBuilder.php index d703892ccd5..e4ac673714b 100644 --- a/src/Generated/Groups/Item/Sites/Add/AddRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Add/AddRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta Find more info here */ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Delta/DeltaRequestBuilder.php b/src/Generated/Groups/Item/Sites/Delta/DeltaRequestBuilder.php index bd6d35f99e3..5aa08e88e99 100644 --- a/src/Generated/Groups/Item/Sites/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/GetAllSites/GetAllSitesRequestBuilder.php b/src/Generated/Groups/Item/Sites/GetAllSites/GetAllSitesRequestBuilder.php index 06784142d34..b2ac8cbddcd 100644 --- a/src/Generated/Groups/Item/Sites/GetAllSites/GetAllSitesRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/GetAllSites/GetAllSitesRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetAllSitesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-beta Find more info here */ public function get(?GetAllSitesRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/Archive/ArchiveRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Archive/ArchiveRequestBuilder.php index cf45ee236a6..07f59003cca 100644 --- a/src/Generated/Groups/Item/Sites/Item/Archive/ArchiveRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Archive/ArchiveRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ArchiveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/site-archive?view=graph-rest-beta Find more info here */ public function post(?ArchiveRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/ContentModels/GetByNameWithModelName/AddToDrive/AddToDriveRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/ContentModels/GetByNameWithModelName/AddToDrive/AddToDriveRequestBuilder.php index 22f725df83a..ede95f5d4ba 100644 --- a/src/Generated/Groups/Item/Sites/Item/ContentModels/GetByNameWithModelName/AddToDrive/AddToDriveRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/ContentModels/GetByNameWithModelName/AddToDrive/AddToDriveRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AddToDriveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/contentmodel-addtodrive?view=graph-rest-beta Find more info here */ public function post(AddToDrivePostRequestBody $body, ?AddToDriveRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/ContentModels/GetByNameWithModelName/GetAppliedDrives/GetAppliedDrivesRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/ContentModels/GetByNameWithModelName/GetAppliedDrives/GetAppliedDrivesRequestBuilder.php index d3c3d6b924c..40c7e938d5c 100644 --- a/src/Generated/Groups/Item/Sites/Item/ContentModels/GetByNameWithModelName/GetAppliedDrives/GetAppliedDrivesRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/ContentModels/GetByNameWithModelName/GetAppliedDrives/GetAppliedDrivesRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetAppliedDrivesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/contentmodel-getapplieddrives?view=graph-rest-beta Find more info here */ public function get(?GetAppliedDrivesRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/ContentModels/GetByNameWithModelName/GetByNameWithModelNameRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/ContentModels/GetByNameWithModelName/GetByNameWithModelNameRequestBuilder.php index 9b2973ea221..c04e880e153 100644 --- a/src/Generated/Groups/Item/Sites/Item/ContentModels/GetByNameWithModelName/GetByNameWithModelNameRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/ContentModels/GetByNameWithModelName/GetByNameWithModelNameRequestBuilder.php @@ -62,6 +62,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetByNameWithModelNameRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/contentmodel-getbyname?view=graph-rest-beta Find more info here */ public function get(?GetByNameWithModelNameRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/ContentModels/GetByNameWithModelName/RemoveFromDrive/RemoveFromDriveRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/ContentModels/GetByNameWithModelName/RemoveFromDrive/RemoveFromDriveRequestBuilder.php index b081d4d17be..573bd2521b9 100644 --- a/src/Generated/Groups/Item/Sites/Item/ContentModels/GetByNameWithModelName/RemoveFromDrive/RemoveFromDriveRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/ContentModels/GetByNameWithModelName/RemoveFromDrive/RemoveFromDriveRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RemoveFromDriveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/contentmodel-removefromdrive?view=graph-rest-beta Find more info here */ public function post(RemoveFromDrivePostRequestBody $body, ?RemoveFromDriveRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/ContentModels/Item/AddToDrive/AddToDriveRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/ContentModels/Item/AddToDrive/AddToDriveRequestBuilder.php index b4c946497fb..4b20d1c463f 100644 --- a/src/Generated/Groups/Item/Sites/Item/ContentModels/Item/AddToDrive/AddToDriveRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/ContentModels/Item/AddToDrive/AddToDriveRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AddToDriveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/contentmodel-addtodrive?view=graph-rest-beta Find more info here */ public function post(AddToDrivePostRequestBody $body, ?AddToDriveRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/ContentModels/Item/GetAppliedDrives/GetAppliedDrivesRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/ContentModels/Item/GetAppliedDrives/GetAppliedDrivesRequestBuilder.php index e9af010f407..9535f061ae6 100644 --- a/src/Generated/Groups/Item/Sites/Item/ContentModels/Item/GetAppliedDrives/GetAppliedDrivesRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/ContentModels/Item/GetAppliedDrives/GetAppliedDrivesRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetAppliedDrivesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/contentmodel-getapplieddrives?view=graph-rest-beta Find more info here */ public function get(?GetAppliedDrivesRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/ContentModels/Item/RemoveFromDrive/RemoveFromDriveRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/ContentModels/Item/RemoveFromDrive/RemoveFromDriveRequestBuilder.php index f429a2b20dd..c7d248c08a0 100644 --- a/src/Generated/Groups/Item/Sites/Item/ContentModels/Item/RemoveFromDrive/RemoveFromDriveRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/ContentModels/Item/RemoveFromDrive/RemoveFromDriveRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RemoveFromDriveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/contentmodel-removefromdrive?view=graph-rest-beta Find more info here */ public function post(RemoveFromDrivePostRequestBody $body, ?RemoveFromDriveRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.php index e75ac752ff1..02cc346225f 100644 --- a/src/Generated/Groups/Item/Sites/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AddCopyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta Find more info here */ public function post(AddCopyPostRequestBody $body, ?AddCopyRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.php index 8ed15936d8d..05a1a07e26f 100644 --- a/src/Generated/Groups/Item/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AddCopyFromContentTypeHubRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta Find more info here */ public function post(AddCopyFromContentTypeHubPostRequestBody $body, ?AddCopyFromContentTypeHubRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.php index 33e88d48d71..933b86ecf5c 100644 --- a/src/Generated/Groups/Item/Sites/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetCompatibleHubContentTypesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta Find more info here */ public function get(?GetCompatibleHubContentTypesRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.php index ecb6a8d2552..62dcbc9367b 100644 --- a/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AssociateWithHubSitesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta Find more info here */ public function post(AssociateWithHubSitesPostRequestBody $body, ?AssociateWithHubSitesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.php index 1899d12222c..e827128eb36 100644 --- a/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CopyToDefaultContentLocationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta Find more info here */ public function post(CopyToDefaultContentLocationPostRequestBody $body, ?CopyToDefaultContentLocationRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.php index bfb24660d0d..a0a928b073c 100644 --- a/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param IsPublishedRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta Find more info here */ public function get(?IsPublishedRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/Publish/PublishRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/Publish/PublishRequestBuilder.php index fdf2cab1935..1bf40e5de14 100644 --- a/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/Publish/PublishRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/Publish/PublishRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param PublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta Find more info here */ public function post(?PublishRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.php index 4a6bd597cb9..df29f381256 100644 --- a/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UnpublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta Find more info here */ public function post(?UnpublishRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdRequestBuilder.php index 2a0f4279753..2ae1a889372 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdRequestBuilder.php @@ -37,6 +37,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetApplicableContentTypesForListWithListIdRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta Find more info here */ public function get(?GetApplicableContentTypesForListWithListIdRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Archive/ArchiveRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Archive/ArchiveRequestBuilder.php index 57b2cd564e7..e37f3d2b264 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Archive/ArchiveRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Archive/ArchiveRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ArchiveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/site-archive?view=graph-rest-beta Find more info here */ public function post(?ArchiveRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Columns/ColumnsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Columns/ColumnsRequestBuilder.php index 861af2b15da..9bceec22450 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Columns/ColumnsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Columns/ColumnsRequestBuilder.php @@ -23,7 +23,7 @@ class ColumnsRequestBuilder extends BaseRequestBuilder * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. */ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path=\'{path}\')/columns{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}'); + parent::__construct($requestAdapter, [], '{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path=\'{path}\')/columns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}'); if (is_array($pathParametersOrRawUrl)) { $this->pathParameters = $pathParametersOrRawUrl; } else { diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Columns/ColumnsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Columns/ColumnsRequestBuilderGetQueryParameters.php index cd3f5c2f7e8..5734cf11635 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Columns/ColumnsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Columns/ColumnsRequestBuilderGetQueryParameters.php @@ -27,6 +27,12 @@ class ColumnsRequestBuilderGetQueryParameters */ public ?string $filter = null; + /** + * @QueryParameter("%24orderby") + * @var array|null $orderby Order items by property values + */ + public ?array $orderby = null; + /** * @QueryParameter("%24search") * @var string|null $search Search items by search phrases @@ -56,15 +62,17 @@ class ColumnsRequestBuilderGetQueryParameters * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items */ - public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { + public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { $this->count = $count; $this->expand = $expand; $this->filter = $filter; + $this->orderby = $orderby; $this->search = $search; $this->select = $select; $this->skip = $skip; diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Columns/ColumnsRequestBuilderGetRequestConfiguration.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Columns/ColumnsRequestBuilderGetRequestConfiguration.php index b9d0683a902..0d08ac637e4 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Columns/ColumnsRequestBuilderGetRequestConfiguration.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Columns/ColumnsRequestBuilderGetRequestConfiguration.php @@ -31,14 +31,15 @@ public function __construct(?array $headers = null, ?array $options = null, ?Col * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items * @return ColumnsRequestBuilderGetQueryParameters */ - public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): ColumnsRequestBuilderGetQueryParameters { - return new ColumnsRequestBuilderGetQueryParameters($count, $expand, $filter, $search, $select, $skip, $top); + public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): ColumnsRequestBuilderGetQueryParameters { + return new ColumnsRequestBuilderGetQueryParameters($count, $expand, $filter, $orderby, $search, $select, $skip, $top); } } diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ContentModels/ContentModelsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ContentModels/ContentModelsRequestBuilder.php index 4158f4d5f8c..82d415acd8a 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ContentModels/ContentModelsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ContentModels/ContentModelsRequestBuilder.php @@ -23,7 +23,7 @@ class ContentModelsRequestBuilder extends BaseRequestBuilder * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. */ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path=\'{path}\')/contentModels{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}'); + parent::__construct($requestAdapter, [], '{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path=\'{path}\')/contentModels{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}'); if (is_array($pathParametersOrRawUrl)) { $this->pathParameters = $pathParametersOrRawUrl; } else { diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ContentModels/ContentModelsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ContentModels/ContentModelsRequestBuilderGetQueryParameters.php index c23add23d39..1c17967d329 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ContentModels/ContentModelsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ContentModels/ContentModelsRequestBuilderGetQueryParameters.php @@ -27,6 +27,12 @@ class ContentModelsRequestBuilderGetQueryParameters */ public ?string $filter = null; + /** + * @QueryParameter("%24orderby") + * @var array|null $orderby Order items by property values + */ + public ?array $orderby = null; + /** * @QueryParameter("%24search") * @var string|null $search Search items by search phrases @@ -56,15 +62,17 @@ class ContentModelsRequestBuilderGetQueryParameters * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items */ - public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { + public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { $this->count = $count; $this->expand = $expand; $this->filter = $filter; + $this->orderby = $orderby; $this->search = $search; $this->select = $select; $this->skip = $skip; diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ContentModels/ContentModelsRequestBuilderGetRequestConfiguration.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ContentModels/ContentModelsRequestBuilderGetRequestConfiguration.php index 4ca95d1b43f..c5d000590ee 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ContentModels/ContentModelsRequestBuilderGetRequestConfiguration.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ContentModels/ContentModelsRequestBuilderGetRequestConfiguration.php @@ -31,14 +31,15 @@ public function __construct(?array $headers = null, ?array $options = null, ?Con * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items * @return ContentModelsRequestBuilderGetQueryParameters */ - public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): ContentModelsRequestBuilderGetQueryParameters { - return new ContentModelsRequestBuilderGetQueryParameters($count, $expand, $filter, $search, $select, $skip, $top); + public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): ContentModelsRequestBuilderGetQueryParameters { + return new ContentModelsRequestBuilderGetQueryParameters($count, $expand, $filter, $orderby, $search, $select, $skip, $top); } } diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ContentTypes/ContentTypesRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ContentTypes/ContentTypesRequestBuilder.php index e146c2dd055..21f0b53e49c 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ContentTypes/ContentTypesRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ContentTypes/ContentTypesRequestBuilder.php @@ -23,7 +23,7 @@ class ContentTypesRequestBuilder extends BaseRequestBuilder * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. */ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path=\'{path}\')/contentTypes{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}'); + parent::__construct($requestAdapter, [], '{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path=\'{path}\')/contentTypes{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}'); if (is_array($pathParametersOrRawUrl)) { $this->pathParameters = $pathParametersOrRawUrl; } else { diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ContentTypes/ContentTypesRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ContentTypes/ContentTypesRequestBuilderGetQueryParameters.php index 0e3c3683f79..0dd10f67223 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ContentTypes/ContentTypesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ContentTypes/ContentTypesRequestBuilderGetQueryParameters.php @@ -27,6 +27,12 @@ class ContentTypesRequestBuilderGetQueryParameters */ public ?string $filter = null; + /** + * @QueryParameter("%24orderby") + * @var array|null $orderby Order items by property values + */ + public ?array $orderby = null; + /** * @QueryParameter("%24search") * @var string|null $search Search items by search phrases @@ -56,15 +62,17 @@ class ContentTypesRequestBuilderGetQueryParameters * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items */ - public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { + public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { $this->count = $count; $this->expand = $expand; $this->filter = $filter; + $this->orderby = $orderby; $this->search = $search; $this->select = $select; $this->skip = $skip; diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ContentTypes/ContentTypesRequestBuilderGetRequestConfiguration.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ContentTypes/ContentTypesRequestBuilderGetRequestConfiguration.php index 09f0eb122fd..a2d2bd272e2 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ContentTypes/ContentTypesRequestBuilderGetRequestConfiguration.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ContentTypes/ContentTypesRequestBuilderGetRequestConfiguration.php @@ -31,14 +31,15 @@ public function __construct(?array $headers = null, ?array $options = null, ?Con * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items * @return ContentTypesRequestBuilderGetQueryParameters */ - public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): ContentTypesRequestBuilderGetQueryParameters { - return new ContentTypesRequestBuilderGetQueryParameters($count, $expand, $filter, $search, $select, $skip, $top); + public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): ContentTypesRequestBuilderGetQueryParameters { + return new ContentTypesRequestBuilderGetQueryParameters($count, $expand, $filter, $orderby, $search, $select, $skip, $top); } } diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/DocumentProcessingJobs/DocumentProcessingJobsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/DocumentProcessingJobs/DocumentProcessingJobsRequestBuilder.php index baf195ae193..05afb95743f 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/DocumentProcessingJobs/DocumentProcessingJobsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/DocumentProcessingJobs/DocumentProcessingJobsRequestBuilder.php @@ -23,7 +23,7 @@ class DocumentProcessingJobsRequestBuilder extends BaseRequestBuilder * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. */ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path=\'{path}\')/documentProcessingJobs{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}'); + parent::__construct($requestAdapter, [], '{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path=\'{path}\')/documentProcessingJobs{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}'); if (is_array($pathParametersOrRawUrl)) { $this->pathParameters = $pathParametersOrRawUrl; } else { diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/DocumentProcessingJobs/DocumentProcessingJobsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/DocumentProcessingJobs/DocumentProcessingJobsRequestBuilderGetQueryParameters.php index b3e3e027b0c..ff7ed17aff4 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/DocumentProcessingJobs/DocumentProcessingJobsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/DocumentProcessingJobs/DocumentProcessingJobsRequestBuilderGetQueryParameters.php @@ -27,6 +27,12 @@ class DocumentProcessingJobsRequestBuilderGetQueryParameters */ public ?string $filter = null; + /** + * @QueryParameter("%24orderby") + * @var array|null $orderby Order items by property values + */ + public ?array $orderby = null; + /** * @QueryParameter("%24search") * @var string|null $search Search items by search phrases @@ -56,15 +62,17 @@ class DocumentProcessingJobsRequestBuilderGetQueryParameters * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items */ - public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { + public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { $this->count = $count; $this->expand = $expand; $this->filter = $filter; + $this->orderby = $orderby; $this->search = $search; $this->select = $select; $this->skip = $skip; diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/DocumentProcessingJobs/DocumentProcessingJobsRequestBuilderGetRequestConfiguration.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/DocumentProcessingJobs/DocumentProcessingJobsRequestBuilderGetRequestConfiguration.php index 4bc2f56fb01..3032a2f7d1d 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/DocumentProcessingJobs/DocumentProcessingJobsRequestBuilderGetRequestConfiguration.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/DocumentProcessingJobs/DocumentProcessingJobsRequestBuilderGetRequestConfiguration.php @@ -31,14 +31,15 @@ public function __construct(?array $headers = null, ?array $options = null, ?Doc * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items * @return DocumentProcessingJobsRequestBuilderGetQueryParameters */ - public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): DocumentProcessingJobsRequestBuilderGetQueryParameters { - return new DocumentProcessingJobsRequestBuilderGetQueryParameters($count, $expand, $filter, $search, $select, $skip, $top); + public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): DocumentProcessingJobsRequestBuilderGetQueryParameters { + return new DocumentProcessingJobsRequestBuilderGetQueryParameters($count, $expand, $filter, $orderby, $search, $select, $skip, $top); } } diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Drives/DrivesRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Drives/DrivesRequestBuilder.php index b49d8d1cb64..cdf704a9187 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Drives/DrivesRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Drives/DrivesRequestBuilder.php @@ -22,7 +22,7 @@ class DrivesRequestBuilder extends BaseRequestBuilder * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. */ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path=\'{path}\')/drives{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}'); + parent::__construct($requestAdapter, [], '{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path=\'{path}\')/drives{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}'); if (is_array($pathParametersOrRawUrl)) { $this->pathParameters = $pathParametersOrRawUrl; } else { diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Drives/DrivesRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Drives/DrivesRequestBuilderGetQueryParameters.php index 78d0f38268d..dc1487cfe99 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Drives/DrivesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Drives/DrivesRequestBuilderGetQueryParameters.php @@ -27,6 +27,12 @@ class DrivesRequestBuilderGetQueryParameters */ public ?string $filter = null; + /** + * @QueryParameter("%24orderby") + * @var array|null $orderby Order items by property values + */ + public ?array $orderby = null; + /** * @QueryParameter("%24search") * @var string|null $search Search items by search phrases @@ -56,15 +62,17 @@ class DrivesRequestBuilderGetQueryParameters * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items */ - public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { + public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { $this->count = $count; $this->expand = $expand; $this->filter = $filter; + $this->orderby = $orderby; $this->search = $search; $this->select = $select; $this->skip = $skip; diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Drives/DrivesRequestBuilderGetRequestConfiguration.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Drives/DrivesRequestBuilderGetRequestConfiguration.php index 7429711e463..2c273441fd2 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Drives/DrivesRequestBuilderGetRequestConfiguration.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Drives/DrivesRequestBuilderGetRequestConfiguration.php @@ -31,14 +31,15 @@ public function __construct(?array $headers = null, ?array $options = null, ?Dri * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items * @return DrivesRequestBuilderGetQueryParameters */ - public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): DrivesRequestBuilderGetQueryParameters { - return new DrivesRequestBuilderGetQueryParameters($count, $expand, $filter, $search, $select, $skip, $top); + public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): DrivesRequestBuilderGetQueryParameters { + return new DrivesRequestBuilderGetQueryParameters($count, $expand, $filter, $orderby, $search, $select, $skip, $top); } } diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ExternalColumns/ExternalColumnsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ExternalColumns/ExternalColumnsRequestBuilder.php index 07f03934ad0..29bebde0ea1 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ExternalColumns/ExternalColumnsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ExternalColumns/ExternalColumnsRequestBuilder.php @@ -22,7 +22,7 @@ class ExternalColumnsRequestBuilder extends BaseRequestBuilder * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. */ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path=\'{path}\')/externalColumns{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}'); + parent::__construct($requestAdapter, [], '{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path=\'{path}\')/externalColumns{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}'); if (is_array($pathParametersOrRawUrl)) { $this->pathParameters = $pathParametersOrRawUrl; } else { diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ExternalColumns/ExternalColumnsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ExternalColumns/ExternalColumnsRequestBuilderGetQueryParameters.php index def9c24869b..13e1274f191 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ExternalColumns/ExternalColumnsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ExternalColumns/ExternalColumnsRequestBuilderGetQueryParameters.php @@ -27,6 +27,12 @@ class ExternalColumnsRequestBuilderGetQueryParameters */ public ?string $filter = null; + /** + * @QueryParameter("%24orderby") + * @var array|null $orderby Order items by property values + */ + public ?array $orderby = null; + /** * @QueryParameter("%24search") * @var string|null $search Search items by search phrases @@ -56,15 +62,17 @@ class ExternalColumnsRequestBuilderGetQueryParameters * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items */ - public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { + public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { $this->count = $count; $this->expand = $expand; $this->filter = $filter; + $this->orderby = $orderby; $this->search = $search; $this->select = $select; $this->skip = $skip; diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ExternalColumns/ExternalColumnsRequestBuilderGetRequestConfiguration.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ExternalColumns/ExternalColumnsRequestBuilderGetRequestConfiguration.php index 7c44221fb85..57dfa5b3579 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ExternalColumns/ExternalColumnsRequestBuilderGetRequestConfiguration.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/ExternalColumns/ExternalColumnsRequestBuilderGetRequestConfiguration.php @@ -31,14 +31,15 @@ public function __construct(?array $headers = null, ?array $options = null, ?Ext * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items * @return ExternalColumnsRequestBuilderGetQueryParameters */ - public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): ExternalColumnsRequestBuilderGetQueryParameters { - return new ExternalColumnsRequestBuilderGetQueryParameters($count, $expand, $filter, $search, $select, $skip, $top); + public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): ExternalColumnsRequestBuilderGetQueryParameters { + return new ExternalColumnsRequestBuilderGetQueryParameters($count, $expand, $filter, $orderby, $search, $select, $skip, $top); } } diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdRequestBuilder.php index db671d98d46..36c4b2602ca 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/GetApplicableContentTypesForListWithListId/GetApplicableContentTypesForListWithListIdRequestBuilder.php @@ -37,6 +37,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetApplicableContentTypesForListWithListIdRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta Find more info here */ public function get(?GetApplicableContentTypesForListWithListIdRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Items/ItemsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Items/ItemsRequestBuilder.php index 34fe7a3ba81..a0b4d136eb1 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Items/ItemsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Items/ItemsRequestBuilder.php @@ -22,7 +22,7 @@ class ItemsRequestBuilder extends BaseRequestBuilder * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. */ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path=\'{path}\')/items{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}'); + parent::__construct($requestAdapter, [], '{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path=\'{path}\')/items{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}'); if (is_array($pathParametersOrRawUrl)) { $this->pathParameters = $pathParametersOrRawUrl; } else { diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Items/ItemsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Items/ItemsRequestBuilderGetQueryParameters.php index 2dda7041570..a6d2a736f43 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Items/ItemsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Items/ItemsRequestBuilderGetQueryParameters.php @@ -27,6 +27,12 @@ class ItemsRequestBuilderGetQueryParameters */ public ?string $filter = null; + /** + * @QueryParameter("%24orderby") + * @var array|null $orderby Order items by property values + */ + public ?array $orderby = null; + /** * @QueryParameter("%24search") * @var string|null $search Search items by search phrases @@ -56,15 +62,17 @@ class ItemsRequestBuilderGetQueryParameters * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items */ - public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { + public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { $this->count = $count; $this->expand = $expand; $this->filter = $filter; + $this->orderby = $orderby; $this->search = $search; $this->select = $select; $this->skip = $skip; diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Items/ItemsRequestBuilderGetRequestConfiguration.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Items/ItemsRequestBuilderGetRequestConfiguration.php index c0ef947bfff..846a4dd94f9 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Items/ItemsRequestBuilderGetRequestConfiguration.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Items/ItemsRequestBuilderGetRequestConfiguration.php @@ -31,14 +31,15 @@ public function __construct(?array $headers = null, ?array $options = null, ?Ite * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items * @return ItemsRequestBuilderGetQueryParameters */ - public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): ItemsRequestBuilderGetQueryParameters { - return new ItemsRequestBuilderGetQueryParameters($count, $expand, $filter, $search, $select, $skip, $top); + public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): ItemsRequestBuilderGetQueryParameters { + return new ItemsRequestBuilderGetQueryParameters($count, $expand, $filter, $orderby, $search, $select, $skip, $top); } } diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Lists/ListsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Lists/ListsRequestBuilder.php index 9a73d547e65..82c01490015 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Lists/ListsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Lists/ListsRequestBuilder.php @@ -23,7 +23,7 @@ class ListsRequestBuilder extends BaseRequestBuilder * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. */ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path=\'{path}\')/lists{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}'); + parent::__construct($requestAdapter, [], '{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path=\'{path}\')/lists{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}'); if (is_array($pathParametersOrRawUrl)) { $this->pathParameters = $pathParametersOrRawUrl; } else { diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Lists/ListsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Lists/ListsRequestBuilderGetQueryParameters.php index 585e4878069..99715c2c728 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Lists/ListsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Lists/ListsRequestBuilderGetQueryParameters.php @@ -27,6 +27,12 @@ class ListsRequestBuilderGetQueryParameters */ public ?string $filter = null; + /** + * @QueryParameter("%24orderby") + * @var array|null $orderby Order items by property values + */ + public ?array $orderby = null; + /** * @QueryParameter("%24search") * @var string|null $search Search items by search phrases @@ -56,15 +62,17 @@ class ListsRequestBuilderGetQueryParameters * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items */ - public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { + public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { $this->count = $count; $this->expand = $expand; $this->filter = $filter; + $this->orderby = $orderby; $this->search = $search; $this->select = $select; $this->skip = $skip; diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Lists/ListsRequestBuilderGetRequestConfiguration.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Lists/ListsRequestBuilderGetRequestConfiguration.php index 3f7dbf377e8..f05aad13bda 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Lists/ListsRequestBuilderGetRequestConfiguration.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Lists/ListsRequestBuilderGetRequestConfiguration.php @@ -31,14 +31,15 @@ public function __construct(?array $headers = null, ?array $options = null, ?Lis * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items * @return ListsRequestBuilderGetQueryParameters */ - public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): ListsRequestBuilderGetQueryParameters { - return new ListsRequestBuilderGetQueryParameters($count, $expand, $filter, $search, $select, $skip, $top); + public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): ListsRequestBuilderGetQueryParameters { + return new ListsRequestBuilderGetQueryParameters($count, $expand, $filter, $orderby, $search, $select, $skip, $top); } } diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Operations/OperationsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Operations/OperationsRequestBuilder.php index 9e89195ef76..ae188308978 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Operations/OperationsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Operations/OperationsRequestBuilder.php @@ -23,7 +23,7 @@ class OperationsRequestBuilder extends BaseRequestBuilder * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. */ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path=\'{path}\')/operations{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}'); + parent::__construct($requestAdapter, [], '{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path=\'{path}\')/operations{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}'); if (is_array($pathParametersOrRawUrl)) { $this->pathParameters = $pathParametersOrRawUrl; } else { diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Operations/OperationsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Operations/OperationsRequestBuilderGetQueryParameters.php index 8281f9697f1..1256b8a90c1 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Operations/OperationsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Operations/OperationsRequestBuilderGetQueryParameters.php @@ -27,6 +27,12 @@ class OperationsRequestBuilderGetQueryParameters */ public ?string $filter = null; + /** + * @QueryParameter("%24orderby") + * @var array|null $orderby Order items by property values + */ + public ?array $orderby = null; + /** * @QueryParameter("%24search") * @var string|null $search Search items by search phrases @@ -56,15 +62,17 @@ class OperationsRequestBuilderGetQueryParameters * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items */ - public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { + public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { $this->count = $count; $this->expand = $expand; $this->filter = $filter; + $this->orderby = $orderby; $this->search = $search; $this->select = $select; $this->skip = $skip; diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Operations/OperationsRequestBuilderGetRequestConfiguration.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Operations/OperationsRequestBuilderGetRequestConfiguration.php index 84f64b6b94f..6226dca71c1 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Operations/OperationsRequestBuilderGetRequestConfiguration.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Operations/OperationsRequestBuilderGetRequestConfiguration.php @@ -31,14 +31,15 @@ public function __construct(?array $headers = null, ?array $options = null, ?Ope * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items * @return OperationsRequestBuilderGetQueryParameters */ - public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): OperationsRequestBuilderGetQueryParameters { - return new OperationsRequestBuilderGetQueryParameters($count, $expand, $filter, $search, $select, $skip, $top); + public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): OperationsRequestBuilderGetQueryParameters { + return new OperationsRequestBuilderGetQueryParameters($count, $expand, $filter, $orderby, $search, $select, $skip, $top); } } diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/PageTemplates/PageTemplatesRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/PageTemplates/PageTemplatesRequestBuilder.php index f87ed82eb35..5a4fceef95a 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/PageTemplates/PageTemplatesRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/PageTemplates/PageTemplatesRequestBuilder.php @@ -23,7 +23,7 @@ class PageTemplatesRequestBuilder extends BaseRequestBuilder * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. */ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path=\'{path}\')/pageTemplates{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}'); + parent::__construct($requestAdapter, [], '{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path=\'{path}\')/pageTemplates{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}'); if (is_array($pathParametersOrRawUrl)) { $this->pathParameters = $pathParametersOrRawUrl; } else { diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/PageTemplates/PageTemplatesRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/PageTemplates/PageTemplatesRequestBuilderGetQueryParameters.php index bfdcfa9d19c..f97e5402fdb 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/PageTemplates/PageTemplatesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/PageTemplates/PageTemplatesRequestBuilderGetQueryParameters.php @@ -27,6 +27,12 @@ class PageTemplatesRequestBuilderGetQueryParameters */ public ?string $filter = null; + /** + * @QueryParameter("%24orderby") + * @var array|null $orderby Order items by property values + */ + public ?array $orderby = null; + /** * @QueryParameter("%24search") * @var string|null $search Search items by search phrases @@ -56,15 +62,17 @@ class PageTemplatesRequestBuilderGetQueryParameters * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items */ - public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { + public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { $this->count = $count; $this->expand = $expand; $this->filter = $filter; + $this->orderby = $orderby; $this->search = $search; $this->select = $select; $this->skip = $skip; diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/PageTemplates/PageTemplatesRequestBuilderGetRequestConfiguration.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/PageTemplates/PageTemplatesRequestBuilderGetRequestConfiguration.php index 641ca1bdeef..9baca00d07e 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/PageTemplates/PageTemplatesRequestBuilderGetRequestConfiguration.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/PageTemplates/PageTemplatesRequestBuilderGetRequestConfiguration.php @@ -31,14 +31,15 @@ public function __construct(?array $headers = null, ?array $options = null, ?Pag * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items * @return PageTemplatesRequestBuilderGetQueryParameters */ - public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): PageTemplatesRequestBuilderGetQueryParameters { - return new PageTemplatesRequestBuilderGetQueryParameters($count, $expand, $filter, $search, $select, $skip, $top); + public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): PageTemplatesRequestBuilderGetQueryParameters { + return new PageTemplatesRequestBuilderGetQueryParameters($count, $expand, $filter, $orderby, $search, $select, $skip, $top); } } diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Pages/PagesRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Pages/PagesRequestBuilder.php index e2a1709ed09..4db2526ab08 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Pages/PagesRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Pages/PagesRequestBuilder.php @@ -23,7 +23,7 @@ class PagesRequestBuilder extends BaseRequestBuilder * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. */ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path=\'{path}\')/pages{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}'); + parent::__construct($requestAdapter, [], '{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path=\'{path}\')/pages{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}'); if (is_array($pathParametersOrRawUrl)) { $this->pathParameters = $pathParametersOrRawUrl; } else { diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Pages/PagesRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Pages/PagesRequestBuilderGetQueryParameters.php index af00c673d86..f3e3efa3a62 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Pages/PagesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Pages/PagesRequestBuilderGetQueryParameters.php @@ -27,6 +27,12 @@ class PagesRequestBuilderGetQueryParameters */ public ?string $filter = null; + /** + * @QueryParameter("%24orderby") + * @var array|null $orderby Order items by property values + */ + public ?array $orderby = null; + /** * @QueryParameter("%24search") * @var string|null $search Search items by search phrases @@ -56,15 +62,17 @@ class PagesRequestBuilderGetQueryParameters * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items */ - public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { + public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { $this->count = $count; $this->expand = $expand; $this->filter = $filter; + $this->orderby = $orderby; $this->search = $search; $this->select = $select; $this->skip = $skip; diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Pages/PagesRequestBuilderGetRequestConfiguration.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Pages/PagesRequestBuilderGetRequestConfiguration.php index 63ffb4a5948..56efa1ef8a3 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Pages/PagesRequestBuilderGetRequestConfiguration.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Pages/PagesRequestBuilderGetRequestConfiguration.php @@ -31,14 +31,15 @@ public function __construct(?array $headers = null, ?array $options = null, ?Pag * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items * @return PagesRequestBuilderGetQueryParameters */ - public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): PagesRequestBuilderGetQueryParameters { - return new PagesRequestBuilderGetQueryParameters($count, $expand, $filter, $search, $select, $skip, $top); + public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): PagesRequestBuilderGetQueryParameters { + return new PagesRequestBuilderGetQueryParameters($count, $expand, $filter, $orderby, $search, $select, $skip, $top); } } diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Permissions/PermissionsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Permissions/PermissionsRequestBuilder.php index b716911df5c..2a8ae10ad65 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Permissions/PermissionsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Permissions/PermissionsRequestBuilder.php @@ -23,7 +23,7 @@ class PermissionsRequestBuilder extends BaseRequestBuilder * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. */ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path=\'{path}\')/permissions{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}'); + parent::__construct($requestAdapter, [], '{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path=\'{path}\')/permissions{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}'); if (is_array($pathParametersOrRawUrl)) { $this->pathParameters = $pathParametersOrRawUrl; } else { diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Permissions/PermissionsRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Permissions/PermissionsRequestBuilderGetQueryParameters.php index 3a7ddeaa4b7..e705c9bada6 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Permissions/PermissionsRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Permissions/PermissionsRequestBuilderGetQueryParameters.php @@ -27,6 +27,12 @@ class PermissionsRequestBuilderGetQueryParameters */ public ?string $filter = null; + /** + * @QueryParameter("%24orderby") + * @var array|null $orderby Order items by property values + */ + public ?array $orderby = null; + /** * @QueryParameter("%24search") * @var string|null $search Search items by search phrases @@ -56,15 +62,17 @@ class PermissionsRequestBuilderGetQueryParameters * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items */ - public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { + public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { $this->count = $count; $this->expand = $expand; $this->filter = $filter; + $this->orderby = $orderby; $this->search = $search; $this->select = $select; $this->skip = $skip; diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Permissions/PermissionsRequestBuilderGetRequestConfiguration.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Permissions/PermissionsRequestBuilderGetRequestConfiguration.php index e63b2867ab1..269c10ed0d0 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Permissions/PermissionsRequestBuilderGetRequestConfiguration.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Permissions/PermissionsRequestBuilderGetRequestConfiguration.php @@ -31,14 +31,15 @@ public function __construct(?array $headers = null, ?array $options = null, ?Per * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items * @return PermissionsRequestBuilderGetQueryParameters */ - public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): PermissionsRequestBuilderGetQueryParameters { - return new PermissionsRequestBuilderGetQueryParameters($count, $expand, $filter, $search, $select, $skip, $top); + public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): PermissionsRequestBuilderGetQueryParameters { + return new PermissionsRequestBuilderGetQueryParameters($count, $expand, $filter, $orderby, $search, $select, $skip, $top); } } diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Sites/SitesRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Sites/SitesRequestBuilder.php index 64ad691967f..06c33539ebf 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Sites/SitesRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Sites/SitesRequestBuilder.php @@ -22,7 +22,7 @@ class SitesRequestBuilder extends BaseRequestBuilder * @param RequestAdapter $requestAdapter The request adapter to use to execute the requests. */ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdapter) { - parent::__construct($requestAdapter, [], '{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path=\'{path}\')/sites{?%24count,%24expand,%24filter,%24search,%24select,%24skip,%24top}'); + parent::__construct($requestAdapter, [], '{+baseurl}/groups/{group%2Did}/sites/{site%2Did}/getByPath(path=\'{path}\')/sites{?%24count,%24expand,%24filter,%24orderby,%24search,%24select,%24skip,%24top}'); if (is_array($pathParametersOrRawUrl)) { $this->pathParameters = $pathParametersOrRawUrl; } else { diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Sites/SitesRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Sites/SitesRequestBuilderGetQueryParameters.php index 9397794e35b..065891a6e6b 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Sites/SitesRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Sites/SitesRequestBuilderGetQueryParameters.php @@ -27,6 +27,12 @@ class SitesRequestBuilderGetQueryParameters */ public ?string $filter = null; + /** + * @QueryParameter("%24orderby") + * @var array|null $orderby Order items by property values + */ + public ?array $orderby = null; + /** * @QueryParameter("%24search") * @var string|null $search Search items by search phrases @@ -56,15 +62,17 @@ class SitesRequestBuilderGetQueryParameters * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items */ - public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { + public function __construct(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null) { $this->count = $count; $this->expand = $expand; $this->filter = $filter; + $this->orderby = $orderby; $this->search = $search; $this->select = $select; $this->skip = $skip; diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Sites/SitesRequestBuilderGetRequestConfiguration.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Sites/SitesRequestBuilderGetRequestConfiguration.php index 75498bda83a..d5fd9677d58 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Sites/SitesRequestBuilderGetRequestConfiguration.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Sites/SitesRequestBuilderGetRequestConfiguration.php @@ -31,14 +31,15 @@ public function __construct(?array $headers = null, ?array $options = null, ?Sit * @param bool|null $count Include count of items * @param array|null $expand Expand related entities * @param string|null $filter Filter items by property values + * @param array|null $orderby Order items by property values * @param string|null $search Search items by search phrases * @param array|null $select Select properties to be returned * @param int|null $skip Skip the first n items * @param int|null $top Show only the first n items * @return SitesRequestBuilderGetQueryParameters */ - public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): SitesRequestBuilderGetQueryParameters { - return new SitesRequestBuilderGetQueryParameters($count, $expand, $filter, $search, $select, $skip, $top); + public static function createQueryParameters(?bool $count = null, ?array $expand = null, ?string $filter = null, ?array $orderby = null, ?string $search = null, ?array $select = null, ?int $skip = null, ?int $top = null): SitesRequestBuilderGetQueryParameters { + return new SitesRequestBuilderGetQueryParameters($count, $expand, $filter, $orderby, $search, $select, $skip, $top); } } diff --git a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Unarchive/UnarchiveRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Unarchive/UnarchiveRequestBuilder.php index b7a880835d0..c826e2f80be 100644 --- a/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Unarchive/UnarchiveRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/GetByPathWithPath/Unarchive/UnarchiveRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UnarchiveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/site-unarchive?view=graph-rest-beta Find more info here */ public function post(?UnarchiveRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/InformationProtection/Policy/Labels/EvaluateApplication/EvaluateApplicationRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/InformationProtection/Policy/Labels/EvaluateApplication/EvaluateApplicationRequestBuilder.php index 554345b6907..9cadfa8b03e 100644 --- a/src/Generated/Groups/Item/Sites/Item/InformationProtection/Policy/Labels/EvaluateApplication/EvaluateApplicationRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/InformationProtection/Policy/Labels/EvaluateApplication/EvaluateApplicationRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param EvaluateApplicationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta Find more info here */ public function post(EvaluateApplicationPostRequestBody $body, ?EvaluateApplicationRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/InformationProtection/Policy/Labels/EvaluateClassificationResults/EvaluateClassificationResultsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/InformationProtection/Policy/Labels/EvaluateClassificationResults/EvaluateClassificationResultsRequestBuilder.php index 49140212d4f..00866c4afc2 100644 --- a/src/Generated/Groups/Item/Sites/Item/InformationProtection/Policy/Labels/EvaluateClassificationResults/EvaluateClassificationResultsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/InformationProtection/Policy/Labels/EvaluateClassificationResults/EvaluateClassificationResultsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param EvaluateClassificationResultsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta Find more info here */ public function post(EvaluateClassificationResultsPostRequestBody $body, ?EvaluateClassificationResultsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/InformationProtection/Policy/Labels/EvaluateRemoval/EvaluateRemovalRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/InformationProtection/Policy/Labels/EvaluateRemoval/EvaluateRemovalRequestBuilder.php index fcac404c794..dd25fc4c4c0 100644 --- a/src/Generated/Groups/Item/Sites/Item/InformationProtection/Policy/Labels/EvaluateRemoval/EvaluateRemovalRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/InformationProtection/Policy/Labels/EvaluateRemoval/EvaluateRemovalRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param EvaluateRemovalRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta Find more info here */ public function post(EvaluateRemovalPostRequestBody $body, ?EvaluateRemovalRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/InformationProtection/Policy/Labels/ExtractLabel/ExtractLabelRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/InformationProtection/Policy/Labels/ExtractLabel/ExtractLabelRequestBuilder.php index ebf23df343e..83c3378f494 100644 --- a/src/Generated/Groups/Item/Sites/Item/InformationProtection/Policy/Labels/ExtractLabel/ExtractLabelRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/InformationProtection/Policy/Labels/ExtractLabel/ExtractLabelRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ExtractLabelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta Find more info here */ public function post(ExtractLabelPostRequestBody $body, ?ExtractLabelRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/InformationProtection/SensitivityLabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/InformationProtection/SensitivityLabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.php index 1fb98a38ed5..adea0007914 100644 --- a/src/Generated/Groups/Item/Sites/Item/InformationProtection/SensitivityLabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/InformationProtection/SensitivityLabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.php @@ -42,6 +42,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/sensitivitylabel-computeinheritance?view=graph-rest-beta Find more info here */ public function get(?ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/InformationProtection/SensitivityLabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/InformationProtection/SensitivityLabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.php index 1475d3e640d..e69f6a83b40 100644 --- a/src/Generated/Groups/Item/Sites/Item/InformationProtection/SensitivityLabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/InformationProtection/SensitivityLabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ComputeRightsAndInheritanceRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/sensitivitylabel-computerightsandinheritance?view=graph-rest-beta Find more info here */ public function post(ComputeRightsAndInheritancePostRequestBody $body, ?ComputeRightsAndInheritanceRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/InformationProtection/SensitivityLabels/Item/Sublabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/InformationProtection/SensitivityLabels/Item/Sublabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.php index c08eebd0561..301544b6041 100644 --- a/src/Generated/Groups/Item/Sites/Item/InformationProtection/SensitivityLabels/Item/Sublabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/InformationProtection/SensitivityLabels/Item/Sublabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.php @@ -42,6 +42,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/sensitivitylabel-computeinheritance?view=graph-rest-beta Find more info here */ public function get(?ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/InformationProtection/SensitivityLabels/Item/Sublabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/InformationProtection/SensitivityLabels/Item/Sublabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.php index 788586c4f33..4f41166c147 100644 --- a/src/Generated/Groups/Item/Sites/Item/InformationProtection/SensitivityLabels/Item/Sublabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/InformationProtection/SensitivityLabels/Item/Sublabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ComputeRightsAndInheritanceRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/sensitivitylabel-computerightsandinheritance?view=graph-rest-beta Find more info here */ public function post(ComputeRightsAndInheritancePostRequestBody $body, ?ComputeRightsAndInheritanceRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.php index 12e99cf7ce1..9505d616c8d 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/AddCopy/AddCopyRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AddCopyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta Find more info here */ public function post(AddCopyPostRequestBody $body, ?AddCopyRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.php index 68b36b61be8..baf87aeac90 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/AddCopyFromContentTypeHub/AddCopyFromContentTypeHubRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AddCopyFromContentTypeHubRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta Find more info here */ public function post(AddCopyFromContentTypeHubPostRequestBody $body, ?AddCopyFromContentTypeHubRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.php index f7c91385cc2..de1389697c2 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/GetCompatibleHubContentTypes/GetCompatibleHubContentTypesRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetCompatibleHubContentTypesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta Find more info here */ public function get(?GetCompatibleHubContentTypesRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.php index 097ca63ed53..58ec0d41731 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/AssociateWithHubSites/AssociateWithHubSitesRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AssociateWithHubSitesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta Find more info here */ public function post(AssociateWithHubSitesPostRequestBody $body, ?AssociateWithHubSitesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.php index ddae9089fba..c4474d86cba 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/CopyToDefaultContentLocation/CopyToDefaultContentLocationRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CopyToDefaultContentLocationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta Find more info here */ public function post(CopyToDefaultContentLocationPostRequestBody $body, ?CopyToDefaultContentLocationRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.php index 24cd678f093..61a62c05605 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/IsPublished/IsPublishedRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param IsPublishedRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta Find more info here */ public function get(?IsPublishedRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Publish/PublishRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Publish/PublishRequestBuilder.php index ec8ed20dc5e..b5ff2c6d720 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Publish/PublishRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Publish/PublishRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param PublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta Find more info here */ public function post(?PublishRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.php index 45ada074f24..1caf9c758c9 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/ContentTypes/Item/Unpublish/UnpublishRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UnpublishRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta Find more info here */ public function post(?UnpublishRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Delta/DeltaRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Delta/DeltaRequestBuilder.php index 2f3a7824c26..59a3cbb1f6c 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/CreateLink/CreateLinkRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/CreateLink/CreateLinkRequestBuilder.php index 1d6db619121..ff34b0f883c 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/CreateLink/CreateLinkRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/CreateLink/CreateLinkRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CreateLinkRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta Find more info here */ public function post(CreateLinkPostRequestBody $body, ?CreateLinkRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.php index db783847738..393f6b3885e 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/DocumentSetVersions/Item/Restore/RestoreRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta Find more info here */ public function post(?RestoreRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Permissions/Item/Grant/GrantRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Permissions/Item/Grant/GrantRequestBuilder.php index 9aaec3aa530..36fee0ab302 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Permissions/Item/Grant/GrantRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Permissions/Item/Grant/GrantRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GrantRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta Find more info here */ public function post(GrantPostRequestBody $body, ?GrantRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Permissions/Item/RevokeGrants/RevokeGrantsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Permissions/Item/RevokeGrants/RevokeGrantsRequestBuilder.php index 1800a73a1c9..8eb101f419c 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Permissions/Item/RevokeGrants/RevokeGrantsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Items/Item/Permissions/Item/RevokeGrants/RevokeGrantsRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RevokeGrantsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta Find more info here */ public function post(RevokeGrantsPostRequestBody $body, ?RevokeGrantsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Permissions/Item/Grant/GrantRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Permissions/Item/Grant/GrantRequestBuilder.php index f38dfa06df8..70656d9c000 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Permissions/Item/Grant/GrantRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Permissions/Item/Grant/GrantRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GrantRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta Find more info here */ public function post(GrantPostRequestBody $body, ?GrantRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Permissions/Item/RevokeGrants/RevokeGrantsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Permissions/Item/RevokeGrants/RevokeGrantsRequestBuilder.php index 234a4e46ed4..7fda9ac7736 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Permissions/Item/RevokeGrants/RevokeGrantsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Permissions/Item/RevokeGrants/RevokeGrantsRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RevokeGrantsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta Find more info here */ public function post(RevokeGrantsPostRequestBody $body, ?RevokeGrantsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.php index 98fbcca731f..ce02a37e650 100644 --- a/src/Generated/Groups/Item/Sites/Item/Lists/Item/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Lists/Item/Subscriptions/Item/Reauthorize/ReauthorizeRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ReauthorizeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta Find more info here */ public function post(?ReauthorizeRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.php index be3e4c88673..cc13346dd96 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/GetNotebookFromWebUrl/GetNotebookFromWebUrlRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetNotebookFromWebUrlRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta Find more info here */ public function post(GetNotebookFromWebUrlPostRequestBody $body, ?GetNotebookFromWebUrlRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.php index be5830f207b..7f8c3c8ab6d 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/GetRecentNotebooksWithIncludePersonalNotebooks/GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilder.php @@ -37,6 +37,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta Find more info here */ public function get(?GetRecentNotebooksWithIncludePersonalNotebooksRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.php index 01e40c39c35..095b3b52cef 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/CopyNotebook/CopyNotebookRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CopyNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta Find more info here */ public function post(CopyNotebookPostRequestBody $body, ?CopyNotebookRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php index 89c00b4fce3..d37eb0494f2 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CopyToNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta Find more info here */ public function post(CopyToNotebookPostRequestBody $body, ?CopyToNotebookRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php index 3001e2f70bd..5ef346703af 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CopyToSectionGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta Find more info here */ public function post(CopyToSectionGroupPostRequestBody $body, ?CopyToSectionGroupRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php index af219d58cfd..33df947b958 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta Find more info here */ public function post(CopyToSectionPostRequestBody $body, ?CopyToSectionRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php index 56cd8bb9851..6ccc38b58e5 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CopyToNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta Find more info here */ public function post(CopyToNotebookPostRequestBody $body, ?CopyToNotebookRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php index 71af6793ab5..ac7a083cf85 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CopyToSectionGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta Find more info here */ public function post(CopyToSectionGroupPostRequestBody $body, ?CopyToSectionGroupRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php index 01d50e33d0f..c2af737f254 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Notebooks/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta Find more info here */ public function post(CopyToSectionPostRequestBody $body, ?CopyToSectionRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php index dec65ccd17a..368d4979905 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta Find more info here */ public function post(CopyToSectionPostRequestBody $body, ?CopyToSectionRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php index fc07f990b49..937eebf4361 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CopyToNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta Find more info here */ public function post(CopyToNotebookPostRequestBody $body, ?CopyToNotebookRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php index 2edd6e5f4cb..c7129bec401 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CopyToSectionGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta Find more info here */ public function post(CopyToSectionGroupPostRequestBody $body, ?CopyToSectionGroupRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php index 57761d5ba21..e35324ab11a 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/SectionGroups/Item/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta Find more info here */ public function post(CopyToSectionPostRequestBody $body, ?CopyToSectionRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php index 1607abc9ee7..b6dfe48a6d8 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/CopyToNotebook/CopyToNotebookRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CopyToNotebookRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta Find more info here */ public function post(CopyToNotebookPostRequestBody $body, ?CopyToNotebookRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php index 734bd13dae5..396b4a0bed7 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/CopyToSectionGroup/CopyToSectionGroupRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CopyToSectionGroupRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta Find more info here */ public function post(CopyToSectionGroupPostRequestBody $body, ?CopyToSectionGroupRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php index 63356f89565..154992ae807 100644 --- a/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Onenote/Sections/Item/Pages/Item/CopyToSection/CopyToSectionRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CopyToSectionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta Find more info here */ public function post(CopyToSectionPostRequestBody $body, ?CopyToSectionRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/Permissions/Item/Grant/GrantRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Permissions/Item/Grant/GrantRequestBuilder.php index 16bcd777fee..e333b24bcec 100644 --- a/src/Generated/Groups/Item/Sites/Item/Permissions/Item/Grant/GrantRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Permissions/Item/Grant/GrantRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GrantRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta Find more info here */ public function post(GrantPostRequestBody $body, ?GrantRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/Permissions/Item/RevokeGrants/RevokeGrantsRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Permissions/Item/RevokeGrants/RevokeGrantsRequestBuilder.php index e4f7720fcde..e130fda483f 100644 --- a/src/Generated/Groups/Item/Sites/Item/Permissions/Item/RevokeGrants/RevokeGrantsRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Permissions/Item/RevokeGrants/RevokeGrantsRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RevokeGrantsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta Find more info here */ public function post(RevokeGrantsPostRequestBody $body, ?RevokeGrantsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Item/Unarchive/UnarchiveRequestBuilder.php b/src/Generated/Groups/Item/Sites/Item/Unarchive/UnarchiveRequestBuilder.php index 54d1f732d51..0c315a8789b 100644 --- a/src/Generated/Groups/Item/Sites/Item/Unarchive/UnarchiveRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Item/Unarchive/UnarchiveRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UnarchiveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/site-unarchive?view=graph-rest-beta Find more info here */ public function post(?UnarchiveRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Sites/Remove/RemoveRequestBuilder.php b/src/Generated/Groups/Item/Sites/Remove/RemoveRequestBuilder.php index 6cd1ab47ad6..99ff08bed50 100644 --- a/src/Generated/Groups/Item/Sites/Remove/RemoveRequestBuilder.php +++ b/src/Generated/Groups/Item/Sites/Remove/RemoveRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RemoveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-beta Find more info here */ public function post(RemovePostRequestBody $body, ?RemoveRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/SubscribeByMail/SubscribeByMailRequestBuilder.php b/src/Generated/Groups/Item/SubscribeByMail/SubscribeByMailRequestBuilder.php index 0ae650b7849..c05bf37ec73 100644 --- a/src/Generated/Groups/Item/SubscribeByMail/SubscribeByMailRequestBuilder.php +++ b/src/Generated/Groups/Item/SubscribeByMail/SubscribeByMailRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SubscribeByMailRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-beta Find more info here */ public function post(?SubscribeByMailRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/Archive/ArchiveRequestBuilder.php b/src/Generated/Groups/Item/Team/Archive/ArchiveRequestBuilder.php index 08412742d6a..15d7543fa34 100644 --- a/src/Generated/Groups/Item/Team/Archive/ArchiveRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Archive/ArchiveRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ArchiveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-beta Find more info here */ public function post(ArchivePostRequestBody $body, ?ArchiveRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/Channels/GetAllMessages/GetAllMessagesRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/GetAllMessages/GetAllMessagesRequestBuilder.php index 90d06142104..6627f358c0b 100644 --- a/src/Generated/Groups/Item/Team/Channels/GetAllMessages/GetAllMessagesRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/GetAllMessages/GetAllMessagesRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetAllMessagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/channel-getallmessages?view=graph-rest-beta Find more info here */ public function get(?GetAllMessagesRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/Channels/GetAllRetainedMessages/GetAllRetainedMessagesRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/GetAllRetainedMessages/GetAllRetainedMessagesRequestBuilder.php index 446c43bdf8c..5b0402cf807 100644 --- a/src/Generated/Groups/Item/Team/Channels/GetAllRetainedMessages/GetAllRetainedMessagesRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/GetAllRetainedMessages/GetAllRetainedMessagesRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetAllRetainedMessagesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/channel-getallretainedmessages?view=graph-rest-beta Find more info here */ public function get(?GetAllRetainedMessagesRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/Channels/Item/AllMembers/Add/AddRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/AllMembers/Add/AddRequestBuilder.php index e826db58a18..2b3dcfa177d 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/AllMembers/Add/AddRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/AllMembers/Add/AddRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta Find more info here */ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/Channels/Item/AllMembers/Remove/RemoveRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/AllMembers/Remove/RemoveRequestBuilder.php index 086fc008f51..9d0c7ce3e8a 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/AllMembers/Remove/RemoveRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/AllMembers/Remove/RemoveRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RemoveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-beta Find more info here */ public function post(RemovePostRequestBody $body, ?RemoveRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Archive/ArchiveRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/Archive/ArchiveRequestBuilder.php index 19b10f84d17..4e28f427618 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Archive/ArchiveRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Archive/ArchiveRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ArchiveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta Find more info here */ public function post(ArchivePostRequestBody $body, ?ArchiveRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.php index 9fb1ce48741..678f9f00152 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/CompleteMigration/CompleteMigrationRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CompleteMigrationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta Find more info here */ public function post(?CompleteMigrationRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.php index 96bd9e9bf9c..e664254c080 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta Find more info here */ public function get(?DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Members/Add/AddRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/Members/Add/AddRequestBuilder.php index d886b8ffac1..01c4e0e675a 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Members/Add/AddRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Members/Add/AddRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta Find more info here */ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Members/Remove/RemoveRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/Members/Remove/RemoveRequestBuilder.php index 10e3e6a97fc..51343d63694 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Members/Remove/RemoveRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Members/Remove/RemoveRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RemoveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-beta Find more info here */ public function post(RemovePostRequestBody $body, ?RemoveRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Delta/DeltaRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Delta/DeltaRequestBuilder.php index 54561644c50..55b80a0b4d6 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Messages/ForwardToChat/ForwardToChatRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/Messages/ForwardToChat/ForwardToChatRequestBuilder.php index d33b2b0d053..a39b4fa04be 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Messages/ForwardToChat/ForwardToChatRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Messages/ForwardToChat/ForwardToChatRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ForwardToChatRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chatmessage-forwardtochat?view=graph-rest-beta Find more info here */ public function post(ForwardToChatPostRequestBody $body, ?ForwardToChatRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.php index d30598d48d3..999a511c048 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/ForwardToChat/ForwardToChatRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/ForwardToChat/ForwardToChatRequestBuilder.php index 548695c6be6..de6e6f70f69 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/ForwardToChat/ForwardToChatRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/ForwardToChat/ForwardToChatRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ForwardToChatRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chatmessage-forwardtochat?view=graph-rest-beta Find more info here */ public function post(ForwardToChatPostRequestBody $body, ?ForwardToChatRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.php index 6687fd3e039..4040036c61a 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta Find more info here */ public function post(?SoftDeleteRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php index f59f3a7a2e8..8d5b2a8b322 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta Find more info here */ public function post(?UndoSoftDeleteRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/ReplyWithQuote/ReplyWithQuoteRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/ReplyWithQuote/ReplyWithQuoteRequestBuilder.php index b4f90dbbd59..29285c88365 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/ReplyWithQuote/ReplyWithQuoteRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/Replies/ReplyWithQuote/ReplyWithQuoteRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ReplyWithQuoteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-beta Find more info here */ public function post(ReplyWithQuotePostRequestBody $body, ?ReplyWithQuoteRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.php index 575a145edc5..2e96925a27d 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta Find more info here */ public function post(?SoftDeleteRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php index 6f710362d1b..c414b729b22 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta Find more info here */ public function post(?UndoSoftDeleteRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Messages/ReplyWithQuote/ReplyWithQuoteRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/Messages/ReplyWithQuote/ReplyWithQuoteRequestBuilder.php index 4a214359e9c..03529721148 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Messages/ReplyWithQuote/ReplyWithQuoteRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Messages/ReplyWithQuote/ReplyWithQuoteRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ReplyWithQuoteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-beta Find more info here */ public function post(ReplyWithQuotePostRequestBody $body, ?ReplyWithQuoteRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Planner/Plans/Delta/DeltaRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/Planner/Plans/Delta/DeltaRequestBuilder.php index ae0b4ef3647..5f6f17ba081 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Planner/Plans/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Planner/Plans/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Planner/Plans/Item/Archive/ArchiveRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/Planner/Plans/Item/Archive/ArchiveRequestBuilder.php index 4b9f99c30d7..5ca535a2896 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Planner/Plans/Item/Archive/ArchiveRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Planner/Plans/Item/Archive/ArchiveRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ArchiveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/plannerplan-archive?view=graph-rest-beta Find more info here */ public function post(ArchivePostRequestBody $body, ?ArchiveRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Planner/Plans/Item/Buckets/Delta/DeltaRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/Planner/Plans/Item/Buckets/Delta/DeltaRequestBuilder.php index 910ae47e2d6..8a22315173d 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Planner/Plans/Item/Buckets/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Planner/Plans/Item/Buckets/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Planner/Plans/Item/Buckets/Item/Tasks/Delta/DeltaRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/Planner/Plans/Item/Buckets/Item/Tasks/Delta/DeltaRequestBuilder.php index c445b22a688..540d8d10651 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Planner/Plans/Item/Buckets/Item/Tasks/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Planner/Plans/Item/Buckets/Item/Tasks/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Planner/Plans/Item/MoveToContainer/MoveToContainerRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/Planner/Plans/Item/MoveToContainer/MoveToContainerRequestBuilder.php index 25a6c2824e3..8442f27a080 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Planner/Plans/Item/MoveToContainer/MoveToContainerRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Planner/Plans/Item/MoveToContainer/MoveToContainerRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MoveToContainerRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta Find more info here */ public function post(MoveToContainerPostRequestBody $body, ?MoveToContainerRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Planner/Plans/Item/Tasks/Delta/DeltaRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/Planner/Plans/Item/Tasks/Delta/DeltaRequestBuilder.php index 28018abc164..d60440bcda9 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Planner/Plans/Item/Tasks/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Planner/Plans/Item/Tasks/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Planner/Plans/Item/Unarchive/UnarchiveRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/Planner/Plans/Item/Unarchive/UnarchiveRequestBuilder.php index 1d901694ba3..248a0f81d65 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Planner/Plans/Item/Unarchive/UnarchiveRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Planner/Plans/Item/Unarchive/UnarchiveRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UnarchiveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/plannerplan-unarchive?view=graph-rest-beta Find more info here */ public function post(UnarchivePostRequestBody $body, ?UnarchiveRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.php index 52dc090186c..385909aeae5 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/ProvisionEmail/ProvisionEmailRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ProvisionEmailRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta Find more info here */ public function post(?ProvisionEmailRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.php index 96713c12413..df286df1f3f 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/RemoveEmail/RemoveEmailRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RemoveEmailRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta Find more info here */ public function post(?RemoveEmailRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/Channels/Item/Unarchive/UnarchiveRequestBuilder.php b/src/Generated/Groups/Item/Team/Channels/Item/Unarchive/UnarchiveRequestBuilder.php index 2360fcf5fe4..fc5a9cc6ce0 100644 --- a/src/Generated/Groups/Item/Team/Channels/Item/Unarchive/UnarchiveRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Channels/Item/Unarchive/UnarchiveRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UnarchiveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta Find more info here */ public function post(?UnarchiveRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/CompleteMigration/CompleteMigrationRequestBuilder.php b/src/Generated/Groups/Item/Team/CompleteMigration/CompleteMigrationRequestBuilder.php index ecf891f8d17..4133cf578c3 100644 --- a/src/Generated/Groups/Item/Team/CompleteMigration/CompleteMigrationRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/CompleteMigration/CompleteMigrationRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CompleteMigrationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-beta Find more info here */ public function post(?CompleteMigrationRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/EscapedClone/CloneRequestBuilder.php b/src/Generated/Groups/Item/Team/EscapedClone/CloneRequestBuilder.php index 938ce71af78..aec5a8e0d5c 100644 --- a/src/Generated/Groups/Item/Team/EscapedClone/CloneRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/EscapedClone/CloneRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CloneRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-beta Find more info here */ public function post(ClonePostRequestBody $body, ?CloneRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.php b/src/Generated/Groups/Item/Team/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.php index d508e744098..0f28aa36c81 100644 --- a/src/Generated/Groups/Item/Team/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/InstalledApps/Item/Upgrade/UpgradeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UpgradeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta Find more info here */ public function post(UpgradePostRequestBody $body, ?UpgradeRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/Members/Add/AddRequestBuilder.php b/src/Generated/Groups/Item/Team/Members/Add/AddRequestBuilder.php index 8aba52948d1..210e68a8258 100644 --- a/src/Generated/Groups/Item/Team/Members/Add/AddRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Members/Add/AddRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta Find more info here */ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/Members/Remove/RemoveRequestBuilder.php b/src/Generated/Groups/Item/Team/Members/Remove/RemoveRequestBuilder.php index 5804dfb23be..2e7ac2948af 100644 --- a/src/Generated/Groups/Item/Team/Members/Remove/RemoveRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Members/Remove/RemoveRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RemoveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-beta Find more info here */ public function post(RemovePostRequestBody $body, ?RemoveRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/AllMembers/Add/AddRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/AllMembers/Add/AddRequestBuilder.php index 3a23bb43283..0ef3f2d35cf 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/AllMembers/Add/AddRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/AllMembers/Add/AddRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta Find more info here */ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/AllMembers/Remove/RemoveRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/AllMembers/Remove/RemoveRequestBuilder.php index b6d8d895a6c..18d38729ad6 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/AllMembers/Remove/RemoveRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/AllMembers/Remove/RemoveRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RemoveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-beta Find more info here */ public function post(RemovePostRequestBody $body, ?RemoveRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Archive/ArchiveRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Archive/ArchiveRequestBuilder.php index e9eb7b8e1c8..d4d1ce3d1b8 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Archive/ArchiveRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Archive/ArchiveRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ArchiveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta Find more info here */ public function post(ArchivePostRequestBody $body, ?ArchiveRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.php index 66fdc384f3e..00f8eb23f7b 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/CompleteMigration/CompleteMigrationRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CompleteMigrationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta Find more info here */ public function post(?CompleteMigrationRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.php index 9fc13db8fb3..2ba4d50d2dd 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalName/DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta Find more info here */ public function get(?DoesUserHaveAccessuserIdUserIdTenantIdTenantIdUserPrincipalNameUserPrincipalNameRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Members/Add/AddRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Members/Add/AddRequestBuilder.php index 699833608d6..6ca4c0f2029 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Members/Add/AddRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Members/Add/AddRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AddRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta Find more info here */ public function post(AddPostRequestBody $body, ?AddRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Members/Remove/RemoveRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Members/Remove/RemoveRequestBuilder.php index 94def27e065..dbef46a0f49 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Members/Remove/RemoveRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Members/Remove/RemoveRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RemoveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/conversationmember-remove?view=graph-rest-beta Find more info here */ public function post(RemovePostRequestBody $body, ?RemoveRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Delta/DeltaRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Delta/DeltaRequestBuilder.php index dc389488011..33c79c2bd7f 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/ForwardToChat/ForwardToChatRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/ForwardToChat/ForwardToChatRequestBuilder.php index 50e8a83ad4a..1584b55be81 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/ForwardToChat/ForwardToChatRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/ForwardToChat/ForwardToChatRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ForwardToChatRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chatmessage-forwardtochat?view=graph-rest-beta Find more info here */ public function post(ForwardToChatPostRequestBody $body, ?ForwardToChatRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Delta/DeltaRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Delta/DeltaRequestBuilder.php index f0f948c650b..350cb2f4ea2 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/ForwardToChat/ForwardToChatRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/ForwardToChat/ForwardToChatRequestBuilder.php index f84846ddf56..5d2dc0c319d 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/ForwardToChat/ForwardToChatRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/ForwardToChat/ForwardToChatRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ForwardToChatRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chatmessage-forwardtochat?view=graph-rest-beta Find more info here */ public function post(ForwardToChatPostRequestBody $body, ?ForwardToChatRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.php index 477ecb91fdf..043ac96d0bc 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/SoftDelete/SoftDeleteRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta Find more info here */ public function post(?SoftDeleteRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php index 4c291f28e43..9f655a3becb 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta Find more info here */ public function post(?UndoSoftDeleteRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/ReplyWithQuote/ReplyWithQuoteRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/ReplyWithQuote/ReplyWithQuoteRequestBuilder.php index 0d119345ca9..3ed91ec515f 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/ReplyWithQuote/ReplyWithQuoteRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/Replies/ReplyWithQuote/ReplyWithQuoteRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ReplyWithQuoteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-beta Find more info here */ public function post(ReplyWithQuotePostRequestBody $body, ?ReplyWithQuoteRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.php index 2bb6bb875eb..93295438bd4 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/SoftDelete/SoftDeleteRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta Find more info here */ public function post(?SoftDeleteRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php index f60952cb611..1805174a012 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/Item/UndoSoftDelete/UndoSoftDeleteRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UndoSoftDeleteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta Find more info here */ public function post(?UndoSoftDeleteRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/ReplyWithQuote/ReplyWithQuoteRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/ReplyWithQuote/ReplyWithQuoteRequestBuilder.php index dee9b35e518..994ad8e0941 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/ReplyWithQuote/ReplyWithQuoteRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Messages/ReplyWithQuote/ReplyWithQuoteRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ReplyWithQuoteRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/chatmessage-replywithquote?view=graph-rest-beta Find more info here */ public function post(ReplyWithQuotePostRequestBody $body, ?ReplyWithQuoteRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Planner/Plans/Delta/DeltaRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Planner/Plans/Delta/DeltaRequestBuilder.php index 2c672fd42cd..52870e9d110 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Planner/Plans/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Planner/Plans/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Planner/Plans/Item/Archive/ArchiveRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Planner/Plans/Item/Archive/ArchiveRequestBuilder.php index bfb3fbcebaf..8a18e53804c 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Planner/Plans/Item/Archive/ArchiveRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Planner/Plans/Item/Archive/ArchiveRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ArchiveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/plannerplan-archive?view=graph-rest-beta Find more info here */ public function post(ArchivePostRequestBody $body, ?ArchiveRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Planner/Plans/Item/Buckets/Delta/DeltaRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Planner/Plans/Item/Buckets/Delta/DeltaRequestBuilder.php index b322433aece..92870b692f9 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Planner/Plans/Item/Buckets/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Planner/Plans/Item/Buckets/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Planner/Plans/Item/Buckets/Item/Tasks/Delta/DeltaRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Planner/Plans/Item/Buckets/Item/Tasks/Delta/DeltaRequestBuilder.php index 7dfc0d2a255..75a5241945d 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Planner/Plans/Item/Buckets/Item/Tasks/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Planner/Plans/Item/Buckets/Item/Tasks/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Planner/Plans/Item/MoveToContainer/MoveToContainerRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Planner/Plans/Item/MoveToContainer/MoveToContainerRequestBuilder.php index 49ed550f2e3..9402e32bde5 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Planner/Plans/Item/MoveToContainer/MoveToContainerRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Planner/Plans/Item/MoveToContainer/MoveToContainerRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MoveToContainerRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta Find more info here */ public function post(MoveToContainerPostRequestBody $body, ?MoveToContainerRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Planner/Plans/Item/Tasks/Delta/DeltaRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Planner/Plans/Item/Tasks/Delta/DeltaRequestBuilder.php index be5b9f83ee5..b80fb99fad8 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Planner/Plans/Item/Tasks/Delta/DeltaRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Planner/Plans/Item/Tasks/Delta/DeltaRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DeltaRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta Find more info here */ public function get(?DeltaRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Planner/Plans/Item/Unarchive/UnarchiveRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Planner/Plans/Item/Unarchive/UnarchiveRequestBuilder.php index af5c0a75da0..cee3a60c633 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Planner/Plans/Item/Unarchive/UnarchiveRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Planner/Plans/Item/Unarchive/UnarchiveRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UnarchiveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/plannerplan-unarchive?view=graph-rest-beta Find more info here */ public function post(UnarchivePostRequestBody $body, ?UnarchiveRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/ProvisionEmail/ProvisionEmailRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/ProvisionEmail/ProvisionEmailRequestBuilder.php index 45100c8e9b2..27f9ef9048e 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/ProvisionEmail/ProvisionEmailRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/ProvisionEmail/ProvisionEmailRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ProvisionEmailRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta Find more info here */ public function post(?ProvisionEmailRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/RemoveEmail/RemoveEmailRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/RemoveEmail/RemoveEmailRequestBuilder.php index ba8aceff919..afc116eda29 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/RemoveEmail/RemoveEmailRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/RemoveEmail/RemoveEmailRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RemoveEmailRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta Find more info here */ public function post(?RemoveEmailRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/PrimaryChannel/Unarchive/UnarchiveRequestBuilder.php b/src/Generated/Groups/Item/Team/PrimaryChannel/Unarchive/UnarchiveRequestBuilder.php index 05b7b0c4b8a..4a68ef8f7f5 100644 --- a/src/Generated/Groups/Item/Team/PrimaryChannel/Unarchive/UnarchiveRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/PrimaryChannel/Unarchive/UnarchiveRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UnarchiveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta Find more info here */ public function post(?UnarchiveRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/Schedule/Share/ShareRequestBuilder.php b/src/Generated/Groups/Item/Team/Schedule/Share/ShareRequestBuilder.php index 236b08ceccb..0844c30684d 100644 --- a/src/Generated/Groups/Item/Team/Schedule/Share/ShareRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Schedule/Share/ShareRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ShareRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-beta Find more info here */ public function post(SharePostRequestBody $body, ?ShareRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/Schedule/TimeCards/ClockIn/ClockInRequestBuilder.php b/src/Generated/Groups/Item/Team/Schedule/TimeCards/ClockIn/ClockInRequestBuilder.php index 9a26e7ec051..05f758dde37 100644 --- a/src/Generated/Groups/Item/Team/Schedule/TimeCards/ClockIn/ClockInRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Schedule/TimeCards/ClockIn/ClockInRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ClockInRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/timecard-clockin?view=graph-rest-beta Find more info here */ public function post(ClockInPostRequestBody $body, ?ClockInRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/Schedule/TimeCards/Item/ClockOut/ClockOutRequestBuilder.php b/src/Generated/Groups/Item/Team/Schedule/TimeCards/Item/ClockOut/ClockOutRequestBuilder.php index 091dc1d687b..900dede9be9 100644 --- a/src/Generated/Groups/Item/Team/Schedule/TimeCards/Item/ClockOut/ClockOutRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Schedule/TimeCards/Item/ClockOut/ClockOutRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ClockOutRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/timecard-clockout?view=graph-rest-beta Find more info here */ public function post(ClockOutPostRequestBody $body, ?ClockOutRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/Schedule/TimeCards/Item/Confirm/ConfirmRequestBuilder.php b/src/Generated/Groups/Item/Team/Schedule/TimeCards/Item/Confirm/ConfirmRequestBuilder.php index 9935ec01eeb..24a5c802023 100644 --- a/src/Generated/Groups/Item/Team/Schedule/TimeCards/Item/Confirm/ConfirmRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Schedule/TimeCards/Item/Confirm/ConfirmRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ConfirmRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/timecard-confirm?view=graph-rest-beta Find more info here */ public function post(?ConfirmRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/Schedule/TimeCards/Item/EndBreak/EndBreakRequestBuilder.php b/src/Generated/Groups/Item/Team/Schedule/TimeCards/Item/EndBreak/EndBreakRequestBuilder.php index 4e45bf28e1c..e8ad35cbd96 100644 --- a/src/Generated/Groups/Item/Team/Schedule/TimeCards/Item/EndBreak/EndBreakRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Schedule/TimeCards/Item/EndBreak/EndBreakRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param EndBreakRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/timecard-endbreak?view=graph-rest-beta Find more info here */ public function post(EndBreakPostRequestBody $body, ?EndBreakRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/Schedule/TimeCards/Item/StartBreak/StartBreakRequestBuilder.php b/src/Generated/Groups/Item/Team/Schedule/TimeCards/Item/StartBreak/StartBreakRequestBuilder.php index f6370572e1e..91ebe21229e 100644 --- a/src/Generated/Groups/Item/Team/Schedule/TimeCards/Item/StartBreak/StartBreakRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Schedule/TimeCards/Item/StartBreak/StartBreakRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param StartBreakRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/timecard-startbreak?view=graph-rest-beta Find more info here */ public function post(StartBreakPostRequestBody $body, ?StartBreakRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/SendActivityNotification/SendActivityNotificationRequestBuilder.php b/src/Generated/Groups/Item/Team/SendActivityNotification/SendActivityNotificationRequestBuilder.php index ae2159a813e..a11a1764897 100644 --- a/src/Generated/Groups/Item/Team/SendActivityNotification/SendActivityNotificationRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/SendActivityNotification/SendActivityNotificationRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SendActivityNotificationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-beta Find more info here */ public function post(SendActivityNotificationPostRequestBody $body, ?SendActivityNotificationRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Team/Unarchive/UnarchiveRequestBuilder.php b/src/Generated/Groups/Item/Team/Unarchive/UnarchiveRequestBuilder.php index 68cd84caa75..f80ad8eb536 100644 --- a/src/Generated/Groups/Item/Team/Unarchive/UnarchiveRequestBuilder.php +++ b/src/Generated/Groups/Item/Team/Unarchive/UnarchiveRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UnarchiveRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-beta Find more info here */ public function post(?UnarchiveRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/Threads/Item/ConversationThreadItemRequestBuilder.php b/src/Generated/Groups/Item/Threads/Item/ConversationThreadItemRequestBuilder.php index b6b861664cf..1e6b9930d4e 100644 --- a/src/Generated/Groups/Item/Threads/Item/ConversationThreadItemRequestBuilder.php +++ b/src/Generated/Groups/Item/Threads/Item/ConversationThreadItemRequestBuilder.php @@ -47,11 +47,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete conversationThread. + * Delete a thread object. * @param ConversationThreadItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/conversationthread-delete?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/group-delete-thread?view=graph-rest-beta Find more info here */ public function delete(?ConversationThreadItemRequestBuilderDeleteRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toDeleteRequestInformation($requestConfiguration); @@ -62,11 +62,11 @@ public function delete(?ConversationThreadItemRequestBuilderDeleteRequestConfigu } /** - * Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. + * Get a thread object. * @param ConversationThreadItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/conversationthread-get?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/group-get-thread?view=graph-rest-beta Find more info here */ public function get(?ConversationThreadItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -93,7 +93,7 @@ public function patch(ConversationThread $body, ?ConversationThreadItemRequestBu } /** - * Delete conversationThread. + * Delete a thread object. * @param ConversationThreadItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ @@ -111,7 +111,7 @@ public function toDeleteRequestInformation(?ConversationThreadItemRequestBuilder } /** - * Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. + * Get a thread object. * @param ConversationThreadItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Groups/Item/Threads/Item/ConversationThreadItemRequestBuilderGetQueryParameters.php b/src/Generated/Groups/Item/Threads/Item/ConversationThreadItemRequestBuilderGetQueryParameters.php index 1efafc25e21..1915dc29631 100644 --- a/src/Generated/Groups/Item/Threads/Item/ConversationThreadItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Groups/Item/Threads/Item/ConversationThreadItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, you can specify the thread without referencing the parent conversation. + * Get a thread object. */ class ConversationThreadItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Groups/Item/Threads/Item/Posts/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php b/src/Generated/Groups/Item/Threads/Item/Posts/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php index db233ad408e..3f90449a68e 100644 --- a/src/Generated/Groups/Item/Threads/Item/Posts/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php +++ b/src/Generated/Groups/Item/Threads/Item/Posts/Item/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta Find more info here */ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSessionRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Threads/Item/Posts/Item/Forward/ForwardRequestBuilder.php b/src/Generated/Groups/Item/Threads/Item/Posts/Item/Forward/ForwardRequestBuilder.php index 8d9f01b79e2..765052e74c1 100644 --- a/src/Generated/Groups/Item/Threads/Item/Posts/Item/Forward/ForwardRequestBuilder.php +++ b/src/Generated/Groups/Item/Threads/Item/Posts/Item/Forward/ForwardRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta Find more info here */ public function post(ForwardPostRequestBody $body, ?ForwardRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php b/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php index 088bbde376a..b6410da3e8c 100644 --- a/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php +++ b/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Attachments/CreateUploadSession/CreateUploadSessionRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CreateUploadSessionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta Find more info here */ public function post(CreateUploadSessionPostRequestBody $body, ?CreateUploadSessionRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Forward/ForwardRequestBuilder.php b/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Forward/ForwardRequestBuilder.php index 17aea402401..c0f1f4de2de 100644 --- a/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Forward/ForwardRequestBuilder.php +++ b/src/Generated/Groups/Item/Threads/Item/Posts/Item/InReplyTo/Forward/ForwardRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ForwardRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta Find more info here */ public function post(ForwardPostRequestBody $body, ?ForwardRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/Item/Threads/Item/Reply/ReplyRequestBuilder.php b/src/Generated/Groups/Item/Threads/Item/Reply/ReplyRequestBuilder.php index 636588ca97e..7864e9d8a17 100644 --- a/src/Generated/Groups/Item/Threads/Item/Reply/ReplyRequestBuilder.php +++ b/src/Generated/Groups/Item/Threads/Item/Reply/ReplyRequestBuilder.php @@ -30,11 +30,12 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. + * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. * @param ReplyPostRequestBody $body The request body * @param ReplyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/post-reply?view=graph-rest-beta Find more info here */ public function post(ReplyPostRequestBody $body, ?ReplyRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); @@ -45,7 +46,7 @@ public function post(ReplyPostRequestBody $body, ?ReplyRequestBuilderPostRequest } /** - * Create an open extension (openTypeExtension object) and add custom properties in a new or existing instance of a resource. You can create an open extension in a resource instance and store custom data to it all in the same operation, except for specific resources. The table in the Permissions section lists the resources that support open extensions. + * Reply to a post and add a new post to the specified thread in a group conversation. You can specify both the parent conversation and thread in the request, or, you can specify just the parent thread without the parent conversation. * @param ReplyPostRequestBody $body The request body * @param ReplyRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/Groups/Item/UnsubscribeByMail/UnsubscribeByMailRequestBuilder.php b/src/Generated/Groups/Item/UnsubscribeByMail/UnsubscribeByMailRequestBuilder.php index ef5a0b5403a..f4012f8c057 100644 --- a/src/Generated/Groups/Item/UnsubscribeByMail/UnsubscribeByMailRequestBuilder.php +++ b/src/Generated/Groups/Item/UnsubscribeByMail/UnsubscribeByMailRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UnsubscribeByMailRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-beta Find more info here */ public function post(?UnsubscribeByMailRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Groups/Item/ValidateProperties/ValidatePropertiesRequestBuilder.php b/src/Generated/Groups/Item/ValidateProperties/ValidatePropertiesRequestBuilder.php index dc017fd0153..8bebbc6eb19 100644 --- a/src/Generated/Groups/Item/ValidateProperties/ValidatePropertiesRequestBuilder.php +++ b/src/Generated/Groups/Item/ValidateProperties/ValidatePropertiesRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/group-validateproperties?view=graph-rest-beta Find more info here */ public function post(ValidatePropertiesPostRequestBody $body, ?ValidatePropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Groups/ValidateProperties/ValidatePropertiesRequestBuilder.php b/src/Generated/Groups/ValidateProperties/ValidatePropertiesRequestBuilder.php index c55c816ffe7..fc2cfe1f467 100644 --- a/src/Generated/Groups/ValidateProperties/ValidatePropertiesRequestBuilder.php +++ b/src/Generated/Groups/ValidateProperties/ValidatePropertiesRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ValidatePropertiesRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta Find more info here */ public function post(ValidatePropertiesPostRequestBody $body, ?ValidatePropertiesRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Identity/ApiConnectors/Item/UploadClientCertificate/UploadClientCertificateRequestBuilder.php b/src/Generated/Identity/ApiConnectors/Item/UploadClientCertificate/UploadClientCertificateRequestBuilder.php index 1b6b7cfeb66..0f9c63c0873 100644 --- a/src/Generated/Identity/ApiConnectors/Item/UploadClientCertificate/UploadClientCertificateRequestBuilder.php +++ b/src/Generated/Identity/ApiConnectors/Item/UploadClientCertificate/UploadClientCertificateRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UploadClientCertificateRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta Find more info here */ public function post(UploadClientCertificatePostRequestBody $body, ?UploadClientCertificateRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Identity/B2cUserFlows/Item/UserAttributeAssignments/GetOrder/GetOrderRequestBuilder.php b/src/Generated/Identity/B2cUserFlows/Item/UserAttributeAssignments/GetOrder/GetOrderRequestBuilder.php index 76c9629d06c..d1a800653fd 100644 --- a/src/Generated/Identity/B2cUserFlows/Item/UserAttributeAssignments/GetOrder/GetOrderRequestBuilder.php +++ b/src/Generated/Identity/B2cUserFlows/Item/UserAttributeAssignments/GetOrder/GetOrderRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetOrderRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-beta Find more info here */ public function get(?GetOrderRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Identity/B2cUserFlows/Item/UserAttributeAssignments/SetOrder/SetOrderRequestBuilder.php b/src/Generated/Identity/B2cUserFlows/Item/UserAttributeAssignments/SetOrder/SetOrderRequestBuilder.php index 7b3db360b81..672be0d7f0f 100644 --- a/src/Generated/Identity/B2cUserFlows/Item/UserAttributeAssignments/SetOrder/SetOrderRequestBuilder.php +++ b/src/Generated/Identity/B2cUserFlows/Item/UserAttributeAssignments/SetOrder/SetOrderRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SetOrderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-beta Find more info here */ public function post(SetOrderPostRequestBody $body, ?SetOrderRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostAttributeCollection/UploadClientCertificate/UploadClientCertificateRequestBuilder.php b/src/Generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostAttributeCollection/UploadClientCertificate/UploadClientCertificateRequestBuilder.php index a383ebd4547..cff60dd1510 100644 --- a/src/Generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostAttributeCollection/UploadClientCertificate/UploadClientCertificateRequestBuilder.php +++ b/src/Generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostAttributeCollection/UploadClientCertificate/UploadClientCertificateRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UploadClientCertificateRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta Find more info here */ public function post(UploadClientCertificatePostRequestBody $body, ?UploadClientCertificateRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostFederationSignup/UploadClientCertificate/UploadClientCertificateRequestBuilder.php b/src/Generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostFederationSignup/UploadClientCertificate/UploadClientCertificateRequestBuilder.php index ac6487ccf98..1242faf782e 100644 --- a/src/Generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostFederationSignup/UploadClientCertificate/UploadClientCertificateRequestBuilder.php +++ b/src/Generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PostFederationSignup/UploadClientCertificate/UploadClientCertificateRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UploadClientCertificateRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta Find more info here */ public function post(UploadClientCertificatePostRequestBody $body, ?UploadClientCertificateRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PreTokenIssuance/UploadClientCertificate/UploadClientCertificateRequestBuilder.php b/src/Generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PreTokenIssuance/UploadClientCertificate/UploadClientCertificateRequestBuilder.php index e0f164c84d7..333db15aa05 100644 --- a/src/Generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PreTokenIssuance/UploadClientCertificate/UploadClientCertificateRequestBuilder.php +++ b/src/Generated/Identity/B2xUserFlows/Item/ApiConnectorConfiguration/PreTokenIssuance/UploadClientCertificate/UploadClientCertificateRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UploadClientCertificateRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta Find more info here */ public function post(UploadClientCertificatePostRequestBody $body, ?UploadClientCertificateRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/GetOrder/GetOrderRequestBuilder.php b/src/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/GetOrder/GetOrderRequestBuilder.php index a370086621d..5e663341157 100644 --- a/src/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/GetOrder/GetOrderRequestBuilder.php +++ b/src/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/GetOrder/GetOrderRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetOrderRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-beta Find more info here */ public function get(?GetOrderRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/SetOrder/SetOrderRequestBuilder.php b/src/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/SetOrder/SetOrderRequestBuilder.php index dbabdd33f27..d9fbcd68510 100644 --- a/src/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/SetOrder/SetOrderRequestBuilder.php +++ b/src/Generated/Identity/B2xUserFlows/Item/UserAttributeAssignments/SetOrder/SetOrderRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SetOrderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-beta Find more info here */ public function post(SetOrderPostRequestBody $body, ?SetOrderRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/FindByMethodModeWithAuthenticationMethodModes/FindByMethodModeWithAuthenticationMethodModesRequestBuilder.php b/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/FindByMethodModeWithAuthenticationMethodModes/FindByMethodModeWithAuthenticationMethodModesRequestBuilder.php index 07633b3cd03..8dc86d3612d 100644 --- a/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/FindByMethodModeWithAuthenticationMethodModes/FindByMethodModeWithAuthenticationMethodModesRequestBuilder.php +++ b/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/FindByMethodModeWithAuthenticationMethodModes/FindByMethodModeWithAuthenticationMethodModesRequestBuilder.php @@ -37,6 +37,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param FindByMethodModeWithAuthenticationMethodModesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-findbymethodmode?view=graph-rest-beta Find more info here */ public function get(?FindByMethodModeWithAuthenticationMethodModesRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsPostRequestBody.php b/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsPostRequestBody.php index efea5ac6578..72933601f7b 100644 --- a/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsPostRequestBody.php +++ b/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsPostRequestBody.php @@ -2,6 +2,7 @@ namespace Microsoft\Graph\Beta\Generated\Identity\ConditionalAccess\AuthenticationStrength\Policies\Item\UpdateAllowedCombinations; +use Microsoft\Graph\Beta\Generated\Models\AuthenticationMethodModes; use Microsoft\Kiota\Abstractions\Serialization\AdditionalDataHolder; use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; @@ -50,13 +51,13 @@ public function getAdditionalData(): ?array { /** * Gets the allowedCombinations property value. The allowedCombinations property - * @return array|null + * @return array|null */ public function getAllowedCombinations(): ?array { $val = $this->getBackingStore()->get('allowedCombinations'); if (is_array($val) || is_null($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - /** @var array|null $val */ + TypeUtils::validateCollectionValues($val, AuthenticationMethodModes::class); + /** @var array|null $val */ return $val; } throw new \UnexpectedValueException("Invalid type found in backing store for 'allowedCombinations'"); @@ -77,14 +78,7 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'allowedCombinations' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setAllowedCombinations($val); - }, + 'allowedCombinations' => fn(ParseNode $n) => $o->setAllowedCombinations($n->getCollectionOfEnumValues(AuthenticationMethodModes::class)), ]; } @@ -93,7 +87,7 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeCollectionOfPrimitiveValues('allowedCombinations', $this->getAllowedCombinations()); + $writer->writeCollectionOfEnumValues('allowedCombinations', $this->getAllowedCombinations()); $writer->writeAdditionalData($this->getAdditionalData()); } @@ -107,7 +101,7 @@ public function setAdditionalData(?array $value): void { /** * Sets the allowedCombinations property value. The allowedCombinations property - * @param array|null $value Value to set for the allowedCombinations property. + * @param array|null $value Value to set for the allowedCombinations property. */ public function setAllowedCombinations(?array $value): void { $this->getBackingStore()->set('allowedCombinations', $value); diff --git a/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsRequestBuilder.php b/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsRequestBuilder.php index 135e000adc9..18f05f1e1c0 100644 --- a/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsRequestBuilder.php +++ b/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UpdateAllowedCombinationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-beta Find more info here */ public function post(UpdateAllowedCombinationsPostRequestBody $body, ?UpdateAllowedCombinationsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/Usage/UsageRequestBuilder.php b/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/Usage/UsageRequestBuilder.php index d2e67517728..28ffbdac8f3 100644 --- a/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/Usage/UsageRequestBuilder.php +++ b/src/Generated/Identity/ConditionalAccess/AuthenticationStrength/Policies/Item/Usage/UsageRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UsageRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-beta Find more info here */ public function get(?UsageRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Identity/ConditionalAccess/AuthenticationStrengths/Policies/FindByMethodModeWithAuthenticationMethodModes/FindByMethodModeWithAuthenticationMethodModesRequestBuilder.php b/src/Generated/Identity/ConditionalAccess/AuthenticationStrengths/Policies/FindByMethodModeWithAuthenticationMethodModes/FindByMethodModeWithAuthenticationMethodModesRequestBuilder.php index d19c015eea6..2c0653e212e 100644 --- a/src/Generated/Identity/ConditionalAccess/AuthenticationStrengths/Policies/FindByMethodModeWithAuthenticationMethodModes/FindByMethodModeWithAuthenticationMethodModesRequestBuilder.php +++ b/src/Generated/Identity/ConditionalAccess/AuthenticationStrengths/Policies/FindByMethodModeWithAuthenticationMethodModes/FindByMethodModeWithAuthenticationMethodModesRequestBuilder.php @@ -37,6 +37,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param FindByMethodModeWithAuthenticationMethodModesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-findbymethodmode?view=graph-rest-beta Find more info here */ public function get(?FindByMethodModeWithAuthenticationMethodModesRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Identity/ConditionalAccess/AuthenticationStrengths/Policies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsPostRequestBody.php b/src/Generated/Identity/ConditionalAccess/AuthenticationStrengths/Policies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsPostRequestBody.php index 7fbc1b28264..35692e465fd 100644 --- a/src/Generated/Identity/ConditionalAccess/AuthenticationStrengths/Policies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsPostRequestBody.php +++ b/src/Generated/Identity/ConditionalAccess/AuthenticationStrengths/Policies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsPostRequestBody.php @@ -2,6 +2,7 @@ namespace Microsoft\Graph\Beta\Generated\Identity\ConditionalAccess\AuthenticationStrengths\Policies\Item\UpdateAllowedCombinations; +use Microsoft\Graph\Beta\Generated\Models\AuthenticationMethodModes; use Microsoft\Kiota\Abstractions\Serialization\AdditionalDataHolder; use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; @@ -50,13 +51,13 @@ public function getAdditionalData(): ?array { /** * Gets the allowedCombinations property value. The allowedCombinations property - * @return array|null + * @return array|null */ public function getAllowedCombinations(): ?array { $val = $this->getBackingStore()->get('allowedCombinations'); if (is_array($val) || is_null($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - /** @var array|null $val */ + TypeUtils::validateCollectionValues($val, AuthenticationMethodModes::class); + /** @var array|null $val */ return $val; } throw new \UnexpectedValueException("Invalid type found in backing store for 'allowedCombinations'"); @@ -77,14 +78,7 @@ public function getBackingStore(): BackingStore { public function getFieldDeserializers(): array { $o = $this; return [ - 'allowedCombinations' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setAllowedCombinations($val); - }, + 'allowedCombinations' => fn(ParseNode $n) => $o->setAllowedCombinations($n->getCollectionOfEnumValues(AuthenticationMethodModes::class)), ]; } @@ -93,7 +87,7 @@ public function getFieldDeserializers(): array { * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { - $writer->writeCollectionOfPrimitiveValues('allowedCombinations', $this->getAllowedCombinations()); + $writer->writeCollectionOfEnumValues('allowedCombinations', $this->getAllowedCombinations()); $writer->writeAdditionalData($this->getAdditionalData()); } @@ -107,7 +101,7 @@ public function setAdditionalData(?array $value): void { /** * Sets the allowedCombinations property value. The allowedCombinations property - * @param array|null $value Value to set for the allowedCombinations property. + * @param array|null $value Value to set for the allowedCombinations property. */ public function setAllowedCombinations(?array $value): void { $this->getBackingStore()->set('allowedCombinations', $value); diff --git a/src/Generated/Identity/ConditionalAccess/AuthenticationStrengths/Policies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsRequestBuilder.php b/src/Generated/Identity/ConditionalAccess/AuthenticationStrengths/Policies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsRequestBuilder.php index 83db2942a22..aeb7b667505 100644 --- a/src/Generated/Identity/ConditionalAccess/AuthenticationStrengths/Policies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsRequestBuilder.php +++ b/src/Generated/Identity/ConditionalAccess/AuthenticationStrengths/Policies/Item/UpdateAllowedCombinations/UpdateAllowedCombinationsRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UpdateAllowedCombinationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-beta Find more info here */ public function post(UpdateAllowedCombinationsPostRequestBody $body, ?UpdateAllowedCombinationsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Identity/ConditionalAccess/AuthenticationStrengths/Policies/Item/Usage/UsageRequestBuilder.php b/src/Generated/Identity/ConditionalAccess/AuthenticationStrengths/Policies/Item/Usage/UsageRequestBuilder.php index f31423c2e1f..25276b0a2aa 100644 --- a/src/Generated/Identity/ConditionalAccess/AuthenticationStrengths/Policies/Item/Usage/UsageRequestBuilder.php +++ b/src/Generated/Identity/ConditionalAccess/AuthenticationStrengths/Policies/Item/Usage/UsageRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param UsageRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-beta Find more info here */ public function get(?UsageRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/Identity/CustomAuthenticationExtensions/Item/CustomAuthenticationExtensionItemRequestBuilder.php b/src/Generated/Identity/CustomAuthenticationExtensions/Item/CustomAuthenticationExtensionItemRequestBuilder.php index 02637068d88..5be5c780b5c 100644 --- a/src/Generated/Identity/CustomAuthenticationExtensions/Item/CustomAuthenticationExtensionItemRequestBuilder.php +++ b/src/Generated/Identity/CustomAuthenticationExtensions/Item/CustomAuthenticationExtensionItemRequestBuilder.php @@ -54,11 +54,11 @@ public function delete(?CustomAuthenticationExtensionItemRequestBuilderDeleteReq } /** - * Read the properties and relationships of an authenticationEventListener object. The @odata.type property in the response object indicates the type of the authenticationEventListener object. The following derived types are currently supported. + * Read the properties and relationships of a customAuthenticationExtension object. The following derived types are currently supported. * @param CustomAuthenticationExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/authenticationeventlistener-get?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/customauthenticationextension-get?view=graph-rest-beta Find more info here */ public function get(?CustomAuthenticationExtensionItemRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); @@ -102,7 +102,7 @@ public function toDeleteRequestInformation(?CustomAuthenticationExtensionItemReq } /** - * Read the properties and relationships of an authenticationEventListener object. The @odata.type property in the response object indicates the type of the authenticationEventListener object. The following derived types are currently supported. + * Read the properties and relationships of a customAuthenticationExtension object. The following derived types are currently supported. * @param CustomAuthenticationExtensionItemRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/Identity/CustomAuthenticationExtensions/Item/CustomAuthenticationExtensionItemRequestBuilderGetQueryParameters.php b/src/Generated/Identity/CustomAuthenticationExtensions/Item/CustomAuthenticationExtensionItemRequestBuilderGetQueryParameters.php index 6ac33f29928..64cff1ae17d 100644 --- a/src/Generated/Identity/CustomAuthenticationExtensions/Item/CustomAuthenticationExtensionItemRequestBuilderGetQueryParameters.php +++ b/src/Generated/Identity/CustomAuthenticationExtensions/Item/CustomAuthenticationExtensionItemRequestBuilderGetQueryParameters.php @@ -5,7 +5,7 @@ use Microsoft\Kiota\Abstractions\QueryParameter; /** - * Read the properties and relationships of an authenticationEventListener object. The @odata.type property in the response object indicates the type of the authenticationEventListener object. The following derived types are currently supported. + * Read the properties and relationships of a customAuthenticationExtension object. The following derived types are currently supported. */ class CustomAuthenticationExtensionItemRequestBuilderGetQueryParameters { diff --git a/src/Generated/Identity/CustomAuthenticationExtensions/Item/ValidateAuthenticationConfiguration/ValidateAuthenticationConfigurationRequestBuilder.php b/src/Generated/Identity/CustomAuthenticationExtensions/Item/ValidateAuthenticationConfiguration/ValidateAuthenticationConfigurationRequestBuilder.php index 20cd86748b0..25df4fc37fa 100644 --- a/src/Generated/Identity/CustomAuthenticationExtensions/Item/ValidateAuthenticationConfiguration/ValidateAuthenticationConfigurationRequestBuilder.php +++ b/src/Generated/Identity/CustomAuthenticationExtensions/Item/ValidateAuthenticationConfiguration/ValidateAuthenticationConfigurationRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ValidateAuthenticationConfigurationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/customauthenticationextension-validateauthenticationconfiguration?view=graph-rest-beta Find more info here */ public function post(?ValidateAuthenticationConfigurationRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/Identity/IdentityProviders/AvailableProviderTypes/AvailableProviderTypesRequestBuilder.php b/src/Generated/Identity/IdentityProviders/AvailableProviderTypes/AvailableProviderTypesRequestBuilder.php index 1536048f769..97c79ffdee9 100644 --- a/src/Generated/Identity/IdentityProviders/AvailableProviderTypes/AvailableProviderTypesRequestBuilder.php +++ b/src/Generated/Identity/IdentityProviders/AvailableProviderTypes/AvailableProviderTypesRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AvailableProviderTypesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-beta Find more info here */ public function get(?AvailableProviderTypesRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php index c3bae228d11..45c192e5a60 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php @@ -37,6 +37,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta Find more info here */ public function get(?FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/AcceptRecommendations/AcceptRecommendationsRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/AcceptRecommendations/AcceptRecommendationsRequestBuilder.php index 011338bdf0d..3d67bd66abd 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/AcceptRecommendations/AcceptRecommendationsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/AcceptRecommendations/AcceptRecommendationsRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AcceptRecommendationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta Find more info here */ public function post(?AcceptRecommendationsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/ApplyDecisions/ApplyDecisionsRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/ApplyDecisions/ApplyDecisionsRequestBuilder.php index 421e9627227..f0e64236b08 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/ApplyDecisions/ApplyDecisionsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/ApplyDecisions/ApplyDecisionsRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ApplyDecisionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta Find more info here */ public function post(?ApplyDecisionsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/BatchRecordDecisions/BatchRecordDecisionsRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/BatchRecordDecisions/BatchRecordDecisionsRequestBuilder.php index a1c02cac608..640d6d14330 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/BatchRecordDecisions/BatchRecordDecisionsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/BatchRecordDecisions/BatchRecordDecisionsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param BatchRecordDecisionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta Find more info here */ public function post(BatchRecordDecisionsPostRequestBody $body, ?BatchRecordDecisionsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php index e693628a78b..e8f8c6be1ee 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php @@ -37,6 +37,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta Find more info here */ public function get(?FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/Decisions/RecordAllDecisions/RecordAllDecisionsRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/Decisions/RecordAllDecisions/RecordAllDecisionsRequestBuilder.php index c59fc656947..1e9cf98e81e 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/Decisions/RecordAllDecisions/RecordAllDecisionsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/Decisions/RecordAllDecisions/RecordAllDecisionsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RecordAllDecisionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta Find more info here */ public function post(RecordAllDecisionsPostRequestBody $body, ?RecordAllDecisionsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/ResetDecisions/ResetDecisionsRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/ResetDecisions/ResetDecisionsRequestBuilder.php index ae3ec32a696..ec2a0cee48b 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/ResetDecisions/ResetDecisionsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/ResetDecisions/ResetDecisionsRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ResetDecisionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta Find more info here */ public function post(?ResetDecisionsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/SendReminder/SendReminderRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/SendReminder/SendReminderRequestBuilder.php index cc7dcfba20a..d2af1b49f47 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/SendReminder/SendReminderRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/SendReminder/SendReminderRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SendReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta Find more info here */ public function post(?SendReminderRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/Stages/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/Stages/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php index 529c03a6f6b..ba28331f9e3 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/Stages/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/Stages/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php @@ -37,6 +37,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta Find more info here */ public function get(?FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/Stages/Item/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/Stages/Item/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php index 91c4c4e10bb..6e07c8235fe 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/Stages/Item/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/Stages/Item/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php @@ -37,6 +37,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta Find more info here */ public function get(?FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/Stages/Item/Decisions/RecordAllDecisions/RecordAllDecisionsRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/Stages/Item/Decisions/RecordAllDecisions/RecordAllDecisionsRequestBuilder.php index 139e3dc5788..a1d25bef523 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/Stages/Item/Decisions/RecordAllDecisions/RecordAllDecisionsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/Stages/Item/Decisions/RecordAllDecisions/RecordAllDecisionsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RecordAllDecisionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta Find more info here */ public function post(RecordAllDecisionsPostRequestBody $body, ?RecordAllDecisionsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/Stages/Item/Stop/StopRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/Stages/Item/Stop/StopRequestBuilder.php index fcadc615ecf..27775f02da0 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/Stages/Item/Stop/StopRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/Stages/Item/Stop/StopRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param StopRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta Find more info here */ public function post(?StopRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/Stop/StopRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/Stop/StopRequestBuilder.php index e4e7a6be482..88ee1c60810 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/Stop/StopRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Decisions/Item/Instance/Stop/StopRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param StopRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta Find more info here */ public function post(?StopRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Decisions/RecordAllDecisions/RecordAllDecisionsRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Decisions/RecordAllDecisions/RecordAllDecisionsRequestBuilder.php index fdc36025408..cd2d29f5cb7 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Decisions/RecordAllDecisions/RecordAllDecisionsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Decisions/RecordAllDecisions/RecordAllDecisionsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RecordAllDecisionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta Find more info here */ public function post(RecordAllDecisionsPostRequestBody $body, ?RecordAllDecisionsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php index a8438952e09..c07bca1ba92 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php @@ -37,6 +37,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-filterbycurrentuser?view=graph-rest-beta Find more info here */ public function get(?FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php index 5a79ec9a268..c71a144bcad 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php @@ -37,6 +37,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-beta Find more info here */ public function get(?FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/AcceptRecommendations/AcceptRecommendationsRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/AcceptRecommendations/AcceptRecommendationsRequestBuilder.php index 80c3e4e5072..95e2bf91f85 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/AcceptRecommendations/AcceptRecommendationsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/AcceptRecommendations/AcceptRecommendationsRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AcceptRecommendationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta Find more info here */ public function post(?AcceptRecommendationsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ApplyDecisions/ApplyDecisionsRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ApplyDecisions/ApplyDecisionsRequestBuilder.php index 44bf5aa1372..7323fd29d20 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ApplyDecisions/ApplyDecisionsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ApplyDecisions/ApplyDecisionsRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ApplyDecisionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta Find more info here */ public function post(?ApplyDecisionsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/BatchRecordDecisions/BatchRecordDecisionsRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/BatchRecordDecisions/BatchRecordDecisionsRequestBuilder.php index 8dfff11b863..e62776e3df0 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/BatchRecordDecisions/BatchRecordDecisionsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/BatchRecordDecisions/BatchRecordDecisionsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param BatchRecordDecisionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta Find more info here */ public function post(BatchRecordDecisionsPostRequestBody $body, ?BatchRecordDecisionsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php index 63e98bb515e..d3cc1319034 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php @@ -37,6 +37,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta Find more info here */ public function get(?FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Instance/AcceptRecommendations/AcceptRecommendationsRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Instance/AcceptRecommendations/AcceptRecommendationsRequestBuilder.php index 4cc62199039..826ed5127fa 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Instance/AcceptRecommendations/AcceptRecommendationsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Instance/AcceptRecommendations/AcceptRecommendationsRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AcceptRecommendationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta Find more info here */ public function post(?AcceptRecommendationsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Instance/ApplyDecisions/ApplyDecisionsRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Instance/ApplyDecisions/ApplyDecisionsRequestBuilder.php index cb400e2547e..c7ca3899c73 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Instance/ApplyDecisions/ApplyDecisionsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Instance/ApplyDecisions/ApplyDecisionsRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ApplyDecisionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta Find more info here */ public function post(?ApplyDecisionsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Instance/BatchRecordDecisions/BatchRecordDecisionsRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Instance/BatchRecordDecisions/BatchRecordDecisionsRequestBuilder.php index 355fc9a2e01..0158a517269 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Instance/BatchRecordDecisions/BatchRecordDecisionsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Instance/BatchRecordDecisions/BatchRecordDecisionsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param BatchRecordDecisionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta Find more info here */ public function post(BatchRecordDecisionsPostRequestBody $body, ?BatchRecordDecisionsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Instance/ResetDecisions/ResetDecisionsRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Instance/ResetDecisions/ResetDecisionsRequestBuilder.php index b54ee0796a7..4e66865cb2c 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Instance/ResetDecisions/ResetDecisionsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Instance/ResetDecisions/ResetDecisionsRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ResetDecisionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta Find more info here */ public function post(?ResetDecisionsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Instance/SendReminder/SendReminderRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Instance/SendReminder/SendReminderRequestBuilder.php index a7edf0e4832..6029aa3bf2d 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Instance/SendReminder/SendReminderRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Instance/SendReminder/SendReminderRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SendReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta Find more info here */ public function post(?SendReminderRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Instance/Stages/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Instance/Stages/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php index 7096895cc46..eec0e0589a3 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Instance/Stages/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Instance/Stages/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php @@ -37,6 +37,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta Find more info here */ public function get(?FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Instance/Stages/Item/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Instance/Stages/Item/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php index 3ea13e8e061..eebf731622e 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Instance/Stages/Item/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Instance/Stages/Item/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php @@ -37,6 +37,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta Find more info here */ public function get(?FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Instance/Stages/Item/Decisions/RecordAllDecisions/RecordAllDecisionsRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Instance/Stages/Item/Decisions/RecordAllDecisions/RecordAllDecisionsRequestBuilder.php index 7e40a4262c0..c774cb4d275 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Instance/Stages/Item/Decisions/RecordAllDecisions/RecordAllDecisionsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Instance/Stages/Item/Decisions/RecordAllDecisions/RecordAllDecisionsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RecordAllDecisionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta Find more info here */ public function post(RecordAllDecisionsPostRequestBody $body, ?RecordAllDecisionsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Instance/Stages/Item/Stop/StopRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Instance/Stages/Item/Stop/StopRequestBuilder.php index 77a56e14567..3d6eb032c83 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Instance/Stages/Item/Stop/StopRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Instance/Stages/Item/Stop/StopRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param StopRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta Find more info here */ public function post(?StopRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Instance/Stop/StopRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Instance/Stop/StopRequestBuilder.php index 93956c6c748..ecf93a3af7b 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Instance/Stop/StopRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/Item/Instance/Stop/StopRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param StopRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta Find more info here */ public function post(?StopRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/RecordAllDecisions/RecordAllDecisionsRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/RecordAllDecisions/RecordAllDecisionsRequestBuilder.php index f56773cc07f..82be6fb8338 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/RecordAllDecisions/RecordAllDecisionsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Decisions/RecordAllDecisions/RecordAllDecisionsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RecordAllDecisionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta Find more info here */ public function post(RecordAllDecisionsPostRequestBody $body, ?RecordAllDecisionsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ResetDecisions/ResetDecisionsRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ResetDecisions/ResetDecisionsRequestBuilder.php index 03c2317e45e..024acf7a133 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ResetDecisions/ResetDecisionsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/ResetDecisions/ResetDecisionsRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ResetDecisionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta Find more info here */ public function post(?ResetDecisionsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/SendReminder/SendReminderRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/SendReminder/SendReminderRequestBuilder.php index 5ef9947a8b9..824307c2888 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/SendReminder/SendReminderRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/SendReminder/SendReminderRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SendReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta Find more info here */ public function post(?SendReminderRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php index 195b4856f8f..9de1f7dd653 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php @@ -37,6 +37,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta Find more info here */ public function get(?FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php index 2a1986a61a8..df9ff993c1d 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php @@ -37,6 +37,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta Find more info here */ public function get(?FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Instance/AcceptRecommendations/AcceptRecommendationsRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Instance/AcceptRecommendations/AcceptRecommendationsRequestBuilder.php index c9e6b21cedb..013db95be86 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Instance/AcceptRecommendations/AcceptRecommendationsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Instance/AcceptRecommendations/AcceptRecommendationsRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AcceptRecommendationsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta Find more info here */ public function post(?AcceptRecommendationsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Instance/ApplyDecisions/ApplyDecisionsRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Instance/ApplyDecisions/ApplyDecisionsRequestBuilder.php index aeeaa350ed1..ffaaf83f087 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Instance/ApplyDecisions/ApplyDecisionsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Instance/ApplyDecisions/ApplyDecisionsRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ApplyDecisionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta Find more info here */ public function post(?ApplyDecisionsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Instance/BatchRecordDecisions/BatchRecordDecisionsRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Instance/BatchRecordDecisions/BatchRecordDecisionsRequestBuilder.php index 7f1df627790..ad74a421004 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Instance/BatchRecordDecisions/BatchRecordDecisionsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Instance/BatchRecordDecisions/BatchRecordDecisionsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param BatchRecordDecisionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta Find more info here */ public function post(BatchRecordDecisionsPostRequestBody $body, ?BatchRecordDecisionsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Instance/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Instance/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php index 59c7f5d2ad4..3794cf9f91a 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Instance/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Instance/Decisions/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php @@ -37,6 +37,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta Find more info here */ public function get(?FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Instance/Decisions/RecordAllDecisions/RecordAllDecisionsRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Instance/Decisions/RecordAllDecisions/RecordAllDecisionsRequestBuilder.php index b4994996c94..f6c49ede2f9 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Instance/Decisions/RecordAllDecisions/RecordAllDecisionsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Instance/Decisions/RecordAllDecisions/RecordAllDecisionsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RecordAllDecisionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta Find more info here */ public function post(RecordAllDecisionsPostRequestBody $body, ?RecordAllDecisionsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Instance/ResetDecisions/ResetDecisionsRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Instance/ResetDecisions/ResetDecisionsRequestBuilder.php index 1ecd0f4aa26..4072569a3b7 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Instance/ResetDecisions/ResetDecisionsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Instance/ResetDecisions/ResetDecisionsRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ResetDecisionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta Find more info here */ public function post(?ResetDecisionsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Instance/SendReminder/SendReminderRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Instance/SendReminder/SendReminderRequestBuilder.php index 5894ed911c6..43be19181e6 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Instance/SendReminder/SendReminderRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Instance/SendReminder/SendReminderRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param SendReminderRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta Find more info here */ public function post(?SendReminderRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Instance/Stop/StopRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Instance/Stop/StopRequestBuilder.php index 27cecf7a6df..bc339da886c 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Instance/Stop/StopRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/Item/Instance/Stop/StopRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param StopRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta Find more info here */ public function post(?StopRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/RecordAllDecisions/RecordAllDecisionsRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/RecordAllDecisions/RecordAllDecisionsRequestBuilder.php index 6d985fce4c2..c4b339d8b14 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/RecordAllDecisions/RecordAllDecisionsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Decisions/RecordAllDecisions/RecordAllDecisionsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RecordAllDecisionsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta Find more info here */ public function post(RecordAllDecisionsPostRequestBody $body, ?RecordAllDecisionsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Stop/StopRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Stop/StopRequestBuilder.php index 46f6bda0fae..eb45f9924e4 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Stop/StopRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stages/Item/Stop/StopRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param StopRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta Find more info here */ public function post(?StopRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stop/StopRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stop/StopRequestBuilder.php index 53270dbb264..6bb50f24213 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stop/StopRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/Definitions/Item/Instances/Item/Stop/StopRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param StopRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta Find more info here */ public function post(?StopRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/Instances/Item/GenerateDownloadUri/GenerateDownloadUriRequestBuilder.php b/src/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/Instances/Item/GenerateDownloadUri/GenerateDownloadUriRequestBuilder.php index 4410c3dc201..ed69b2b8fbd 100644 --- a/src/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/Instances/Item/GenerateDownloadUri/GenerateDownloadUriRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AccessReviews/HistoryDefinitions/Item/Instances/Item/GenerateDownloadUri/GenerateDownloadUriRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GenerateDownloadUriRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accessreviewhistoryinstance-generatedownloaduri?view=graph-rest-beta Find more info here */ public function post(?GenerateDownloadUriRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php b/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php index 50be881d1cc..d49dabd51af 100644 --- a/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php @@ -37,6 +37,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/appconsentrequest-filterByCurrentUser?view=graph-rest-beta Find more info here */ public function get(?FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php b/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php index 27778660b43..957619eba1d 100644 --- a/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php +++ b/src/Generated/IdentityGovernance/AppConsent/AppConsentRequests/Item/UserConsentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php @@ -37,6 +37,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/userconsentrequest-filterbycurrentuser?view=graph-rest-beta Find more info here */ public function get(?FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php index 852e3d7bfd1..52b19299cb4 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentApprovals/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php @@ -37,6 +37,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta Find more info here */ public function get(?FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php index 7df5c19041f..d068fb2967e 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php @@ -37,6 +37,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-beta Find more info here */ public function get(?FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentRequests/Item/Cancel/CancelRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentRequests/Item/Cancel/CancelRequestBuilder.php index fe46e154fb0..f96a82179ca 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentRequests/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentRequests/Item/Cancel/CancelRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-beta Find more info here */ public function post(?CancelRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentRequests/Item/Resume/ResumeRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentRequests/Item/Resume/ResumeRequestBuilder.php index 295bc6ec68d..57ab27303a0 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentRequests/Item/Resume/ResumeRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentRequests/Item/Resume/ResumeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-beta Find more info here */ public function post(ResumePostRequestBody $body, ?ResumeRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentResourceRoles/Item/AccessPackageResourceRole/AccessPackageResource/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentResourceRoles/Item/AccessPackageResourceRole/AccessPackageResource/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php index 7fc5005ff5b..24da2cc80e4 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentResourceRoles/Item/AccessPackageResourceRole/AccessPackageResource/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentResourceRoles/Item/AccessPackageResourceRole/AccessPackageResource/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RefreshRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta Find more info here */ public function post(?RefreshRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentResourceRoles/Item/AccessPackageResourceRole/AccessPackageResource/Refresh/RefreshRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentResourceRoles/Item/AccessPackageResourceRole/AccessPackageResource/Refresh/RefreshRequestBuilder.php index 66ad5b8ed8b..0198ede7423 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentResourceRoles/Item/AccessPackageResourceRole/AccessPackageResource/Refresh/RefreshRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentResourceRoles/Item/AccessPackageResourceRole/AccessPackageResource/Refresh/RefreshRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RefreshRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta Find more info here */ public function post(?RefreshRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentResourceRoles/Item/AccessPackageResourceScope/AccessPackageResource/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentResourceRoles/Item/AccessPackageResourceScope/AccessPackageResource/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php index 8fdb7b31d3e..5c5e6faa0cc 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentResourceRoles/Item/AccessPackageResourceScope/AccessPackageResource/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentResourceRoles/Item/AccessPackageResourceScope/AccessPackageResource/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RefreshRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta Find more info here */ public function post(?RefreshRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentResourceRoles/Item/AccessPackageResourceScope/AccessPackageResource/Refresh/RefreshRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentResourceRoles/Item/AccessPackageResourceScope/AccessPackageResource/Refresh/RefreshRequestBuilder.php index a446d57fc60..304576f8ed5 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentResourceRoles/Item/AccessPackageResourceScope/AccessPackageResource/Refresh/RefreshRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignmentResourceRoles/Item/AccessPackageResourceScope/AccessPackageResource/Refresh/RefreshRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RefreshRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta Find more info here */ public function post(?RefreshRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/AdditionalAccess/AdditionalAccessRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/AdditionalAccess/AdditionalAccessRequestBuilder.php index 1667bc73be7..6da176c2501 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/AdditionalAccess/AdditionalAccessRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/AdditionalAccess/AdditionalAccessRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AdditionalAccessRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageassignment-additionalaccess?view=graph-rest-beta Find more info here */ public function get(?AdditionalAccessRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php index 1ab5d5676d0..d0887331c84 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php @@ -37,6 +37,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageassignment-filterbycurrentuser?view=graph-rest-beta Find more info here */ public function get(?FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackage/AccessPackageResourceRoleScopes/Item/AccessPackageResourceRole/AccessPackageResource/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackage/AccessPackageResourceRoleScopes/Item/AccessPackageResourceRole/AccessPackageResource/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php index 4a0bd060917..47643a5e68c 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackage/AccessPackageResourceRoleScopes/Item/AccessPackageResourceRole/AccessPackageResource/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackage/AccessPackageResourceRoleScopes/Item/AccessPackageResourceRole/AccessPackageResource/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RefreshRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta Find more info here */ public function post(?RefreshRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackage/AccessPackageResourceRoleScopes/Item/AccessPackageResourceRole/AccessPackageResource/Refresh/RefreshRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackage/AccessPackageResourceRoleScopes/Item/AccessPackageResourceRole/AccessPackageResource/Refresh/RefreshRequestBuilder.php index 9c5f9196f7a..adccc3b75f3 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackage/AccessPackageResourceRoleScopes/Item/AccessPackageResourceRole/AccessPackageResource/Refresh/RefreshRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackage/AccessPackageResourceRoleScopes/Item/AccessPackageResourceRole/AccessPackageResource/Refresh/RefreshRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RefreshRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta Find more info here */ public function post(?RefreshRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackage/AccessPackageResourceRoleScopes/Item/AccessPackageResourceScope/AccessPackageResource/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackage/AccessPackageResourceRoleScopes/Item/AccessPackageResourceScope/AccessPackageResource/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php index 7961c531f1b..bb12a88acfd 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackage/AccessPackageResourceRoleScopes/Item/AccessPackageResourceScope/AccessPackageResource/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackage/AccessPackageResourceRoleScopes/Item/AccessPackageResourceScope/AccessPackageResource/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RefreshRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta Find more info here */ public function post(?RefreshRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackage/AccessPackageResourceRoleScopes/Item/AccessPackageResourceScope/AccessPackageResource/Refresh/RefreshRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackage/AccessPackageResourceRoleScopes/Item/AccessPackageResourceScope/AccessPackageResource/Refresh/RefreshRequestBuilder.php index 8d7b33f9051..4eb4dee7469 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackage/AccessPackageResourceRoleScopes/Item/AccessPackageResourceScope/AccessPackageResource/Refresh/RefreshRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackage/AccessPackageResourceRoleScopes/Item/AccessPackageResourceScope/AccessPackageResource/Refresh/RefreshRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RefreshRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta Find more info here */ public function post(?RefreshRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackage/GetApplicablePolicyRequirements/GetApplicablePolicyRequirementsRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackage/GetApplicablePolicyRequirements/GetApplicablePolicyRequirementsRequestBuilder.php index fc25d0d2aeb..aa2a9296f93 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackage/GetApplicablePolicyRequirements/GetApplicablePolicyRequirementsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackage/GetApplicablePolicyRequirements/GetApplicablePolicyRequirementsRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetApplicablePolicyRequirementsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-beta Find more info here */ public function post(?GetApplicablePolicyRequirementsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackage/MoveToCatalog/MoveToCatalogRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackage/MoveToCatalog/MoveToCatalogRequestBuilder.php index 12dacae6b52..18c62865505 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackage/MoveToCatalog/MoveToCatalogRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackage/MoveToCatalog/MoveToCatalogRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MoveToCatalogRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackage-movetocatalog?view=graph-rest-beta Find more info here */ public function post(MoveToCatalogPostRequestBody $body, ?MoveToCatalogRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackageAssignmentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackageAssignmentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php index 4951d111862..3a63aaa6ac9 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackageAssignmentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackageAssignmentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php @@ -37,6 +37,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-beta Find more info here */ public function get(?FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackageAssignmentRequests/Item/Cancel/CancelRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackageAssignmentRequests/Item/Cancel/CancelRequestBuilder.php index a44fe73a9a6..7f31a1a312b 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackageAssignmentRequests/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackageAssignmentRequests/Item/Cancel/CancelRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-beta Find more info here */ public function post(?CancelRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackageAssignmentRequests/Item/Resume/ResumeRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackageAssignmentRequests/Item/Resume/ResumeRequestBuilder.php index 728773748b7..35731649e4a 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackageAssignmentRequests/Item/Resume/ResumeRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackageAssignmentRequests/Item/Resume/ResumeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-beta Find more info here */ public function post(ResumePostRequestBody $body, ?ResumeRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackageAssignmentResourceRoles/Item/AccessPackageResourceRole/AccessPackageResource/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackageAssignmentResourceRoles/Item/AccessPackageResourceRole/AccessPackageResource/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php index 1c709887348..a3a69ba476e 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackageAssignmentResourceRoles/Item/AccessPackageResourceRole/AccessPackageResource/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackageAssignmentResourceRoles/Item/AccessPackageResourceRole/AccessPackageResource/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RefreshRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta Find more info here */ public function post(?RefreshRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackageAssignmentResourceRoles/Item/AccessPackageResourceRole/AccessPackageResource/Refresh/RefreshRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackageAssignmentResourceRoles/Item/AccessPackageResourceRole/AccessPackageResource/Refresh/RefreshRequestBuilder.php index 03feca292ed..708cbaa056f 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackageAssignmentResourceRoles/Item/AccessPackageResourceRole/AccessPackageResource/Refresh/RefreshRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackageAssignmentResourceRoles/Item/AccessPackageResourceRole/AccessPackageResource/Refresh/RefreshRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RefreshRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta Find more info here */ public function post(?RefreshRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackageAssignmentResourceRoles/Item/AccessPackageResourceScope/AccessPackageResource/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackageAssignmentResourceRoles/Item/AccessPackageResourceScope/AccessPackageResource/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php index 43ddba5f779..af9188209c0 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackageAssignmentResourceRoles/Item/AccessPackageResourceScope/AccessPackageResource/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackageAssignmentResourceRoles/Item/AccessPackageResourceScope/AccessPackageResource/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RefreshRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta Find more info here */ public function post(?RefreshRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackageAssignmentResourceRoles/Item/AccessPackageResourceScope/AccessPackageResource/Refresh/RefreshRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackageAssignmentResourceRoles/Item/AccessPackageResourceScope/AccessPackageResource/Refresh/RefreshRequestBuilder.php index de5a8abfaea..1ce441ec3e8 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackageAssignmentResourceRoles/Item/AccessPackageResourceScope/AccessPackageResource/Refresh/RefreshRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageAssignments/Item/AccessPackageAssignmentResourceRoles/Item/AccessPackageResourceScope/AccessPackageResource/Refresh/RefreshRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RefreshRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta Find more info here */ public function post(?RefreshRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageCustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageCustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.php index 99752890f7a..afc302ee098 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageCustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageCustomWorkflowExtensions/Item/CustomCalloutExtensionItemRequestBuilder.php @@ -60,12 +60,12 @@ public function get(?CustomCalloutExtensionItemRequestBuilderGetRequestConfigura } /** - * Update the properties of an accessPackageAssignmentRequestWorkflowExtension object. + * Update the properties of an accessPackageAssignmentWorkflowExtension object. * @param CustomCalloutExtension $body The request body * @param CustomCalloutExtensionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-update?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-update?view=graph-rest-beta Find more info here */ public function patch(CustomCalloutExtension $body, ?CustomCalloutExtensionItemRequestBuilderPatchRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPatchRequestInformation($body, $requestConfiguration); @@ -115,7 +115,7 @@ public function toGetRequestInformation(?CustomCalloutExtensionItemRequestBuilde } /** - * Update the properties of an accessPackageAssignmentRequestWorkflowExtension object. + * Update the properties of an accessPackageAssignmentWorkflowExtension object. * @param CustomCalloutExtension $body The request body * @param CustomCalloutExtensionItemRequestBuilderPatchRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageResourceRoles/Item/AccessPackageResource/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageResourceRoles/Item/AccessPackageResource/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php index b0b30430fe4..29570432175 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageResourceRoles/Item/AccessPackageResource/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageResourceRoles/Item/AccessPackageResource/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RefreshRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta Find more info here */ public function post(?RefreshRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php index 8d92ac56a51..b733cb1ebe9 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RefreshRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta Find more info here */ public function post(?RefreshRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageResourceScopes/Item/AccessPackageResource/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageResourceScopes/Item/AccessPackageResource/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php index 50985981292..b6cb993a8ce 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageResourceScopes/Item/AccessPackageResource/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageResourceScopes/Item/AccessPackageResource/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RefreshRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta Find more info here */ public function post(?RefreshRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php index 6155cd50488..63e280fde15 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RefreshRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta Find more info here */ public function post(?RefreshRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageResources/Item/AccessPackageResourceRoles/Item/AccessPackageResource/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageResources/Item/AccessPackageResourceRoles/Item/AccessPackageResource/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php index 1be5c043047..700cf8428af 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageResources/Item/AccessPackageResourceRoles/Item/AccessPackageResource/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageResources/Item/AccessPackageResourceRoles/Item/AccessPackageResource/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RefreshRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta Find more info here */ public function post(?RefreshRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageResources/Item/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageResources/Item/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php index de5c5b43bb3..76a38270590 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageResources/Item/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageResources/Item/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RefreshRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta Find more info here */ public function post(?RefreshRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageResources/Item/AccessPackageResourceScopes/Item/AccessPackageResource/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageResources/Item/AccessPackageResourceScopes/Item/AccessPackageResource/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php index 58b376f87d3..e32a0386dcc 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageResources/Item/AccessPackageResourceScopes/Item/AccessPackageResource/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageResources/Item/AccessPackageResourceScopes/Item/AccessPackageResource/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RefreshRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta Find more info here */ public function post(?RefreshRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageResources/Item/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageResources/Item/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php index c38f56c7959..1c60262b8a4 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageResources/Item/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageResources/Item/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RefreshRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta Find more info here */ public function post(?RefreshRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageResources/Item/Refresh/RefreshRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageResources/Item/Refresh/RefreshRequestBuilder.php index f96ede3b977..7dc0d9b1ccf 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageResources/Item/Refresh/RefreshRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/AccessPackageResources/Item/Refresh/RefreshRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RefreshRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta Find more info here */ public function post(?RefreshRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/CustomAccessPackageWorkflowExtensions/Item/CustomAccessPackageWorkflowExtensionItemRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/CustomAccessPackageWorkflowExtensions/Item/CustomAccessPackageWorkflowExtensionItemRequestBuilder.php index 973cd307015..6b91fa3ead3 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/CustomAccessPackageWorkflowExtensions/Item/CustomAccessPackageWorkflowExtensionItemRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageCatalogs/Item/CustomAccessPackageWorkflowExtensions/Item/CustomAccessPackageWorkflowExtensionItemRequestBuilder.php @@ -31,11 +31,11 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap } /** - * Delete an accessPackageAssignmentRequestWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).2. Use the access package catalog ID and retrieve the ID of the accessPackageCustomWorkflowExtension object that you want to delete by running the List accessPackageCustomWorkflowExtensions operation.3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 3: Remove the customExtensionStageSettings from a policy. + * Delete a customAccessPackageWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).2. Use the access package catalog ID and retrieve the ID of the customAccessPackageWorkflowExtension object that you want to delete by running the LIST customAccessPackageWorkflowExtensions operation.3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 2: Remove the customExtensionHandlers and verifiableCredentialSettings from a policy. * @param CustomAccessPackageWorkflowExtensionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception - * @link https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-delete?view=graph-rest-beta Find more info here + * @link https://learn.microsoft.com/graph/api/customaccesspackageworkflowextension-delete?view=graph-rest-beta Find more info here */ public function delete(?CustomAccessPackageWorkflowExtensionItemRequestBuilderDeleteRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toDeleteRequestInformation($requestConfiguration); @@ -77,7 +77,7 @@ public function patch(CustomAccessPackageWorkflowExtension $body, ?CustomAccessP } /** - * Delete an accessPackageAssignmentRequestWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).2. Use the access package catalog ID and retrieve the ID of the accessPackageCustomWorkflowExtension object that you want to delete by running the List accessPackageCustomWorkflowExtensions operation.3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 3: Remove the customExtensionStageSettings from a policy. + * Delete a customAccessPackageWorkflowExtension object. The custom workflow extension must first be removed from any associated policies before it can be deleted. Follow these steps to remove the custom workflow extension from any associated policies:1. First retrieve the accessPackageCatalogId by calling the Get accessPackageAssignmentPolicies operation and appending ?$expand=accessPackage($expand=accessPackageCatalog) to the query. For example, https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies?$expand=accessPackage($expand=accessPackageCatalog).2. Use the access package catalog ID and retrieve the ID of the customAccessPackageWorkflowExtension object that you want to delete by running the LIST customAccessPackageWorkflowExtensions operation.3. Call the Update accessPackageAssignmentPolicy operation to remove the custom workflow extension object from the policy. For an example, see Example 2: Remove the customExtensionHandlers and verifiableCredentialSettings from a policy. * @param CustomAccessPackageWorkflowExtensionItemRequestBuilderDeleteRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return RequestInformation */ diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageResourceRoleScopes/Item/AccessPackageResourceRole/AccessPackageResource/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageResourceRoleScopes/Item/AccessPackageResourceRole/AccessPackageResource/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php index fa3ce0b4086..70e0c3558fc 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageResourceRoleScopes/Item/AccessPackageResourceRole/AccessPackageResource/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageResourceRoleScopes/Item/AccessPackageResourceRole/AccessPackageResource/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RefreshRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta Find more info here */ public function post(?RefreshRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageResourceRoleScopes/Item/AccessPackageResourceRole/AccessPackageResource/Refresh/RefreshRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageResourceRoleScopes/Item/AccessPackageResourceRole/AccessPackageResource/Refresh/RefreshRequestBuilder.php index e3db7c885c6..c80f094aba4 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageResourceRoleScopes/Item/AccessPackageResourceRole/AccessPackageResource/Refresh/RefreshRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageResourceRoleScopes/Item/AccessPackageResourceRole/AccessPackageResource/Refresh/RefreshRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RefreshRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta Find more info here */ public function post(?RefreshRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageResourceRoleScopes/Item/AccessPackageResourceScope/AccessPackageResource/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageResourceRoleScopes/Item/AccessPackageResourceScope/AccessPackageResource/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php index be3090be31e..b572518e06a 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageResourceRoleScopes/Item/AccessPackageResourceScope/AccessPackageResource/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageResourceRoleScopes/Item/AccessPackageResourceScope/AccessPackageResource/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RefreshRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta Find more info here */ public function post(?RefreshRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageResourceRoleScopes/Item/AccessPackageResourceScope/AccessPackageResource/Refresh/RefreshRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageResourceRoleScopes/Item/AccessPackageResourceScope/AccessPackageResource/Refresh/RefreshRequestBuilder.php index be10240078b..5b8dda6e3af 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageResourceRoleScopes/Item/AccessPackageResourceScope/AccessPackageResource/Refresh/RefreshRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageResourceRoleScopes/Item/AccessPackageResourceScope/AccessPackageResource/Refresh/RefreshRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RefreshRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta Find more info here */ public function post(?RefreshRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageResources/Item/AccessPackageResourceRoles/Item/AccessPackageResource/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageResources/Item/AccessPackageResourceRoles/Item/AccessPackageResource/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php index c1b8c3fdfb2..daa020167c1 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageResources/Item/AccessPackageResourceRoles/Item/AccessPackageResource/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageResources/Item/AccessPackageResourceRoles/Item/AccessPackageResource/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RefreshRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta Find more info here */ public function post(?RefreshRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageResources/Item/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageResources/Item/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php index daf7d0c7d82..2bd24fa7346 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageResources/Item/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageResources/Item/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RefreshRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta Find more info here */ public function post(?RefreshRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageResources/Item/AccessPackageResourceScopes/Item/AccessPackageResource/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageResources/Item/AccessPackageResourceScopes/Item/AccessPackageResource/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php index 38141ad125a..371f454191c 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageResources/Item/AccessPackageResourceScopes/Item/AccessPackageResource/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageResources/Item/AccessPackageResourceScopes/Item/AccessPackageResource/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RefreshRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta Find more info here */ public function post(?RefreshRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageResources/Item/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageResources/Item/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php index c2b1c2bf0d6..7565213bc15 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageResources/Item/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageResources/Item/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RefreshRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta Find more info here */ public function post(?RefreshRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageResources/Item/Refresh/RefreshRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageResources/Item/Refresh/RefreshRequestBuilder.php index 5fac4601f53..699de6daa89 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageResources/Item/Refresh/RefreshRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackageResources/Item/Refresh/RefreshRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RefreshRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta Find more info here */ public function post(?RefreshRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php index ce1493dc442..a8cceaa02df 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php @@ -37,6 +37,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackage-filterbycurrentuser?view=graph-rest-beta Find more info here */ public function get(?FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageResourceRoleScopes/Item/AccessPackageResourceRole/AccessPackageResource/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageResourceRoleScopes/Item/AccessPackageResourceRole/AccessPackageResource/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php index a99ea220ddb..aaaf3c12dc2 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageResourceRoleScopes/Item/AccessPackageResourceRole/AccessPackageResource/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageResourceRoleScopes/Item/AccessPackageResourceRole/AccessPackageResource/AccessPackageResourceScopes/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RefreshRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta Find more info here */ public function post(?RefreshRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageResourceRoleScopes/Item/AccessPackageResourceRole/AccessPackageResource/Refresh/RefreshRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageResourceRoleScopes/Item/AccessPackageResourceRole/AccessPackageResource/Refresh/RefreshRequestBuilder.php index 5bc1a240577..f6f7896498e 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageResourceRoleScopes/Item/AccessPackageResourceRole/AccessPackageResource/Refresh/RefreshRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageResourceRoleScopes/Item/AccessPackageResourceRole/AccessPackageResource/Refresh/RefreshRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RefreshRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta Find more info here */ public function post(?RefreshRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageResourceRoleScopes/Item/AccessPackageResourceScope/AccessPackageResource/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageResourceRoleScopes/Item/AccessPackageResourceScope/AccessPackageResource/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php index 3db9ccd0471..5313f963f9b 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageResourceRoleScopes/Item/AccessPackageResourceScope/AccessPackageResource/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageResourceRoleScopes/Item/AccessPackageResourceScope/AccessPackageResource/AccessPackageResourceRoles/Item/AccessPackageResource/Refresh/RefreshRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RefreshRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta Find more info here */ public function post(?RefreshRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageResourceRoleScopes/Item/AccessPackageResourceScope/AccessPackageResource/Refresh/RefreshRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageResourceRoleScopes/Item/AccessPackageResourceScope/AccessPackageResource/Refresh/RefreshRequestBuilder.php index af7caede0f7..02a274896f7 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageResourceRoleScopes/Item/AccessPackageResourceScope/AccessPackageResource/Refresh/RefreshRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/AccessPackageResourceRoleScopes/Item/AccessPackageResourceScope/AccessPackageResource/Refresh/RefreshRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RefreshRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageresource-refresh?view=graph-rest-beta Find more info here */ public function post(?RefreshRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/GetApplicablePolicyRequirements/GetApplicablePolicyRequirementsRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/GetApplicablePolicyRequirements/GetApplicablePolicyRequirementsRequestBuilder.php index df3a1704b28..fa2932c87da 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/GetApplicablePolicyRequirements/GetApplicablePolicyRequirementsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/GetApplicablePolicyRequirements/GetApplicablePolicyRequirementsRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetApplicablePolicyRequirementsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-beta Find more info here */ public function post(?GetApplicablePolicyRequirementsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/MoveToCatalog/MoveToCatalogRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/MoveToCatalog/MoveToCatalogRequestBuilder.php index 861c38f9749..5a2c23db7fd 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/MoveToCatalog/MoveToCatalogRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackages/Item/MoveToCatalog/MoveToCatalogRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MoveToCatalogRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackage-movetocatalog?view=graph-rest-beta Find more info here */ public function post(MoveToCatalogPostRequestBody $body, ?MoveToCatalogRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackagesWithUniqueName/GetApplicablePolicyRequirements/GetApplicablePolicyRequirementsRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackagesWithUniqueName/GetApplicablePolicyRequirements/GetApplicablePolicyRequirementsRequestBuilder.php index f7569a048ca..8be95245885 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackagesWithUniqueName/GetApplicablePolicyRequirements/GetApplicablePolicyRequirementsRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackagesWithUniqueName/GetApplicablePolicyRequirements/GetApplicablePolicyRequirementsRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param GetApplicablePolicyRequirementsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-beta Find more info here */ public function post(?GetApplicablePolicyRequirementsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackagesWithUniqueName/MoveToCatalog/MoveToCatalogRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackagesWithUniqueName/MoveToCatalog/MoveToCatalogRequestBuilder.php index 6585b7ed7fd..ed1bea20efd 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackagesWithUniqueName/MoveToCatalog/MoveToCatalogRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AccessPackagesWithUniqueName/MoveToCatalog/MoveToCatalogRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MoveToCatalogRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackage-movetocatalog?view=graph-rest-beta Find more info here */ public function post(MoveToCatalogPostRequestBody $body, ?MoveToCatalogRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php index bbdc63e6b61..0d3b59cc777 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php @@ -37,6 +37,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-beta Find more info here */ public function get(?FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Cancel/CancelRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Cancel/CancelRequestBuilder.php index 549b952e33c..7e3e6c5912b 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Cancel/CancelRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-beta Find more info here */ public function post(?CancelRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Resume/ResumeRequestBuilder.php b/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Resume/ResumeRequestBuilder.php index 058a72f9dae..d9deffd8bdb 100644 --- a/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Resume/ResumeRequestBuilder.php +++ b/src/Generated/IdentityGovernance/EntitlementManagement/AssignmentRequests/Item/Resume/ResumeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-beta Find more info here */ public function post(ResumePostRequestBody $body, ?ResumeRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/MicrosoftGraphIdentityGovernanceActivateRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/MicrosoftGraphIdentityGovernanceActivateRequestBuilder.php index 2c560ed7d3c..2407dcfae88 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/MicrosoftGraphIdentityGovernanceActivateRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/MicrosoftGraphIdentityGovernanceActivateRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphIdentityGovernanceActivateRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-beta Find more info here */ public function post(ActivatePostRequestBody $body, ?MicrosoftGraphIdentityGovernanceActivateRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder.php index 933e599acad..7070678d067 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-beta Find more info here */ public function post(CreateNewVersionPostRequestBody $body, ?MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceRestore/MicrosoftGraphIdentityGovernanceRestoreRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceRestore/MicrosoftGraphIdentityGovernanceRestoreRequestBuilder.php index b9587c39107..38050e94534 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceRestore/MicrosoftGraphIdentityGovernanceRestoreRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/MicrosoftGraphIdentityGovernanceRestore/MicrosoftGraphIdentityGovernanceRestoreRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphIdentityGovernanceRestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-beta Find more info here */ public function post(?MicrosoftGraphIdentityGovernanceRestoreRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php index 487cca2605d..dc117b4f2e1 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta Find more info here */ public function post(ResumePostRequestBody $body, ?MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php index 6775bd99e65..4732cc8867f 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta Find more info here */ public function post(ResumePostRequestBody $body, ?MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php index 509a0eed703..d1a81a909df 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta Find more info here */ public function post(ResumePostRequestBody $body, ?MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php index 3da7941d1fc..2c0b88a7e83 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta Find more info here */ public function post(ResumePostRequestBody $body, ?MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php index 78298865ff0..4ebb5298d99 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta Find more info here */ public function post(ResumePostRequestBody $body, ?MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php index ea56650f65d..bfddb3ca427 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/DeletedItems/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta Find more info here */ public function post(ResumePostRequestBody $body, ?MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Insights/MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Insights/MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.php index 540d2171609..f06504456ba 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Insights/MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Insights/MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.php @@ -40,6 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/identitygovernance-insights-toptasksprocessedsummary?view=graph-rest-beta Find more info here */ public function get(?MicrosoftGraphIdentityGovernanceTopTasksProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Insights/MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Insights/MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.php index 630d7dad473..06497bc4ce4 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Insights/MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Insights/MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.php @@ -40,6 +40,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/identitygovernance-insights-topworkflowsprocessedsummary?view=graph-rest-beta Find more info here */ public function get(?MicrosoftGraphIdentityGovernanceTopWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Insights/MicrosoftGraphIdentityGovernanceWorkflowsProcessedByCategoryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceWorkflowsProcessedByCategoryWithStartDateTimeWithEndDateTimeRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Insights/MicrosoftGraphIdentityGovernanceWorkflowsProcessedByCategoryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceWorkflowsProcessedByCategoryWithStartDateTimeWithEndDateTimeRequestBuilder.php index 581224f9a6c..eb568b459ed 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Insights/MicrosoftGraphIdentityGovernanceWorkflowsProcessedByCategoryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceWorkflowsProcessedByCategoryWithStartDateTimeWithEndDateTimeRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Insights/MicrosoftGraphIdentityGovernanceWorkflowsProcessedByCategoryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceWorkflowsProcessedByCategoryWithStartDateTimeWithEndDateTimeRequestBuilder.php @@ -41,6 +41,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphIdentityGovernanceWorkflowsProcessedByCategoryWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedbycategory?view=graph-rest-beta Find more info here */ public function get(?MicrosoftGraphIdentityGovernanceWorkflowsProcessedByCategoryWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Insights/MicrosoftGraphIdentityGovernanceWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Insights/MicrosoftGraphIdentityGovernanceWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.php index 30a13d6ccbf..4b6d7242d2d 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Insights/MicrosoftGraphIdentityGovernanceWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Insights/MicrosoftGraphIdentityGovernanceWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTime/MicrosoftGraphIdentityGovernanceWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilder.php @@ -41,6 +41,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphIdentityGovernanceWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedsummary?view=graph-rest-beta Find more info here */ public function get(?MicrosoftGraphIdentityGovernanceWorkflowsProcessedSummaryWithStartDateTimeWithEndDateTimeRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php index 1800b4c1b28..5ac288bdbab 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/WorkflowTemplates/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta Find more info here */ public function post(ResumePostRequestBody $body, ?MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/MicrosoftGraphIdentityGovernanceActivateRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/MicrosoftGraphIdentityGovernanceActivateRequestBuilder.php index 436c67b7a82..cf66a78ab3d 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/MicrosoftGraphIdentityGovernanceActivateRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceActivate/MicrosoftGraphIdentityGovernanceActivateRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphIdentityGovernanceActivateRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-beta Find more info here */ public function post(ActivatePostRequestBody $body, ?MicrosoftGraphIdentityGovernanceActivateRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder.php index 7029c2a618e..cef46909072 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceCreateNewVersion/MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-beta Find more info here */ public function post(CreateNewVersionPostRequestBody $body, ?MicrosoftGraphIdentityGovernanceCreateNewVersionRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceRestore/MicrosoftGraphIdentityGovernanceRestoreRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceRestore/MicrosoftGraphIdentityGovernanceRestoreRequestBuilder.php index 0376f148e4e..12a11d990ae 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceRestore/MicrosoftGraphIdentityGovernanceRestoreRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/MicrosoftGraphIdentityGovernanceRestore/MicrosoftGraphIdentityGovernanceRestoreRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphIdentityGovernanceRestoreRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-beta Find more info here */ public function post(?MicrosoftGraphIdentityGovernanceRestoreRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php index 7c99bded131..7d01dd6666b 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta Find more info here */ public function post(ResumePostRequestBody $body, ?MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php index dfeb5c79323..fe1ea891d23 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Runs/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta Find more info here */ public function post(ResumePostRequestBody $body, ?MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php index 1e6835ecb82..3c88ca8d561 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/TaskReports/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta Find more info here */ public function post(ResumePostRequestBody $body, ?MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php index 139422ff066..4372e61255c 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta Find more info here */ public function post(ResumePostRequestBody $body, ?MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php index b7fdebae16c..4dfec5e1df4 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/UserProcessingResults/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta Find more info here */ public function post(ResumePostRequestBody $body, ?MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php index 766aa24eb25..7dfd6d4363c 100644 --- a/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php +++ b/src/Generated/IdentityGovernance/LifecycleWorkflows/Workflows/Item/Versions/Item/Tasks/Item/TaskProcessingResults/Item/MicrosoftGraphIdentityGovernanceResume/MicrosoftGraphIdentityGovernanceResumeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta Find more info here */ public function post(ResumePostRequestBody $body, ?MicrosoftGraphIdentityGovernanceResumeRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/IdentityGovernance/PermissionsManagement/ScheduledPermissionsApprovals/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php b/src/Generated/IdentityGovernance/PermissionsManagement/ScheduledPermissionsApprovals/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php index 7be6aa78bc1..81cb6c4c2cf 100644 --- a/src/Generated/IdentityGovernance/PermissionsManagement/ScheduledPermissionsApprovals/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php +++ b/src/Generated/IdentityGovernance/PermissionsManagement/ScheduledPermissionsApprovals/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php @@ -37,6 +37,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta Find more info here */ public function get(?FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php b/src/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php index b1390452458..dded25d2eab 100644 --- a/src/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php +++ b/src/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentApprovals/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php @@ -37,6 +37,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta Find more info here */ public function get(?FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php b/src/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php index 590f1587bd1..c20034bfb2f 100644 --- a/src/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php +++ b/src/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php @@ -37,6 +37,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta Find more info here */ public function get(?FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php b/src/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php index 431f27e36f0..735848a5f8d 100644 --- a/src/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php +++ b/src/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php @@ -37,6 +37,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta Find more info here */ public function get(?FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/Cancel/CancelRequestBuilder.php b/src/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/Cancel/CancelRequestBuilder.php index 8aff0e12fd7..544ae469ab6 100644 --- a/src/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentScheduleRequests/Item/Cancel/CancelRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-cancel?view=graph-rest-beta Find more info here */ public function post(?CancelRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php b/src/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php index 465f1d24fb9..445d021f5ae 100644 --- a/src/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php +++ b/src/Generated/IdentityGovernance/PrivilegedAccess/Group/AssignmentSchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php @@ -37,6 +37,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-filterbycurrentuser?view=graph-rest-beta Find more info here */ public function get(?FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php b/src/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php index 9f8efb3e3cf..f98fbc1882e 100644 --- a/src/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php +++ b/src/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleInstances/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php @@ -37,6 +37,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta Find more info here */ public function get(?FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php b/src/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php index 7b7a5eb235c..b4c7efe0cf2 100644 --- a/src/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php +++ b/src/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php @@ -37,6 +37,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta Find more info here */ public function get(?FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/Cancel/CancelRequestBuilder.php b/src/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/Cancel/CancelRequestBuilder.php index 3a134f74861..80a6a93e2d0 100644 --- a/src/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/Cancel/CancelRequestBuilder.php +++ b/src/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilityScheduleRequests/Item/Cancel/CancelRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param CancelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-cancel?view=graph-rest-beta Find more info here */ public function post(?CancelRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php b/src/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php index 79c967f5d20..d70c762bba3 100644 --- a/src/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php +++ b/src/Generated/IdentityGovernance/PrivilegedAccess/Group/EligibilitySchedules/FilterByCurrentUserWithOn/FilterByCurrentUserWithOnRequestBuilder.php @@ -37,6 +37,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-filterbycurrentuser?view=graph-rest-beta Find more info here */ public function get(?FilterByCurrentUserWithOnRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/IdentityGovernance/RoleManagementAlerts/Alerts/Refresh/RefreshRequestBuilder.php b/src/Generated/IdentityGovernance/RoleManagementAlerts/Alerts/Refresh/RefreshRequestBuilder.php index 6a2ab50ba45..5a7c666b4ef 100644 --- a/src/Generated/IdentityGovernance/RoleManagementAlerts/Alerts/Refresh/RefreshRequestBuilder.php +++ b/src/Generated/IdentityGovernance/RoleManagementAlerts/Alerts/Refresh/RefreshRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param RefreshRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/unifiedrolemanagementalert-refresh?view=graph-rest-beta Find more info here */ public function post(RefreshPostRequestBody $body, ?RefreshRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/IdentityProtection/RiskyServicePrincipals/ConfirmCompromised/ConfirmCompromisedRequestBuilder.php b/src/Generated/IdentityProtection/RiskyServicePrincipals/ConfirmCompromised/ConfirmCompromisedRequestBuilder.php index 7ec6611715a..f041922fb44 100644 --- a/src/Generated/IdentityProtection/RiskyServicePrincipals/ConfirmCompromised/ConfirmCompromisedRequestBuilder.php +++ b/src/Generated/IdentityProtection/RiskyServicePrincipals/ConfirmCompromised/ConfirmCompromisedRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ConfirmCompromisedRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-beta Find more info here */ public function post(ConfirmCompromisedPostRequestBody $body, ?ConfirmCompromisedRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/IdentityProtection/RiskyServicePrincipals/Dismiss/DismissRequestBuilder.php b/src/Generated/IdentityProtection/RiskyServicePrincipals/Dismiss/DismissRequestBuilder.php index 15600732bcc..4cce7531e51 100644 --- a/src/Generated/IdentityProtection/RiskyServicePrincipals/Dismiss/DismissRequestBuilder.php +++ b/src/Generated/IdentityProtection/RiskyServicePrincipals/Dismiss/DismissRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DismissRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/riskyserviceprincipal-dismiss?view=graph-rest-beta Find more info here */ public function post(DismissPostRequestBody $body, ?DismissRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/IdentityProtection/RiskyUsers/ConfirmCompromised/ConfirmCompromisedRequestBuilder.php b/src/Generated/IdentityProtection/RiskyUsers/ConfirmCompromised/ConfirmCompromisedRequestBuilder.php index 086745120e1..36d233984d1 100644 --- a/src/Generated/IdentityProtection/RiskyUsers/ConfirmCompromised/ConfirmCompromisedRequestBuilder.php +++ b/src/Generated/IdentityProtection/RiskyUsers/ConfirmCompromised/ConfirmCompromisedRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ConfirmCompromisedRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/riskyusers-confirmcompromised?view=graph-rest-beta Find more info here */ public function post(ConfirmCompromisedPostRequestBody $body, ?ConfirmCompromisedRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/IdentityProtection/RiskyUsers/ConfirmSafe/ConfirmSafeRequestBuilder.php b/src/Generated/IdentityProtection/RiskyUsers/ConfirmSafe/ConfirmSafeRequestBuilder.php index 5af8d7c4914..20a0dcc108a 100644 --- a/src/Generated/IdentityProtection/RiskyUsers/ConfirmSafe/ConfirmSafeRequestBuilder.php +++ b/src/Generated/IdentityProtection/RiskyUsers/ConfirmSafe/ConfirmSafeRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ConfirmSafeRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/riskyuser-confirmsafe?view=graph-rest-beta Find more info here */ public function post(ConfirmSafePostRequestBody $body, ?ConfirmSafeRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/IdentityProtection/RiskyUsers/Dismiss/DismissRequestBuilder.php b/src/Generated/IdentityProtection/RiskyUsers/Dismiss/DismissRequestBuilder.php index 13ae9ba318c..9127f927c11 100644 --- a/src/Generated/IdentityProtection/RiskyUsers/Dismiss/DismissRequestBuilder.php +++ b/src/Generated/IdentityProtection/RiskyUsers/Dismiss/DismissRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param DismissRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/riskyusers-dismiss?view=graph-rest-beta Find more info here */ public function post(DismissPostRequestBody $body, ?DismissRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/IdentityProviders/AvailableProviderTypes/AvailableProviderTypesRequestBuilder.php b/src/Generated/IdentityProviders/AvailableProviderTypes/AvailableProviderTypesRequestBuilder.php index f5692b0d46c..318f3208338 100644 --- a/src/Generated/IdentityProviders/AvailableProviderTypes/AvailableProviderTypesRequestBuilder.php +++ b/src/Generated/IdentityProviders/AvailableProviderTypes/AvailableProviderTypesRequestBuilder.php @@ -34,6 +34,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param AvailableProviderTypesRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/identityprovider-list-availableprovidertypes?view=graph-rest-beta Find more info here */ public function get(?AvailableProviderTypesRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/InformationProtection/Policy/Labels/EvaluateApplication/EvaluateApplicationRequestBuilder.php b/src/Generated/InformationProtection/Policy/Labels/EvaluateApplication/EvaluateApplicationRequestBuilder.php index 3c8073e7a88..5f80efc69b0 100644 --- a/src/Generated/InformationProtection/Policy/Labels/EvaluateApplication/EvaluateApplicationRequestBuilder.php +++ b/src/Generated/InformationProtection/Policy/Labels/EvaluateApplication/EvaluateApplicationRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param EvaluateApplicationRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta Find more info here */ public function post(EvaluateApplicationPostRequestBody $body, ?EvaluateApplicationRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/InformationProtection/Policy/Labels/EvaluateClassificationResults/EvaluateClassificationResultsRequestBuilder.php b/src/Generated/InformationProtection/Policy/Labels/EvaluateClassificationResults/EvaluateClassificationResultsRequestBuilder.php index 978e3991ed6..305e34660a4 100644 --- a/src/Generated/InformationProtection/Policy/Labels/EvaluateClassificationResults/EvaluateClassificationResultsRequestBuilder.php +++ b/src/Generated/InformationProtection/Policy/Labels/EvaluateClassificationResults/EvaluateClassificationResultsRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param EvaluateClassificationResultsRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta Find more info here */ public function post(EvaluateClassificationResultsPostRequestBody $body, ?EvaluateClassificationResultsRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/InformationProtection/Policy/Labels/EvaluateRemoval/EvaluateRemovalRequestBuilder.php b/src/Generated/InformationProtection/Policy/Labels/EvaluateRemoval/EvaluateRemovalRequestBuilder.php index f60606205f6..c1eadde7148 100644 --- a/src/Generated/InformationProtection/Policy/Labels/EvaluateRemoval/EvaluateRemovalRequestBuilder.php +++ b/src/Generated/InformationProtection/Policy/Labels/EvaluateRemoval/EvaluateRemovalRequestBuilder.php @@ -35,6 +35,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param EvaluateRemovalRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta Find more info here */ public function post(EvaluateRemovalPostRequestBody $body, ?EvaluateRemovalRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/InformationProtection/Policy/Labels/ExtractLabel/ExtractLabelRequestBuilder.php b/src/Generated/InformationProtection/Policy/Labels/ExtractLabel/ExtractLabelRequestBuilder.php index fb802a7ad5e..019239e0238 100644 --- a/src/Generated/InformationProtection/Policy/Labels/ExtractLabel/ExtractLabelRequestBuilder.php +++ b/src/Generated/InformationProtection/Policy/Labels/ExtractLabel/ExtractLabelRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ExtractLabelRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta Find more info here */ public function post(ExtractLabelPostRequestBody $body, ?ExtractLabelRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/InformationProtection/SensitivityLabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.php b/src/Generated/InformationProtection/SensitivityLabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.php index 0ac686ae817..b7433e20a54 100644 --- a/src/Generated/InformationProtection/SensitivityLabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.php +++ b/src/Generated/InformationProtection/SensitivityLabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.php @@ -42,6 +42,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/sensitivitylabel-computeinheritance?view=graph-rest-beta Find more info here */ public function get(?ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/InformationProtection/SensitivityLabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.php b/src/Generated/InformationProtection/SensitivityLabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.php index 7dc497048fa..3713e91744e 100644 --- a/src/Generated/InformationProtection/SensitivityLabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.php +++ b/src/Generated/InformationProtection/SensitivityLabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ComputeRightsAndInheritanceRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/sensitivitylabel-computerightsandinheritance?view=graph-rest-beta Find more info here */ public function post(ComputeRightsAndInheritancePostRequestBody $body, ?ComputeRightsAndInheritanceRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/InformationProtection/SensitivityLabels/Item/Sublabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.php b/src/Generated/InformationProtection/SensitivityLabels/Item/Sublabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.php index 2b237a7e64a..3a8f8f584e6 100644 --- a/src/Generated/InformationProtection/SensitivityLabels/Item/Sublabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.php +++ b/src/Generated/InformationProtection/SensitivityLabels/Item/Sublabels/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormats/ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilder.php @@ -42,6 +42,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilderGetRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/sensitivitylabel-computeinheritance?view=graph-rest-beta Find more info here */ public function get(?ComputeInheritanceWithLabelIdsWithLocaleWithContentFormatsRequestBuilderGetRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toGetRequestInformation($requestConfiguration); diff --git a/src/Generated/InformationProtection/SensitivityLabels/Item/Sublabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.php b/src/Generated/InformationProtection/SensitivityLabels/Item/Sublabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.php index 92f83852711..fb0ce9f9da0 100644 --- a/src/Generated/InformationProtection/SensitivityLabels/Item/Sublabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.php +++ b/src/Generated/InformationProtection/SensitivityLabels/Item/Sublabels/ComputeRightsAndInheritance/ComputeRightsAndInheritanceRequestBuilder.php @@ -36,6 +36,7 @@ public function __construct($pathParametersOrRawUrl, RequestAdapter $requestAdap * @param ComputeRightsAndInheritanceRequestBuilderPostRequestConfiguration|null $requestConfiguration Configuration for the request such as headers, query parameters, and middleware options. * @return Promise * @throws Exception + * @link https://learn.microsoft.com/graph/api/sensitivitylabel-computerightsandinheritance?view=graph-rest-beta Find more info here */ public function post(ComputeRightsAndInheritancePostRequestBody $body, ?ComputeRightsAndInheritanceRequestBuilderPostRequestConfiguration $requestConfiguration = null): Promise { $requestInfo = $this->toPostRequestInformation($body, $requestConfiguration); diff --git a/src/Generated/Models/AccessPackageCatalog.php b/src/Generated/Models/AccessPackageCatalog.php index 569ca0e3360..01cc4d02c0c 100644 --- a/src/Generated/Models/AccessPackageCatalog.php +++ b/src/Generated/Models/AccessPackageCatalog.php @@ -2,9 +2,11 @@ namespace Microsoft\Graph\Beta\Generated\Models; +use DateTime; use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; +use Microsoft\Kiota\Abstractions\Types\TypeUtils; class AccessPackageCatalog extends Entity implements Parsable { @@ -24,6 +26,162 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Acces return new AccessPackageCatalog(); } + /** + * Gets the accessPackageCustomWorkflowExtensions property value. The attributes of a logic app, which can be called at various stages of an access package request and assignment cycle. + * @return array|null + */ + public function getAccessPackageCustomWorkflowExtensions(): ?array { + $val = $this->getBackingStore()->get('accessPackageCustomWorkflowExtensions'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, CustomCalloutExtension::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'accessPackageCustomWorkflowExtensions'"); + } + + /** + * Gets the accessPackageResourceRoles property value. The roles in each resource in a catalog. Read-only. + * @return array|null + */ + public function getAccessPackageResourceRoles(): ?array { + $val = $this->getBackingStore()->get('accessPackageResourceRoles'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, AccessPackageResourceRole::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'accessPackageResourceRoles'"); + } + + /** + * Gets the accessPackageResources property value. The accessPackageResources property + * @return array|null + */ + public function getAccessPackageResources(): ?array { + $val = $this->getBackingStore()->get('accessPackageResources'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, AccessPackageResource::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'accessPackageResources'"); + } + + /** + * Gets the accessPackageResourceScopes property value. The accessPackageResourceScopes property + * @return array|null + */ + public function getAccessPackageResourceScopes(): ?array { + $val = $this->getBackingStore()->get('accessPackageResourceScopes'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, AccessPackageResourceScope::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'accessPackageResourceScopes'"); + } + + /** + * Gets the accessPackages property value. The access packages in this catalog. Read-only. Nullable. Supports $expand. + * @return array|null + */ + public function getAccessPackages(): ?array { + $val = $this->getBackingStore()->get('accessPackages'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, AccessPackage::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'accessPackages'"); + } + + /** + * Gets the catalogStatus property value. Has the value Published if the access packages are available for management. + * @return string|null + */ + public function getCatalogStatus(): ?string { + $val = $this->getBackingStore()->get('catalogStatus'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'catalogStatus'"); + } + + /** + * Gets the catalogType property value. One of UserManaged or ServiceDefault. + * @return string|null + */ + public function getCatalogType(): ?string { + $val = $this->getBackingStore()->get('catalogType'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'catalogType'"); + } + + /** + * Gets the createdBy property value. UPN of the user who created this resource. Read-only. + * @return string|null + */ + public function getCreatedBy(): ?string { + $val = $this->getBackingStore()->get('createdBy'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'createdBy'"); + } + + /** + * Gets the createdDateTime property value. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. + * @return DateTime|null + */ + public function getCreatedDateTime(): ?DateTime { + $val = $this->getBackingStore()->get('createdDateTime'); + if (is_null($val) || $val instanceof DateTime) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'createdDateTime'"); + } + + /** + * Gets the customAccessPackageWorkflowExtensions property value. The customAccessPackageWorkflowExtensions property + * @return array|null + */ + public function getCustomAccessPackageWorkflowExtensions(): ?array { + $val = $this->getBackingStore()->get('customAccessPackageWorkflowExtensions'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, CustomAccessPackageWorkflowExtension::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'customAccessPackageWorkflowExtensions'"); + } + + /** + * Gets the description property value. The description of the access package catalog. + * @return string|null + */ + public function getDescription(): ?string { + $val = $this->getBackingStore()->get('description'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'description'"); + } + + /** + * Gets the displayName property value. The display name of the access package catalog. Supports $filter (eq, contains). + * @return string|null + */ + public function getDisplayName(): ?string { + $val = $this->getBackingStore()->get('displayName'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'displayName'"); + } + /** * The deserialization information for the current model * @return array @@ -31,15 +189,223 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Acces public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'accessPackageCustomWorkflowExtensions' => fn(ParseNode $n) => $o->setAccessPackageCustomWorkflowExtensions($n->getCollectionOfObjectValues([CustomCalloutExtension::class, 'createFromDiscriminatorValue'])), + 'accessPackageResourceRoles' => fn(ParseNode $n) => $o->setAccessPackageResourceRoles($n->getCollectionOfObjectValues([AccessPackageResourceRole::class, 'createFromDiscriminatorValue'])), + 'accessPackageResources' => fn(ParseNode $n) => $o->setAccessPackageResources($n->getCollectionOfObjectValues([AccessPackageResource::class, 'createFromDiscriminatorValue'])), + 'accessPackageResourceScopes' => fn(ParseNode $n) => $o->setAccessPackageResourceScopes($n->getCollectionOfObjectValues([AccessPackageResourceScope::class, 'createFromDiscriminatorValue'])), + 'accessPackages' => fn(ParseNode $n) => $o->setAccessPackages($n->getCollectionOfObjectValues([AccessPackage::class, 'createFromDiscriminatorValue'])), + 'catalogStatus' => fn(ParseNode $n) => $o->setCatalogStatus($n->getStringValue()), + 'catalogType' => fn(ParseNode $n) => $o->setCatalogType($n->getStringValue()), + 'createdBy' => fn(ParseNode $n) => $o->setCreatedBy($n->getStringValue()), + 'createdDateTime' => fn(ParseNode $n) => $o->setCreatedDateTime($n->getDateTimeValue()), + 'customAccessPackageWorkflowExtensions' => fn(ParseNode $n) => $o->setCustomAccessPackageWorkflowExtensions($n->getCollectionOfObjectValues([CustomAccessPackageWorkflowExtension::class, 'createFromDiscriminatorValue'])), + 'description' => fn(ParseNode $n) => $o->setDescription($n->getStringValue()), + 'displayName' => fn(ParseNode $n) => $o->setDisplayName($n->getStringValue()), + 'isExternallyVisible' => fn(ParseNode $n) => $o->setIsExternallyVisible($n->getBooleanValue()), + 'modifiedBy' => fn(ParseNode $n) => $o->setModifiedBy($n->getStringValue()), + 'modifiedDateTime' => fn(ParseNode $n) => $o->setModifiedDateTime($n->getDateTimeValue()), + 'uniqueName' => fn(ParseNode $n) => $o->setUniqueName($n->getStringValue()), ]); } + /** + * Gets the isExternallyVisible property value. Whether the access packages in this catalog can be requested by users outside of the tenant. + * @return bool|null + */ + public function getIsExternallyVisible(): ?bool { + $val = $this->getBackingStore()->get('isExternallyVisible'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'isExternallyVisible'"); + } + + /** + * Gets the modifiedBy property value. The UPN of the user who last modified this resource. Read-only. + * @return string|null + */ + public function getModifiedBy(): ?string { + $val = $this->getBackingStore()->get('modifiedBy'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'modifiedBy'"); + } + + /** + * Gets the modifiedDateTime property value. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. + * @return DateTime|null + */ + public function getModifiedDateTime(): ?DateTime { + $val = $this->getBackingStore()->get('modifiedDateTime'); + if (is_null($val) || $val instanceof DateTime) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'modifiedDateTime'"); + } + + /** + * Gets the uniqueName property value. The uniqueName property + * @return string|null + */ + public function getUniqueName(): ?string { + $val = $this->getBackingStore()->get('uniqueName'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'uniqueName'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeCollectionOfObjectValues('accessPackageCustomWorkflowExtensions', $this->getAccessPackageCustomWorkflowExtensions()); + $writer->writeCollectionOfObjectValues('accessPackageResourceRoles', $this->getAccessPackageResourceRoles()); + $writer->writeCollectionOfObjectValues('accessPackageResources', $this->getAccessPackageResources()); + $writer->writeCollectionOfObjectValues('accessPackageResourceScopes', $this->getAccessPackageResourceScopes()); + $writer->writeCollectionOfObjectValues('accessPackages', $this->getAccessPackages()); + $writer->writeStringValue('catalogStatus', $this->getCatalogStatus()); + $writer->writeStringValue('catalogType', $this->getCatalogType()); + $writer->writeStringValue('createdBy', $this->getCreatedBy()); + $writer->writeDateTimeValue('createdDateTime', $this->getCreatedDateTime()); + $writer->writeCollectionOfObjectValues('customAccessPackageWorkflowExtensions', $this->getCustomAccessPackageWorkflowExtensions()); + $writer->writeStringValue('description', $this->getDescription()); + $writer->writeStringValue('displayName', $this->getDisplayName()); + $writer->writeBooleanValue('isExternallyVisible', $this->getIsExternallyVisible()); + $writer->writeStringValue('modifiedBy', $this->getModifiedBy()); + $writer->writeDateTimeValue('modifiedDateTime', $this->getModifiedDateTime()); + $writer->writeStringValue('uniqueName', $this->getUniqueName()); + } + + /** + * Sets the accessPackageCustomWorkflowExtensions property value. The attributes of a logic app, which can be called at various stages of an access package request and assignment cycle. + * @param array|null $value Value to set for the accessPackageCustomWorkflowExtensions property. + */ + public function setAccessPackageCustomWorkflowExtensions(?array $value): void { + $this->getBackingStore()->set('accessPackageCustomWorkflowExtensions', $value); + } + + /** + * Sets the accessPackageResourceRoles property value. The roles in each resource in a catalog. Read-only. + * @param array|null $value Value to set for the accessPackageResourceRoles property. + */ + public function setAccessPackageResourceRoles(?array $value): void { + $this->getBackingStore()->set('accessPackageResourceRoles', $value); + } + + /** + * Sets the accessPackageResources property value. The accessPackageResources property + * @param array|null $value Value to set for the accessPackageResources property. + */ + public function setAccessPackageResources(?array $value): void { + $this->getBackingStore()->set('accessPackageResources', $value); + } + + /** + * Sets the accessPackageResourceScopes property value. The accessPackageResourceScopes property + * @param array|null $value Value to set for the accessPackageResourceScopes property. + */ + public function setAccessPackageResourceScopes(?array $value): void { + $this->getBackingStore()->set('accessPackageResourceScopes', $value); + } + + /** + * Sets the accessPackages property value. The access packages in this catalog. Read-only. Nullable. Supports $expand. + * @param array|null $value Value to set for the accessPackages property. + */ + public function setAccessPackages(?array $value): void { + $this->getBackingStore()->set('accessPackages', $value); + } + + /** + * Sets the catalogStatus property value. Has the value Published if the access packages are available for management. + * @param string|null $value Value to set for the catalogStatus property. + */ + public function setCatalogStatus(?string $value): void { + $this->getBackingStore()->set('catalogStatus', $value); + } + + /** + * Sets the catalogType property value. One of UserManaged or ServiceDefault. + * @param string|null $value Value to set for the catalogType property. + */ + public function setCatalogType(?string $value): void { + $this->getBackingStore()->set('catalogType', $value); + } + + /** + * Sets the createdBy property value. UPN of the user who created this resource. Read-only. + * @param string|null $value Value to set for the createdBy property. + */ + public function setCreatedBy(?string $value): void { + $this->getBackingStore()->set('createdBy', $value); + } + + /** + * Sets the createdDateTime property value. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. + * @param DateTime|null $value Value to set for the createdDateTime property. + */ + public function setCreatedDateTime(?DateTime $value): void { + $this->getBackingStore()->set('createdDateTime', $value); + } + + /** + * Sets the customAccessPackageWorkflowExtensions property value. The customAccessPackageWorkflowExtensions property + * @param array|null $value Value to set for the customAccessPackageWorkflowExtensions property. + */ + public function setCustomAccessPackageWorkflowExtensions(?array $value): void { + $this->getBackingStore()->set('customAccessPackageWorkflowExtensions', $value); + } + + /** + * Sets the description property value. The description of the access package catalog. + * @param string|null $value Value to set for the description property. + */ + public function setDescription(?string $value): void { + $this->getBackingStore()->set('description', $value); + } + + /** + * Sets the displayName property value. The display name of the access package catalog. Supports $filter (eq, contains). + * @param string|null $value Value to set for the displayName property. + */ + public function setDisplayName(?string $value): void { + $this->getBackingStore()->set('displayName', $value); + } + + /** + * Sets the isExternallyVisible property value. Whether the access packages in this catalog can be requested by users outside of the tenant. + * @param bool|null $value Value to set for the isExternallyVisible property. + */ + public function setIsExternallyVisible(?bool $value): void { + $this->getBackingStore()->set('isExternallyVisible', $value); + } + + /** + * Sets the modifiedBy property value. The UPN of the user who last modified this resource. Read-only. + * @param string|null $value Value to set for the modifiedBy property. + */ + public function setModifiedBy(?string $value): void { + $this->getBackingStore()->set('modifiedBy', $value); + } + + /** + * Sets the modifiedDateTime property value. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. + * @param DateTime|null $value Value to set for the modifiedDateTime property. + */ + public function setModifiedDateTime(?DateTime $value): void { + $this->getBackingStore()->set('modifiedDateTime', $value); + } + + /** + * Sets the uniqueName property value. The uniqueName property + * @param string|null $value Value to set for the uniqueName property. + */ + public function setUniqueName(?string $value): void { + $this->getBackingStore()->set('uniqueName', $value); } } diff --git a/src/Generated/Models/AccessPackageResourceEnvironment.php b/src/Generated/Models/AccessPackageResourceEnvironment.php index d8ad587ba28..453ac1e0839 100644 --- a/src/Generated/Models/AccessPackageResourceEnvironment.php +++ b/src/Generated/Models/AccessPackageResourceEnvironment.php @@ -2,9 +2,11 @@ namespace Microsoft\Graph\Beta\Generated\Models; +use DateTime; use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; +use Microsoft\Kiota\Abstractions\Types\TypeUtils; class AccessPackageResourceEnvironment extends Entity implements Parsable { @@ -24,6 +26,80 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Acces return new AccessPackageResourceEnvironment(); } + /** + * Gets the accessPackageResources property value. Read-only. Required. + * @return array|null + */ + public function getAccessPackageResources(): ?array { + $val = $this->getBackingStore()->get('accessPackageResources'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, AccessPackageResource::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'accessPackageResources'"); + } + + /** + * Gets the connectionInfo property value. Connection information of an environment used to connect to a resource. + * @return ConnectionInfo|null + */ + public function getConnectionInfo(): ?ConnectionInfo { + $val = $this->getBackingStore()->get('connectionInfo'); + if (is_null($val) || $val instanceof ConnectionInfo) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'connectionInfo'"); + } + + /** + * Gets the createdBy property value. The display name of the user that created this object. + * @return string|null + */ + public function getCreatedBy(): ?string { + $val = $this->getBackingStore()->get('createdBy'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'createdBy'"); + } + + /** + * Gets the createdDateTime property value. The date and time that this object was created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. + * @return DateTime|null + */ + public function getCreatedDateTime(): ?DateTime { + $val = $this->getBackingStore()->get('createdDateTime'); + if (is_null($val) || $val instanceof DateTime) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'createdDateTime'"); + } + + /** + * Gets the description property value. The description of this object. + * @return string|null + */ + public function getDescription(): ?string { + $val = $this->getBackingStore()->get('description'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'description'"); + } + + /** + * Gets the displayName property value. The display name of this object. + * @return string|null + */ + public function getDisplayName(): ?string { + $val = $this->getBackingStore()->get('displayName'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'displayName'"); + } + /** * The deserialization information for the current model * @return array @@ -31,15 +107,185 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Acces public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'accessPackageResources' => fn(ParseNode $n) => $o->setAccessPackageResources($n->getCollectionOfObjectValues([AccessPackageResource::class, 'createFromDiscriminatorValue'])), + 'connectionInfo' => fn(ParseNode $n) => $o->setConnectionInfo($n->getObjectValue([ConnectionInfo::class, 'createFromDiscriminatorValue'])), + 'createdBy' => fn(ParseNode $n) => $o->setCreatedBy($n->getStringValue()), + 'createdDateTime' => fn(ParseNode $n) => $o->setCreatedDateTime($n->getDateTimeValue()), + 'description' => fn(ParseNode $n) => $o->setDescription($n->getStringValue()), + 'displayName' => fn(ParseNode $n) => $o->setDisplayName($n->getStringValue()), + 'isDefaultEnvironment' => fn(ParseNode $n) => $o->setIsDefaultEnvironment($n->getBooleanValue()), + 'modifiedBy' => fn(ParseNode $n) => $o->setModifiedBy($n->getStringValue()), + 'modifiedDateTime' => fn(ParseNode $n) => $o->setModifiedDateTime($n->getDateTimeValue()), + 'originId' => fn(ParseNode $n) => $o->setOriginId($n->getStringValue()), + 'originSystem' => fn(ParseNode $n) => $o->setOriginSystem($n->getStringValue()), ]); } + /** + * Gets the isDefaultEnvironment property value. Determines whether this is default environment or not. It is set to true for all static origin systems, such as Microsoft Entra groups and Microsoft Entra Applications. + * @return bool|null + */ + public function getIsDefaultEnvironment(): ?bool { + $val = $this->getBackingStore()->get('isDefaultEnvironment'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'isDefaultEnvironment'"); + } + + /** + * Gets the modifiedBy property value. The display name of the entity that last modified this object. + * @return string|null + */ + public function getModifiedBy(): ?string { + $val = $this->getBackingStore()->get('modifiedBy'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'modifiedBy'"); + } + + /** + * Gets the modifiedDateTime property value. The date and time that this object was last modified. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. + * @return DateTime|null + */ + public function getModifiedDateTime(): ?DateTime { + $val = $this->getBackingStore()->get('modifiedDateTime'); + if (is_null($val) || $val instanceof DateTime) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'modifiedDateTime'"); + } + + /** + * Gets the originId property value. The unique identifier of this environment in the origin system. + * @return string|null + */ + public function getOriginId(): ?string { + $val = $this->getBackingStore()->get('originId'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'originId'"); + } + + /** + * Gets the originSystem property value. The type of the resource in the origin system, that is, SharePointOnline. Requires $filter (eq). + * @return string|null + */ + public function getOriginSystem(): ?string { + $val = $this->getBackingStore()->get('originSystem'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'originSystem'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeCollectionOfObjectValues('accessPackageResources', $this->getAccessPackageResources()); + $writer->writeObjectValue('connectionInfo', $this->getConnectionInfo()); + $writer->writeStringValue('createdBy', $this->getCreatedBy()); + $writer->writeDateTimeValue('createdDateTime', $this->getCreatedDateTime()); + $writer->writeStringValue('description', $this->getDescription()); + $writer->writeStringValue('displayName', $this->getDisplayName()); + $writer->writeBooleanValue('isDefaultEnvironment', $this->getIsDefaultEnvironment()); + $writer->writeStringValue('modifiedBy', $this->getModifiedBy()); + $writer->writeDateTimeValue('modifiedDateTime', $this->getModifiedDateTime()); + $writer->writeStringValue('originId', $this->getOriginId()); + $writer->writeStringValue('originSystem', $this->getOriginSystem()); + } + + /** + * Sets the accessPackageResources property value. Read-only. Required. + * @param array|null $value Value to set for the accessPackageResources property. + */ + public function setAccessPackageResources(?array $value): void { + $this->getBackingStore()->set('accessPackageResources', $value); + } + + /** + * Sets the connectionInfo property value. Connection information of an environment used to connect to a resource. + * @param ConnectionInfo|null $value Value to set for the connectionInfo property. + */ + public function setConnectionInfo(?ConnectionInfo $value): void { + $this->getBackingStore()->set('connectionInfo', $value); + } + + /** + * Sets the createdBy property value. The display name of the user that created this object. + * @param string|null $value Value to set for the createdBy property. + */ + public function setCreatedBy(?string $value): void { + $this->getBackingStore()->set('createdBy', $value); + } + + /** + * Sets the createdDateTime property value. The date and time that this object was created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. + * @param DateTime|null $value Value to set for the createdDateTime property. + */ + public function setCreatedDateTime(?DateTime $value): void { + $this->getBackingStore()->set('createdDateTime', $value); + } + + /** + * Sets the description property value. The description of this object. + * @param string|null $value Value to set for the description property. + */ + public function setDescription(?string $value): void { + $this->getBackingStore()->set('description', $value); + } + + /** + * Sets the displayName property value. The display name of this object. + * @param string|null $value Value to set for the displayName property. + */ + public function setDisplayName(?string $value): void { + $this->getBackingStore()->set('displayName', $value); + } + + /** + * Sets the isDefaultEnvironment property value. Determines whether this is default environment or not. It is set to true for all static origin systems, such as Microsoft Entra groups and Microsoft Entra Applications. + * @param bool|null $value Value to set for the isDefaultEnvironment property. + */ + public function setIsDefaultEnvironment(?bool $value): void { + $this->getBackingStore()->set('isDefaultEnvironment', $value); + } + + /** + * Sets the modifiedBy property value. The display name of the entity that last modified this object. + * @param string|null $value Value to set for the modifiedBy property. + */ + public function setModifiedBy(?string $value): void { + $this->getBackingStore()->set('modifiedBy', $value); + } + + /** + * Sets the modifiedDateTime property value. The date and time that this object was last modified. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. + * @param DateTime|null $value Value to set for the modifiedDateTime property. + */ + public function setModifiedDateTime(?DateTime $value): void { + $this->getBackingStore()->set('modifiedDateTime', $value); + } + + /** + * Sets the originId property value. The unique identifier of this environment in the origin system. + * @param string|null $value Value to set for the originId property. + */ + public function setOriginId(?string $value): void { + $this->getBackingStore()->set('originId', $value); + } + + /** + * Sets the originSystem property value. The type of the resource in the origin system, that is, SharePointOnline. Requires $filter (eq). + * @param string|null $value Value to set for the originSystem property. + */ + public function setOriginSystem(?string $value): void { + $this->getBackingStore()->set('originSystem', $value); } } diff --git a/src/Generated/Models/AccessPackageResourceRole.php b/src/Generated/Models/AccessPackageResourceRole.php index 07aae024ce7..9869e3df422 100644 --- a/src/Generated/Models/AccessPackageResourceRole.php +++ b/src/Generated/Models/AccessPackageResourceRole.php @@ -24,6 +24,42 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Acces return new AccessPackageResourceRole(); } + /** + * Gets the accessPackageResource property value. The accessPackageResource property + * @return AccessPackageResource|null + */ + public function getAccessPackageResource(): ?AccessPackageResource { + $val = $this->getBackingStore()->get('accessPackageResource'); + if (is_null($val) || $val instanceof AccessPackageResource) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'accessPackageResource'"); + } + + /** + * Gets the description property value. A description for the resource role. + * @return string|null + */ + public function getDescription(): ?string { + $val = $this->getBackingStore()->get('description'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'description'"); + } + + /** + * Gets the displayName property value. The display name of the resource role such as the role defined by the application. + * @return string|null + */ + public function getDisplayName(): ?string { + $val = $this->getBackingStore()->get('displayName'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'displayName'"); + } + /** * The deserialization information for the current model * @return array @@ -31,15 +67,89 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Acces public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'accessPackageResource' => fn(ParseNode $n) => $o->setAccessPackageResource($n->getObjectValue([AccessPackageResource::class, 'createFromDiscriminatorValue'])), + 'description' => fn(ParseNode $n) => $o->setDescription($n->getStringValue()), + 'displayName' => fn(ParseNode $n) => $o->setDisplayName($n->getStringValue()), + 'originId' => fn(ParseNode $n) => $o->setOriginId($n->getStringValue()), + 'originSystem' => fn(ParseNode $n) => $o->setOriginSystem($n->getStringValue()), ]); } + /** + * Gets the originId property value. The unique identifier of the resource role in the origin system. For a SharePoint Online site, the originId is the sequence number of the role in the site. + * @return string|null + */ + public function getOriginId(): ?string { + $val = $this->getBackingStore()->get('originId'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'originId'"); + } + + /** + * Gets the originSystem property value. The type of the resource in the origin system, such as SharePointOnline, AadApplication or AadGroup. + * @return string|null + */ + public function getOriginSystem(): ?string { + $val = $this->getBackingStore()->get('originSystem'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'originSystem'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeObjectValue('accessPackageResource', $this->getAccessPackageResource()); + $writer->writeStringValue('description', $this->getDescription()); + $writer->writeStringValue('displayName', $this->getDisplayName()); + $writer->writeStringValue('originId', $this->getOriginId()); + $writer->writeStringValue('originSystem', $this->getOriginSystem()); + } + + /** + * Sets the accessPackageResource property value. The accessPackageResource property + * @param AccessPackageResource|null $value Value to set for the accessPackageResource property. + */ + public function setAccessPackageResource(?AccessPackageResource $value): void { + $this->getBackingStore()->set('accessPackageResource', $value); + } + + /** + * Sets the description property value. A description for the resource role. + * @param string|null $value Value to set for the description property. + */ + public function setDescription(?string $value): void { + $this->getBackingStore()->set('description', $value); + } + + /** + * Sets the displayName property value. The display name of the resource role such as the role defined by the application. + * @param string|null $value Value to set for the displayName property. + */ + public function setDisplayName(?string $value): void { + $this->getBackingStore()->set('displayName', $value); + } + + /** + * Sets the originId property value. The unique identifier of the resource role in the origin system. For a SharePoint Online site, the originId is the sequence number of the role in the site. + * @param string|null $value Value to set for the originId property. + */ + public function setOriginId(?string $value): void { + $this->getBackingStore()->set('originId', $value); + } + + /** + * Sets the originSystem property value. The type of the resource in the origin system, such as SharePointOnline, AadApplication or AadGroup. + * @param string|null $value Value to set for the originSystem property. + */ + public function setOriginSystem(?string $value): void { + $this->getBackingStore()->set('originSystem', $value); } } diff --git a/src/Generated/Models/AccessPackageResourceScope.php b/src/Generated/Models/AccessPackageResourceScope.php index 7e1c315cef6..f92d647b42b 100644 --- a/src/Generated/Models/AccessPackageResourceScope.php +++ b/src/Generated/Models/AccessPackageResourceScope.php @@ -24,6 +24,42 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Acces return new AccessPackageResourceScope(); } + /** + * Gets the accessPackageResource property value. The accessPackageResource property + * @return AccessPackageResource|null + */ + public function getAccessPackageResource(): ?AccessPackageResource { + $val = $this->getBackingStore()->get('accessPackageResource'); + if (is_null($val) || $val instanceof AccessPackageResource) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'accessPackageResource'"); + } + + /** + * Gets the description property value. The description of the scope. + * @return string|null + */ + public function getDescription(): ?string { + $val = $this->getBackingStore()->get('description'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'description'"); + } + + /** + * Gets the displayName property value. The display name of the scope. + * @return string|null + */ + public function getDisplayName(): ?string { + $val = $this->getBackingStore()->get('displayName'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'displayName'"); + } + /** * The deserialization information for the current model * @return array @@ -31,15 +67,155 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Acces public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'accessPackageResource' => fn(ParseNode $n) => $o->setAccessPackageResource($n->getObjectValue([AccessPackageResource::class, 'createFromDiscriminatorValue'])), + 'description' => fn(ParseNode $n) => $o->setDescription($n->getStringValue()), + 'displayName' => fn(ParseNode $n) => $o->setDisplayName($n->getStringValue()), + 'isRootScope' => fn(ParseNode $n) => $o->setIsRootScope($n->getBooleanValue()), + 'originId' => fn(ParseNode $n) => $o->setOriginId($n->getStringValue()), + 'originSystem' => fn(ParseNode $n) => $o->setOriginSystem($n->getStringValue()), + 'roleOriginId' => fn(ParseNode $n) => $o->setRoleOriginId($n->getStringValue()), + 'url' => fn(ParseNode $n) => $o->setUrl($n->getStringValue()), ]); } + /** + * Gets the isRootScope property value. True if the scopes are arranged in a hierarchy and this is the top or root scope of the resource. + * @return bool|null + */ + public function getIsRootScope(): ?bool { + $val = $this->getBackingStore()->get('isRootScope'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'isRootScope'"); + } + + /** + * Gets the originId property value. The unique identifier for the scope in the resource as defined in the origin system. + * @return string|null + */ + public function getOriginId(): ?string { + $val = $this->getBackingStore()->get('originId'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'originId'"); + } + + /** + * Gets the originSystem property value. The origin system for the scope. + * @return string|null + */ + public function getOriginSystem(): ?string { + $val = $this->getBackingStore()->get('originSystem'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'originSystem'"); + } + + /** + * Gets the roleOriginId property value. The origin system for the role, if different. + * @return string|null + */ + public function getRoleOriginId(): ?string { + $val = $this->getBackingStore()->get('roleOriginId'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'roleOriginId'"); + } + + /** + * Gets the url property value. A resource locator for the scope. + * @return string|null + */ + public function getUrl(): ?string { + $val = $this->getBackingStore()->get('url'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'url'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeObjectValue('accessPackageResource', $this->getAccessPackageResource()); + $writer->writeStringValue('description', $this->getDescription()); + $writer->writeStringValue('displayName', $this->getDisplayName()); + $writer->writeBooleanValue('isRootScope', $this->getIsRootScope()); + $writer->writeStringValue('originId', $this->getOriginId()); + $writer->writeStringValue('originSystem', $this->getOriginSystem()); + $writer->writeStringValue('roleOriginId', $this->getRoleOriginId()); + $writer->writeStringValue('url', $this->getUrl()); + } + + /** + * Sets the accessPackageResource property value. The accessPackageResource property + * @param AccessPackageResource|null $value Value to set for the accessPackageResource property. + */ + public function setAccessPackageResource(?AccessPackageResource $value): void { + $this->getBackingStore()->set('accessPackageResource', $value); + } + + /** + * Sets the description property value. The description of the scope. + * @param string|null $value Value to set for the description property. + */ + public function setDescription(?string $value): void { + $this->getBackingStore()->set('description', $value); + } + + /** + * Sets the displayName property value. The display name of the scope. + * @param string|null $value Value to set for the displayName property. + */ + public function setDisplayName(?string $value): void { + $this->getBackingStore()->set('displayName', $value); + } + + /** + * Sets the isRootScope property value. True if the scopes are arranged in a hierarchy and this is the top or root scope of the resource. + * @param bool|null $value Value to set for the isRootScope property. + */ + public function setIsRootScope(?bool $value): void { + $this->getBackingStore()->set('isRootScope', $value); + } + + /** + * Sets the originId property value. The unique identifier for the scope in the resource as defined in the origin system. + * @param string|null $value Value to set for the originId property. + */ + public function setOriginId(?string $value): void { + $this->getBackingStore()->set('originId', $value); + } + + /** + * Sets the originSystem property value. The origin system for the scope. + * @param string|null $value Value to set for the originSystem property. + */ + public function setOriginSystem(?string $value): void { + $this->getBackingStore()->set('originSystem', $value); + } + + /** + * Sets the roleOriginId property value. The origin system for the role, if different. + * @param string|null $value Value to set for the roleOriginId property. + */ + public function setRoleOriginId(?string $value): void { + $this->getBackingStore()->set('roleOriginId', $value); + } + + /** + * Sets the url property value. A resource locator for the scope. + * @param string|null $value Value to set for the url property. + */ + public function setUrl(?string $value): void { + $this->getBackingStore()->set('url', $value); } } diff --git a/src/Generated/Models/AccessPackageSubject.php b/src/Generated/Models/AccessPackageSubject.php index 285e97acd9e..083d37b333a 100644 --- a/src/Generated/Models/AccessPackageSubject.php +++ b/src/Generated/Models/AccessPackageSubject.php @@ -2,6 +2,7 @@ namespace Microsoft\Graph\Beta\Generated\Models; +use DateTime; use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; @@ -24,6 +25,78 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Acces return new AccessPackageSubject(); } + /** + * Gets the altSecId property value. Not Supported. + * @return string|null + */ + public function getAltSecId(): ?string { + $val = $this->getBackingStore()->get('altSecId'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'altSecId'"); + } + + /** + * Gets the cleanupScheduledDateTime property value. The date and time the subject is marked to be blocked from sign in or deleted. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. + * @return DateTime|null + */ + public function getCleanupScheduledDateTime(): ?DateTime { + $val = $this->getBackingStore()->get('cleanupScheduledDateTime'); + if (is_null($val) || $val instanceof DateTime) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'cleanupScheduledDateTime'"); + } + + /** + * Gets the connectedOrganization property value. The connected organization of the subject. Read-only. Nullable. + * @return ConnectedOrganization|null + */ + public function getConnectedOrganization(): ?ConnectedOrganization { + $val = $this->getBackingStore()->get('connectedOrganization'); + if (is_null($val) || $val instanceof ConnectedOrganization) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'connectedOrganization'"); + } + + /** + * Gets the connectedOrganizationId property value. The identifier of the connected organization of the subject. + * @return string|null + */ + public function getConnectedOrganizationId(): ?string { + $val = $this->getBackingStore()->get('connectedOrganizationId'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'connectedOrganizationId'"); + } + + /** + * Gets the displayName property value. The display name of the subject. + * @return string|null + */ + public function getDisplayName(): ?string { + $val = $this->getBackingStore()->get('displayName'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'displayName'"); + } + + /** + * Gets the email property value. The email address of the subject. + * @return string|null + */ + public function getEmail(): ?string { + $val = $this->getBackingStore()->get('email'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'email'"); + } + /** * The deserialization information for the current model * @return array @@ -31,15 +104,185 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Acces public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'altSecId' => fn(ParseNode $n) => $o->setAltSecId($n->getStringValue()), + 'cleanupScheduledDateTime' => fn(ParseNode $n) => $o->setCleanupScheduledDateTime($n->getDateTimeValue()), + 'connectedOrganization' => fn(ParseNode $n) => $o->setConnectedOrganization($n->getObjectValue([ConnectedOrganization::class, 'createFromDiscriminatorValue'])), + 'connectedOrganizationId' => fn(ParseNode $n) => $o->setConnectedOrganizationId($n->getStringValue()), + 'displayName' => fn(ParseNode $n) => $o->setDisplayName($n->getStringValue()), + 'email' => fn(ParseNode $n) => $o->setEmail($n->getStringValue()), + 'objectId' => fn(ParseNode $n) => $o->setObjectId($n->getStringValue()), + 'onPremisesSecurityIdentifier' => fn(ParseNode $n) => $o->setOnPremisesSecurityIdentifier($n->getStringValue()), + 'principalName' => fn(ParseNode $n) => $o->setPrincipalName($n->getStringValue()), + 'subjectLifecycle' => fn(ParseNode $n) => $o->setSubjectLifecycle($n->getEnumValue(AccessPackageSubjectLifecycle::class)), + 'type' => fn(ParseNode $n) => $o->setType($n->getStringValue()), ]); } + /** + * Gets the objectId property value. The object identifier of the subject. null if the subject isn't yet a user in the tenant. Alternate key. + * @return string|null + */ + public function getObjectId(): ?string { + $val = $this->getBackingStore()->get('objectId'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'objectId'"); + } + + /** + * Gets the onPremisesSecurityIdentifier property value. A string representation of the principal's security identifier, if known, or null if the subject doesn't have a security identifier. + * @return string|null + */ + public function getOnPremisesSecurityIdentifier(): ?string { + $val = $this->getBackingStore()->get('onPremisesSecurityIdentifier'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'onPremisesSecurityIdentifier'"); + } + + /** + * Gets the principalName property value. The principal name, if known, of the subject. + * @return string|null + */ + public function getPrincipalName(): ?string { + $val = $this->getBackingStore()->get('principalName'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'principalName'"); + } + + /** + * Gets the subjectLifecycle property value. The lifecycle of the subject user, if a guest. The possible values are: notDefined, notGoverned, governed, unknownFutureValue. + * @return AccessPackageSubjectLifecycle|null + */ + public function getSubjectLifecycle(): ?AccessPackageSubjectLifecycle { + $val = $this->getBackingStore()->get('subjectLifecycle'); + if (is_null($val) || $val instanceof AccessPackageSubjectLifecycle) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'subjectLifecycle'"); + } + + /** + * Gets the type property value. The resource type of the subject. + * @return string|null + */ + public function getType(): ?string { + $val = $this->getBackingStore()->get('type'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'type'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeStringValue('altSecId', $this->getAltSecId()); + $writer->writeDateTimeValue('cleanupScheduledDateTime', $this->getCleanupScheduledDateTime()); + $writer->writeObjectValue('connectedOrganization', $this->getConnectedOrganization()); + $writer->writeStringValue('connectedOrganizationId', $this->getConnectedOrganizationId()); + $writer->writeStringValue('displayName', $this->getDisplayName()); + $writer->writeStringValue('email', $this->getEmail()); + $writer->writeStringValue('objectId', $this->getObjectId()); + $writer->writeStringValue('onPremisesSecurityIdentifier', $this->getOnPremisesSecurityIdentifier()); + $writer->writeStringValue('principalName', $this->getPrincipalName()); + $writer->writeEnumValue('subjectLifecycle', $this->getSubjectLifecycle()); + $writer->writeStringValue('type', $this->getType()); + } + + /** + * Sets the altSecId property value. Not Supported. + * @param string|null $value Value to set for the altSecId property. + */ + public function setAltSecId(?string $value): void { + $this->getBackingStore()->set('altSecId', $value); + } + + /** + * Sets the cleanupScheduledDateTime property value. The date and time the subject is marked to be blocked from sign in or deleted. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. + * @param DateTime|null $value Value to set for the cleanupScheduledDateTime property. + */ + public function setCleanupScheduledDateTime(?DateTime $value): void { + $this->getBackingStore()->set('cleanupScheduledDateTime', $value); + } + + /** + * Sets the connectedOrganization property value. The connected organization of the subject. Read-only. Nullable. + * @param ConnectedOrganization|null $value Value to set for the connectedOrganization property. + */ + public function setConnectedOrganization(?ConnectedOrganization $value): void { + $this->getBackingStore()->set('connectedOrganization', $value); + } + + /** + * Sets the connectedOrganizationId property value. The identifier of the connected organization of the subject. + * @param string|null $value Value to set for the connectedOrganizationId property. + */ + public function setConnectedOrganizationId(?string $value): void { + $this->getBackingStore()->set('connectedOrganizationId', $value); + } + + /** + * Sets the displayName property value. The display name of the subject. + * @param string|null $value Value to set for the displayName property. + */ + public function setDisplayName(?string $value): void { + $this->getBackingStore()->set('displayName', $value); + } + + /** + * Sets the email property value. The email address of the subject. + * @param string|null $value Value to set for the email property. + */ + public function setEmail(?string $value): void { + $this->getBackingStore()->set('email', $value); + } + + /** + * Sets the objectId property value. The object identifier of the subject. null if the subject isn't yet a user in the tenant. Alternate key. + * @param string|null $value Value to set for the objectId property. + */ + public function setObjectId(?string $value): void { + $this->getBackingStore()->set('objectId', $value); + } + + /** + * Sets the onPremisesSecurityIdentifier property value. A string representation of the principal's security identifier, if known, or null if the subject doesn't have a security identifier. + * @param string|null $value Value to set for the onPremisesSecurityIdentifier property. + */ + public function setOnPremisesSecurityIdentifier(?string $value): void { + $this->getBackingStore()->set('onPremisesSecurityIdentifier', $value); + } + + /** + * Sets the principalName property value. The principal name, if known, of the subject. + * @param string|null $value Value to set for the principalName property. + */ + public function setPrincipalName(?string $value): void { + $this->getBackingStore()->set('principalName', $value); + } + + /** + * Sets the subjectLifecycle property value. The lifecycle of the subject user, if a guest. The possible values are: notDefined, notGoverned, governed, unknownFutureValue. + * @param AccessPackageSubjectLifecycle|null $value Value to set for the subjectLifecycle property. + */ + public function setSubjectLifecycle(?AccessPackageSubjectLifecycle $value): void { + $this->getBackingStore()->set('subjectLifecycle', $value); + } + + /** + * Sets the type property value. The resource type of the subject. + * @param string|null $value Value to set for the type property. + */ + public function setType(?string $value): void { + $this->getBackingStore()->set('type', $value); } } diff --git a/src/Generated/Models/AccessPackageSubjectLifecycle.php b/src/Generated/Models/AccessPackageSubjectLifecycle.php new file mode 100644 index 00000000000..0a6e8bb9c07 --- /dev/null +++ b/src/Generated/Models/AccessPackageSubjectLifecycle.php @@ -0,0 +1,12 @@ +|null + * @return array|null */ public function getDecisions(): ?array { $val = $this->getBackingStore()->get('decisions'); if (is_array($val) || is_null($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - /** @var array|null $val */ + TypeUtils::validateCollectionValues($val, AccessReviewHistoryDecisionFilter::class); + /** @var array|null $val */ return $val; } throw new \UnexpectedValueException("Invalid type found in backing store for 'decisions'"); @@ -97,14 +97,7 @@ public function getFieldDeserializers(): array { return array_merge(parent::getFieldDeserializers(), [ 'createdBy' => fn(ParseNode $n) => $o->setCreatedBy($n->getObjectValue([UserIdentity::class, 'createFromDiscriminatorValue'])), 'createdDateTime' => fn(ParseNode $n) => $o->setCreatedDateTime($n->getDateTimeValue()), - 'decisions' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setDecisions($val); - }, + 'decisions' => fn(ParseNode $n) => $o->setDecisions($n->getCollectionOfEnumValues(AccessReviewHistoryDecisionFilter::class)), 'displayName' => fn(ParseNode $n) => $o->setDisplayName($n->getStringValue()), 'downloadUri' => fn(ParseNode $n) => $o->setDownloadUri($n->getStringValue()), 'fulfilledDateTime' => fn(ParseNode $n) => $o->setFulfilledDateTime($n->getDateTimeValue()), @@ -213,7 +206,7 @@ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); $writer->writeObjectValue('createdBy', $this->getCreatedBy()); $writer->writeDateTimeValue('createdDateTime', $this->getCreatedDateTime()); - $writer->writeCollectionOfPrimitiveValues('decisions', $this->getDecisions()); + $writer->writeCollectionOfEnumValues('decisions', $this->getDecisions()); $writer->writeStringValue('displayName', $this->getDisplayName()); $writer->writeStringValue('downloadUri', $this->getDownloadUri()); $writer->writeDateTimeValue('fulfilledDateTime', $this->getFulfilledDateTime()); @@ -243,7 +236,7 @@ public function setCreatedDateTime(?DateTime $value): void { /** * Sets the decisions property value. Determines which review decisions will be included in the fetched review history data if specified. Optional on create. All decisions are included by default if no decisions are provided on create. Possible values are: approve, deny, dontKnow, notReviewed, and notNotified. - * @param array|null $value Value to set for the decisions property. + * @param array|null $value Value to set for the decisions property. */ public function setDecisions(?array $value): void { $this->getBackingStore()->set('decisions', $value); diff --git a/src/Generated/Models/AccessReviewNotificationRecipientItem.php b/src/Generated/Models/AccessReviewNotificationRecipientItem.php new file mode 100644 index 00000000000..43f28814cf3 --- /dev/null +++ b/src/Generated/Models/AccessReviewNotificationRecipientItem.php @@ -0,0 +1,158 @@ +backingStore = BackingStoreFactorySingleton::getInstance()->createBackingStore(); + $this->setAdditionalData([]); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return AccessReviewNotificationRecipientItem + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): AccessReviewNotificationRecipientItem { + return new AccessReviewNotificationRecipientItem(); + } + + /** + * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @return array|null + */ + public function getAdditionalData(): ?array { + $val = $this->getBackingStore()->get('additionalData'); + if (is_null($val) || is_array($val)) { + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'additionalData'"); + } + + /** + * Gets the BackingStore property value. Stores model information. + * @return BackingStore + */ + public function getBackingStore(): BackingStore { + return $this->backingStore; + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return [ + 'notificationRecipientScope' => fn(ParseNode $n) => $o->setNotificationRecipientScope($n->getObjectValue([AccessReviewNotificationRecipientScope::class, 'createFromDiscriminatorValue'])), + 'notificationTemplateType' => fn(ParseNode $n) => $o->setNotificationTemplateType($n->getStringValue()), + '@odata.type' => fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), + ]; + } + + /** + * Gets the notificationRecipientScope property value. Determines the recipient of the notification email. + * @return AccessReviewNotificationRecipientScope|null + */ + public function getNotificationRecipientScope(): ?AccessReviewNotificationRecipientScope { + $val = $this->getBackingStore()->get('notificationRecipientScope'); + if (is_null($val) || $val instanceof AccessReviewNotificationRecipientScope) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'notificationRecipientScope'"); + } + + /** + * Gets the notificationTemplateType property value. Indicates the type of access review email to be sent. Supported template type is CompletedAdditionalRecipients which sends review completion notifications to the recipients. + * @return string|null + */ + public function getNotificationTemplateType(): ?string { + $val = $this->getBackingStore()->get('notificationTemplateType'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'notificationTemplateType'"); + } + + /** + * Gets the @odata.type property value. The OdataType property + * @return string|null + */ + public function getOdataType(): ?string { + $val = $this->getBackingStore()->get('odataType'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'odataType'"); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + $writer->writeObjectValue('notificationRecipientScope', $this->getNotificationRecipientScope()); + $writer->writeStringValue('notificationTemplateType', $this->getNotificationTemplateType()); + $writer->writeStringValue('@odata.type', $this->getOdataType()); + $writer->writeAdditionalData($this->getAdditionalData()); + } + + /** + * Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @param array $value Value to set for the AdditionalData property. + */ + public function setAdditionalData(?array $value): void { + $this->getBackingStore()->set('additionalData', $value); + } + + /** + * Sets the BackingStore property value. Stores model information. + * @param BackingStore $value Value to set for the BackingStore property. + */ + public function setBackingStore(BackingStore $value): void { + $this->backingStore = $value; + } + + /** + * Sets the notificationRecipientScope property value. Determines the recipient of the notification email. + * @param AccessReviewNotificationRecipientScope|null $value Value to set for the notificationRecipientScope property. + */ + public function setNotificationRecipientScope(?AccessReviewNotificationRecipientScope $value): void { + $this->getBackingStore()->set('notificationRecipientScope', $value); + } + + /** + * Sets the notificationTemplateType property value. Indicates the type of access review email to be sent. Supported template type is CompletedAdditionalRecipients which sends review completion notifications to the recipients. + * @param string|null $value Value to set for the notificationTemplateType property. + */ + public function setNotificationTemplateType(?string $value): void { + $this->getBackingStore()->set('notificationTemplateType', $value); + } + + /** + * Sets the @odata.type property value. The OdataType property + * @param string|null $value Value to set for the @odata.type property. + */ + public function setOdataType(?string $value): void { + $this->getBackingStore()->set('odataType', $value); + } + +} diff --git a/src/Generated/Models/AccessReviewNotificationRecipientQueryScope.php b/src/Generated/Models/AccessReviewNotificationRecipientQueryScope.php new file mode 100644 index 00000000000..b0963f5249e --- /dev/null +++ b/src/Generated/Models/AccessReviewNotificationRecipientQueryScope.php @@ -0,0 +1,112 @@ +setOdataType('#microsoft.graph.accessReviewNotificationRecipientQueryScope'); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return AccessReviewNotificationRecipientQueryScope + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): AccessReviewNotificationRecipientQueryScope { + return new AccessReviewNotificationRecipientQueryScope(); + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return array_merge(parent::getFieldDeserializers(), [ + 'query' => fn(ParseNode $n) => $o->setQuery($n->getStringValue()), + 'queryRoot' => fn(ParseNode $n) => $o->setQueryRoot($n->getStringValue()), + 'queryType' => fn(ParseNode $n) => $o->setQueryType($n->getStringValue()), + ]); + } + + /** + * Gets the query property value. Represents the query for who the recipients are. For example, /groups/{group id}/members for group members and /users/{user id} for a specific user. + * @return string|null + */ + public function getQuery(): ?string { + $val = $this->getBackingStore()->get('query'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'query'"); + } + + /** + * Gets the queryRoot property value. In the scenario where reviewers need to be specified dynamically, indicates the relative source of the query. This property is only required if a relative query (that is, ./manager) is specified. + * @return string|null + */ + public function getQueryRoot(): ?string { + $val = $this->getBackingStore()->get('queryRoot'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'queryRoot'"); + } + + /** + * Gets the queryType property value. Indicates the type of query. Allowed value is MicrosoftGraph. + * @return string|null + */ + public function getQueryType(): ?string { + $val = $this->getBackingStore()->get('queryType'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'queryType'"); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + parent::serialize($writer); + $writer->writeStringValue('query', $this->getQuery()); + $writer->writeStringValue('queryRoot', $this->getQueryRoot()); + $writer->writeStringValue('queryType', $this->getQueryType()); + } + + /** + * Sets the query property value. Represents the query for who the recipients are. For example, /groups/{group id}/members for group members and /users/{user id} for a specific user. + * @param string|null $value Value to set for the query property. + */ + public function setQuery(?string $value): void { + $this->getBackingStore()->set('query', $value); + } + + /** + * Sets the queryRoot property value. In the scenario where reviewers need to be specified dynamically, indicates the relative source of the query. This property is only required if a relative query (that is, ./manager) is specified. + * @param string|null $value Value to set for the queryRoot property. + */ + public function setQueryRoot(?string $value): void { + $this->getBackingStore()->set('queryRoot', $value); + } + + /** + * Sets the queryType property value. Indicates the type of query. Allowed value is MicrosoftGraph. + * @param string|null $value Value to set for the queryType property. + */ + public function setQueryType(?string $value): void { + $this->getBackingStore()->set('queryType', $value); + } + +} diff --git a/src/Generated/Models/AccessReviewNotificationRecipientScope.php b/src/Generated/Models/AccessReviewNotificationRecipientScope.php new file mode 100644 index 00000000000..0b0752e959b --- /dev/null +++ b/src/Generated/Models/AccessReviewNotificationRecipientScope.php @@ -0,0 +1,121 @@ +backingStore = BackingStoreFactorySingleton::getInstance()->createBackingStore(); + $this->setAdditionalData([]); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return AccessReviewNotificationRecipientScope + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): AccessReviewNotificationRecipientScope { + $mappingValueNode = $parseNode->getChildNode("@odata.type"); + if ($mappingValueNode !== null) { + $mappingValue = $mappingValueNode->getStringValue(); + switch ($mappingValue) { + case '#microsoft.graph.accessReviewNotificationRecipientQueryScope': return new AccessReviewNotificationRecipientQueryScope(); + } + } + return new AccessReviewNotificationRecipientScope(); + } + + /** + * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @return array|null + */ + public function getAdditionalData(): ?array { + $val = $this->getBackingStore()->get('additionalData'); + if (is_null($val) || is_array($val)) { + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'additionalData'"); + } + + /** + * Gets the BackingStore property value. Stores model information. + * @return BackingStore + */ + public function getBackingStore(): BackingStore { + return $this->backingStore; + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return [ + '@odata.type' => fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), + ]; + } + + /** + * Gets the @odata.type property value. The OdataType property + * @return string|null + */ + public function getOdataType(): ?string { + $val = $this->getBackingStore()->get('odataType'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'odataType'"); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + $writer->writeStringValue('@odata.type', $this->getOdataType()); + $writer->writeAdditionalData($this->getAdditionalData()); + } + + /** + * Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @param array $value Value to set for the AdditionalData property. + */ + public function setAdditionalData(?array $value): void { + $this->getBackingStore()->set('additionalData', $value); + } + + /** + * Sets the BackingStore property value. Stores model information. + * @param BackingStore $value Value to set for the BackingStore property. + */ + public function setBackingStore(BackingStore $value): void { + $this->backingStore = $value; + } + + /** + * Sets the @odata.type property value. The OdataType property + * @param string|null $value Value to set for the @odata.type property. + */ + public function setOdataType(?string $value): void { + $this->getBackingStore()->set('odataType', $value); + } + +} diff --git a/src/Generated/Models/AccessReviewScheduleDefinition.php b/src/Generated/Models/AccessReviewScheduleDefinition.php index 220176f0833..bf4902a0441 100644 --- a/src/Generated/Models/AccessReviewScheduleDefinition.php +++ b/src/Generated/Models/AccessReviewScheduleDefinition.php @@ -2,9 +2,11 @@ namespace Microsoft\Graph\Beta\Generated\Models; +use DateTime; use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; +use Microsoft\Kiota\Abstractions\Types\TypeUtils; class AccessReviewScheduleDefinition extends Entity implements Parsable { @@ -24,6 +26,108 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Acces return new AccessReviewScheduleDefinition(); } + /** + * Gets the additionalNotificationRecipients property value. Defines the list of additional users or group members to be notified of the access review progress. + * @return array|null + */ + public function getAdditionalNotificationRecipients(): ?array { + $val = $this->getBackingStore()->get('additionalNotificationRecipients'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, AccessReviewNotificationRecipientItem::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'additionalNotificationRecipients'"); + } + + /** + * Gets the backupReviewers property value. This collection of reviewer scopes is used to define the list of fallback reviewers. These fallback reviewers are notified to take action if no users are found from the list of reviewers specified. This could occur when either the group owner is specified as the reviewer but the group owner doesn't exist, or manager is specified as reviewer but a user's manager doesn't exist. Supports $select. Note: This property has been replaced by fallbackReviewers. However, specifying either backupReviewers or fallbackReviewers automatically populates the same values to the other property. + * @return array|null + */ + public function getBackupReviewers(): ?array { + $val = $this->getBackingStore()->get('backupReviewers'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, AccessReviewReviewerScope::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'backupReviewers'"); + } + + /** + * Gets the createdBy property value. User who created this review. Read-only. + * @return UserIdentity|null + */ + public function getCreatedBy(): ?UserIdentity { + $val = $this->getBackingStore()->get('createdBy'); + if (is_null($val) || $val instanceof UserIdentity) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'createdBy'"); + } + + /** + * Gets the createdDateTime property value. Timestamp when the access review series was created. Supports $select. Read-only. + * @return DateTime|null + */ + public function getCreatedDateTime(): ?DateTime { + $val = $this->getBackingStore()->get('createdDateTime'); + if (is_null($val) || $val instanceof DateTime) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'createdDateTime'"); + } + + /** + * Gets the descriptionForAdmins property value. Description provided by review creators to provide more context of the review to admins. Supports $select. + * @return string|null + */ + public function getDescriptionForAdmins(): ?string { + $val = $this->getBackingStore()->get('descriptionForAdmins'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'descriptionForAdmins'"); + } + + /** + * Gets the descriptionForReviewers property value. Description provided by review creators to provide more context of the review to reviewers. Reviewers see this description in the email sent to them requesting their review. Email notifications support up to 256 characters. Supports $select. + * @return string|null + */ + public function getDescriptionForReviewers(): ?string { + $val = $this->getBackingStore()->get('descriptionForReviewers'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'descriptionForReviewers'"); + } + + /** + * Gets the displayName property value. Name of the access review series. Supports $select and $orderby. Required on create. + * @return string|null + */ + public function getDisplayName(): ?string { + $val = $this->getBackingStore()->get('displayName'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'displayName'"); + } + + /** + * Gets the fallbackReviewers property value. This collection of reviewer scopes is used to define the list of fallback reviewers. These fallback reviewers will be notified to take action if no users are found from the list of reviewers specified. This could occur when either the group owner is specified as the reviewer but the group owner doesn't exist, or manager is specified as reviewer but a user's manager doesn't exist. See accessReviewReviewerScope. Replaces backupReviewers. Supports $select. NOTE: The value of this property will be ignored if fallback reviewers are assigned through the stageSettings property. + * @return array|null + */ + public function getFallbackReviewers(): ?array { + $val = $this->getBackingStore()->get('fallbackReviewers'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, AccessReviewReviewerScope::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'fallbackReviewers'"); + } + /** * The deserialization information for the current model * @return array @@ -31,15 +135,277 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Acces public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'additionalNotificationRecipients' => fn(ParseNode $n) => $o->setAdditionalNotificationRecipients($n->getCollectionOfObjectValues([AccessReviewNotificationRecipientItem::class, 'createFromDiscriminatorValue'])), + 'backupReviewers' => fn(ParseNode $n) => $o->setBackupReviewers($n->getCollectionOfObjectValues([AccessReviewReviewerScope::class, 'createFromDiscriminatorValue'])), + 'createdBy' => fn(ParseNode $n) => $o->setCreatedBy($n->getObjectValue([UserIdentity::class, 'createFromDiscriminatorValue'])), + 'createdDateTime' => fn(ParseNode $n) => $o->setCreatedDateTime($n->getDateTimeValue()), + 'descriptionForAdmins' => fn(ParseNode $n) => $o->setDescriptionForAdmins($n->getStringValue()), + 'descriptionForReviewers' => fn(ParseNode $n) => $o->setDescriptionForReviewers($n->getStringValue()), + 'displayName' => fn(ParseNode $n) => $o->setDisplayName($n->getStringValue()), + 'fallbackReviewers' => fn(ParseNode $n) => $o->setFallbackReviewers($n->getCollectionOfObjectValues([AccessReviewReviewerScope::class, 'createFromDiscriminatorValue'])), + 'instanceEnumerationScope' => fn(ParseNode $n) => $o->setInstanceEnumerationScope($n->getObjectValue([AccessReviewScope::class, 'createFromDiscriminatorValue'])), + 'instances' => fn(ParseNode $n) => $o->setInstances($n->getCollectionOfObjectValues([AccessReviewInstance::class, 'createFromDiscriminatorValue'])), + 'lastModifiedDateTime' => fn(ParseNode $n) => $o->setLastModifiedDateTime($n->getDateTimeValue()), + 'reviewers' => fn(ParseNode $n) => $o->setReviewers($n->getCollectionOfObjectValues([AccessReviewReviewerScope::class, 'createFromDiscriminatorValue'])), + 'scope' => fn(ParseNode $n) => $o->setScope($n->getObjectValue([AccessReviewScope::class, 'createFromDiscriminatorValue'])), + 'settings' => fn(ParseNode $n) => $o->setSettings($n->getObjectValue([AccessReviewScheduleSettings::class, 'createFromDiscriminatorValue'])), + 'stageSettings' => fn(ParseNode $n) => $o->setStageSettings($n->getCollectionOfObjectValues([AccessReviewStageSettings::class, 'createFromDiscriminatorValue'])), + 'status' => fn(ParseNode $n) => $o->setStatus($n->getStringValue()), ]); } + /** + * Gets the instanceEnumerationScope property value. This property is required when scoping a review to guest users' access across all Microsoft 365 groups and determines which Microsoft 365 groups are reviewed. Each group becomes a unique accessReviewInstance of the access review series. For supported scopes, see accessReviewScope. Supports $select. For examples of options for configuring instanceEnumerationScope, see Configure the scope of your access review definition using the Microsoft Graph API. + * @return AccessReviewScope|null + */ + public function getInstanceEnumerationScope(): ?AccessReviewScope { + $val = $this->getBackingStore()->get('instanceEnumerationScope'); + if (is_null($val) || $val instanceof AccessReviewScope) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'instanceEnumerationScope'"); + } + + /** + * Gets the instances property value. Set of access reviews instances for this access review series. Access reviews that don't recur will only have one instance; otherwise, there's an instance for each recurrence. + * @return array|null + */ + public function getInstances(): ?array { + $val = $this->getBackingStore()->get('instances'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, AccessReviewInstance::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'instances'"); + } + + /** + * Gets the lastModifiedDateTime property value. Timestamp when the access review series was last modified. Supports $select. Read-only. + * @return DateTime|null + */ + public function getLastModifiedDateTime(): ?DateTime { + $val = $this->getBackingStore()->get('lastModifiedDateTime'); + if (is_null($val) || $val instanceof DateTime) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'lastModifiedDateTime'"); + } + + /** + * Gets the reviewers property value. This collection of access review scopes is used to define who are the reviewers. The reviewers property is only updatable if individual users are assigned as reviewers. Required on create. Supports $select. For examples of options for assigning reviewers, see Assign reviewers to your access review definition using the Microsoft Graph API. NOTE: The value of this property will be ignored if reviewers are assigned through the stageSettings property. + * @return array|null + */ + public function getReviewers(): ?array { + $val = $this->getBackingStore()->get('reviewers'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, AccessReviewReviewerScope::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'reviewers'"); + } + + /** + * Gets the scope property value. Defines the entities whose access is reviewed. For supported scopes, see accessReviewScope. Required on create. Supports $select and $filter (contains only). For examples of options for configuring scope, see Configure the scope of your access review definition using the Microsoft Graph API. + * @return AccessReviewScope|null + */ + public function getScope(): ?AccessReviewScope { + $val = $this->getBackingStore()->get('scope'); + if (is_null($val) || $val instanceof AccessReviewScope) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'scope'"); + } + + /** + * Gets the settings property value. The settings for an access review series, see type definition below. Supports $select. Required on create. + * @return AccessReviewScheduleSettings|null + */ + public function getSettings(): ?AccessReviewScheduleSettings { + $val = $this->getBackingStore()->get('settings'); + if (is_null($val) || $val instanceof AccessReviewScheduleSettings) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'settings'"); + } + + /** + * Gets the stageSettings property value. Required only for a multi-stage access review to define the stages and their settings. You can break down each review instance into up to three sequential stages, where each stage can have a different set of reviewers, fallback reviewers, and settings. Stages are created sequentially based on the dependsOn property. Optional. When this property is defined, its settings are used instead of the corresponding settings in the accessReviewScheduleDefinition object and its settings, reviewers, and fallbackReviewers properties. + * @return array|null + */ + public function getStageSettings(): ?array { + $val = $this->getBackingStore()->get('stageSettings'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, AccessReviewStageSettings::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'stageSettings'"); + } + + /** + * Gets the status property value. This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. + * @return string|null + */ + public function getStatus(): ?string { + $val = $this->getBackingStore()->get('status'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'status'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeCollectionOfObjectValues('additionalNotificationRecipients', $this->getAdditionalNotificationRecipients()); + $writer->writeCollectionOfObjectValues('backupReviewers', $this->getBackupReviewers()); + $writer->writeObjectValue('createdBy', $this->getCreatedBy()); + $writer->writeDateTimeValue('createdDateTime', $this->getCreatedDateTime()); + $writer->writeStringValue('descriptionForAdmins', $this->getDescriptionForAdmins()); + $writer->writeStringValue('descriptionForReviewers', $this->getDescriptionForReviewers()); + $writer->writeStringValue('displayName', $this->getDisplayName()); + $writer->writeCollectionOfObjectValues('fallbackReviewers', $this->getFallbackReviewers()); + $writer->writeObjectValue('instanceEnumerationScope', $this->getInstanceEnumerationScope()); + $writer->writeCollectionOfObjectValues('instances', $this->getInstances()); + $writer->writeDateTimeValue('lastModifiedDateTime', $this->getLastModifiedDateTime()); + $writer->writeCollectionOfObjectValues('reviewers', $this->getReviewers()); + $writer->writeObjectValue('scope', $this->getScope()); + $writer->writeObjectValue('settings', $this->getSettings()); + $writer->writeCollectionOfObjectValues('stageSettings', $this->getStageSettings()); + $writer->writeStringValue('status', $this->getStatus()); + } + + /** + * Sets the additionalNotificationRecipients property value. Defines the list of additional users or group members to be notified of the access review progress. + * @param array|null $value Value to set for the additionalNotificationRecipients property. + */ + public function setAdditionalNotificationRecipients(?array $value): void { + $this->getBackingStore()->set('additionalNotificationRecipients', $value); + } + + /** + * Sets the backupReviewers property value. This collection of reviewer scopes is used to define the list of fallback reviewers. These fallback reviewers are notified to take action if no users are found from the list of reviewers specified. This could occur when either the group owner is specified as the reviewer but the group owner doesn't exist, or manager is specified as reviewer but a user's manager doesn't exist. Supports $select. Note: This property has been replaced by fallbackReviewers. However, specifying either backupReviewers or fallbackReviewers automatically populates the same values to the other property. + * @param array|null $value Value to set for the backupReviewers property. + */ + public function setBackupReviewers(?array $value): void { + $this->getBackingStore()->set('backupReviewers', $value); + } + + /** + * Sets the createdBy property value. User who created this review. Read-only. + * @param UserIdentity|null $value Value to set for the createdBy property. + */ + public function setCreatedBy(?UserIdentity $value): void { + $this->getBackingStore()->set('createdBy', $value); + } + + /** + * Sets the createdDateTime property value. Timestamp when the access review series was created. Supports $select. Read-only. + * @param DateTime|null $value Value to set for the createdDateTime property. + */ + public function setCreatedDateTime(?DateTime $value): void { + $this->getBackingStore()->set('createdDateTime', $value); + } + + /** + * Sets the descriptionForAdmins property value. Description provided by review creators to provide more context of the review to admins. Supports $select. + * @param string|null $value Value to set for the descriptionForAdmins property. + */ + public function setDescriptionForAdmins(?string $value): void { + $this->getBackingStore()->set('descriptionForAdmins', $value); + } + + /** + * Sets the descriptionForReviewers property value. Description provided by review creators to provide more context of the review to reviewers. Reviewers see this description in the email sent to them requesting their review. Email notifications support up to 256 characters. Supports $select. + * @param string|null $value Value to set for the descriptionForReviewers property. + */ + public function setDescriptionForReviewers(?string $value): void { + $this->getBackingStore()->set('descriptionForReviewers', $value); + } + + /** + * Sets the displayName property value. Name of the access review series. Supports $select and $orderby. Required on create. + * @param string|null $value Value to set for the displayName property. + */ + public function setDisplayName(?string $value): void { + $this->getBackingStore()->set('displayName', $value); + } + + /** + * Sets the fallbackReviewers property value. This collection of reviewer scopes is used to define the list of fallback reviewers. These fallback reviewers will be notified to take action if no users are found from the list of reviewers specified. This could occur when either the group owner is specified as the reviewer but the group owner doesn't exist, or manager is specified as reviewer but a user's manager doesn't exist. See accessReviewReviewerScope. Replaces backupReviewers. Supports $select. NOTE: The value of this property will be ignored if fallback reviewers are assigned through the stageSettings property. + * @param array|null $value Value to set for the fallbackReviewers property. + */ + public function setFallbackReviewers(?array $value): void { + $this->getBackingStore()->set('fallbackReviewers', $value); + } + + /** + * Sets the instanceEnumerationScope property value. This property is required when scoping a review to guest users' access across all Microsoft 365 groups and determines which Microsoft 365 groups are reviewed. Each group becomes a unique accessReviewInstance of the access review series. For supported scopes, see accessReviewScope. Supports $select. For examples of options for configuring instanceEnumerationScope, see Configure the scope of your access review definition using the Microsoft Graph API. + * @param AccessReviewScope|null $value Value to set for the instanceEnumerationScope property. + */ + public function setInstanceEnumerationScope(?AccessReviewScope $value): void { + $this->getBackingStore()->set('instanceEnumerationScope', $value); + } + + /** + * Sets the instances property value. Set of access reviews instances for this access review series. Access reviews that don't recur will only have one instance; otherwise, there's an instance for each recurrence. + * @param array|null $value Value to set for the instances property. + */ + public function setInstances(?array $value): void { + $this->getBackingStore()->set('instances', $value); + } + + /** + * Sets the lastModifiedDateTime property value. Timestamp when the access review series was last modified. Supports $select. Read-only. + * @param DateTime|null $value Value to set for the lastModifiedDateTime property. + */ + public function setLastModifiedDateTime(?DateTime $value): void { + $this->getBackingStore()->set('lastModifiedDateTime', $value); + } + + /** + * Sets the reviewers property value. This collection of access review scopes is used to define who are the reviewers. The reviewers property is only updatable if individual users are assigned as reviewers. Required on create. Supports $select. For examples of options for assigning reviewers, see Assign reviewers to your access review definition using the Microsoft Graph API. NOTE: The value of this property will be ignored if reviewers are assigned through the stageSettings property. + * @param array|null $value Value to set for the reviewers property. + */ + public function setReviewers(?array $value): void { + $this->getBackingStore()->set('reviewers', $value); + } + + /** + * Sets the scope property value. Defines the entities whose access is reviewed. For supported scopes, see accessReviewScope. Required on create. Supports $select and $filter (contains only). For examples of options for configuring scope, see Configure the scope of your access review definition using the Microsoft Graph API. + * @param AccessReviewScope|null $value Value to set for the scope property. + */ + public function setScope(?AccessReviewScope $value): void { + $this->getBackingStore()->set('scope', $value); + } + + /** + * Sets the settings property value. The settings for an access review series, see type definition below. Supports $select. Required on create. + * @param AccessReviewScheduleSettings|null $value Value to set for the settings property. + */ + public function setSettings(?AccessReviewScheduleSettings $value): void { + $this->getBackingStore()->set('settings', $value); + } + + /** + * Sets the stageSettings property value. Required only for a multi-stage access review to define the stages and their settings. You can break down each review instance into up to three sequential stages, where each stage can have a different set of reviewers, fallback reviewers, and settings. Stages are created sequentially based on the dependsOn property. Optional. When this property is defined, its settings are used instead of the corresponding settings in the accessReviewScheduleDefinition object and its settings, reviewers, and fallbackReviewers properties. + * @param array|null $value Value to set for the stageSettings property. + */ + public function setStageSettings(?array $value): void { + $this->getBackingStore()->set('stageSettings', $value); + } + + /** + * Sets the status property value. This read-only field specifies the status of an access review. The typical states include Initializing, NotStarted, Starting, InProgress, Completing, Completed, AutoReviewing, and AutoReviewed. Supports $select, $orderby, and $filter (eq only). Read-only. + * @param string|null $value Value to set for the status property. + */ + public function setStatus(?string $value): void { + $this->getBackingStore()->set('status', $value); } } diff --git a/src/Generated/Models/AccessReviewStageSettings.php b/src/Generated/Models/AccessReviewStageSettings.php new file mode 100644 index 00000000000..03e3770b242 --- /dev/null +++ b/src/Generated/Models/AccessReviewStageSettings.php @@ -0,0 +1,338 @@ +backingStore = BackingStoreFactorySingleton::getInstance()->createBackingStore(); + $this->setAdditionalData([]); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return AccessReviewStageSettings + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): AccessReviewStageSettings { + return new AccessReviewStageSettings(); + } + + /** + * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @return array|null + */ + public function getAdditionalData(): ?array { + $val = $this->getBackingStore()->get('additionalData'); + if (is_null($val) || is_array($val)) { + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'additionalData'"); + } + + /** + * Gets the BackingStore property value. Stores model information. + * @return BackingStore + */ + public function getBackingStore(): BackingStore { + return $this->backingStore; + } + + /** + * Gets the decisionsThatWillMoveToNextStage property value. Indicate which decisions will go to the next stage. Can be a subset of Approve, Deny, Recommendation, or NotReviewed. If not provided, all decisions will go to the next stage. Optional. + * @return array|null + */ + public function getDecisionsThatWillMoveToNextStage(): ?array { + $val = $this->getBackingStore()->get('decisionsThatWillMoveToNextStage'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, 'string'); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'decisionsThatWillMoveToNextStage'"); + } + + /** + * Gets the dependsOn property value. Defines the sequential or parallel order of the stages and depends on the stageId. Only sequential stages are currently supported. For example, if stageId is 2, then dependsOn must be 1. If stageId is 1, don't specify dependsOn. Required if stageId isn't 1. + * @return array|null + */ + public function getDependsOn(): ?array { + $val = $this->getBackingStore()->get('dependsOn'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, 'string'); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'dependsOn'"); + } + + /** + * Gets the durationInDays property value. The duration of the stage. Required. NOTE: The cumulative value of this property across all stages 1. Will override the instanceDurationInDays setting on the accessReviewScheduleDefinition object. 2. Can't exceed the length of one recurrence. That is, if the review recurs weekly, the cumulative durationInDays can't exceed 7. + * @return int|null + */ + public function getDurationInDays(): ?int { + $val = $this->getBackingStore()->get('durationInDays'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'durationInDays'"); + } + + /** + * Gets the fallbackReviewers property value. If provided, the fallback reviewers are asked to complete a review if the primary reviewers don't exist. For example, if managers are selected as reviewers and a principal under review doesn't have a manager in Microsoft Entra ID, the fallback reviewers are asked to review that principal. NOTE: The value of this property overrides the corresponding setting on the accessReviewScheduleDefinition object. + * @return array|null + */ + public function getFallbackReviewers(): ?array { + $val = $this->getBackingStore()->get('fallbackReviewers'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, AccessReviewReviewerScope::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'fallbackReviewers'"); + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return [ + 'decisionsThatWillMoveToNextStage' => function (ParseNode $n) { + $val = $n->getCollectionOfPrimitiveValues(); + if (is_array($val)) { + TypeUtils::validateCollectionValues($val, 'string'); + } + /** @var array|null $val */ + $this->setDecisionsThatWillMoveToNextStage($val); + }, + 'dependsOn' => function (ParseNode $n) { + $val = $n->getCollectionOfPrimitiveValues(); + if (is_array($val)) { + TypeUtils::validateCollectionValues($val, 'string'); + } + /** @var array|null $val */ + $this->setDependsOn($val); + }, + 'durationInDays' => fn(ParseNode $n) => $o->setDurationInDays($n->getIntegerValue()), + 'fallbackReviewers' => fn(ParseNode $n) => $o->setFallbackReviewers($n->getCollectionOfObjectValues([AccessReviewReviewerScope::class, 'createFromDiscriminatorValue'])), + '@odata.type' => fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), + 'recommendationInsightSettings' => fn(ParseNode $n) => $o->setRecommendationInsightSettings($n->getCollectionOfObjectValues([AccessReviewRecommendationInsightSetting::class, 'createFromDiscriminatorValue'])), + 'recommendationLookBackDuration' => fn(ParseNode $n) => $o->setRecommendationLookBackDuration($n->getDateIntervalValue()), + 'recommendationsEnabled' => fn(ParseNode $n) => $o->setRecommendationsEnabled($n->getBooleanValue()), + 'reviewers' => fn(ParseNode $n) => $o->setReviewers($n->getCollectionOfObjectValues([AccessReviewReviewerScope::class, 'createFromDiscriminatorValue'])), + 'stageId' => fn(ParseNode $n) => $o->setStageId($n->getStringValue()), + ]; + } + + /** + * Gets the @odata.type property value. The OdataType property + * @return string|null + */ + public function getOdataType(): ?string { + $val = $this->getBackingStore()->get('odataType'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'odataType'"); + } + + /** + * Gets the recommendationInsightSettings property value. The recommendationInsightSettings property + * @return array|null + */ + public function getRecommendationInsightSettings(): ?array { + $val = $this->getBackingStore()->get('recommendationInsightSettings'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, AccessReviewRecommendationInsightSetting::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'recommendationInsightSettings'"); + } + + /** + * Gets the recommendationLookBackDuration property value. Optional field. Indicates the time period of inactivity (with respect to the start date of the review instance) from which that recommendations will be configured. The recommendation is to deny if the user is inactive during the look back duration. For reviews of groups and Microsoft Entra roles, any duration is accepted. For reviews of applications, 30 days is the maximum duration. If not specified, the duration is 30 days. NOTE: The value of this property overrides the corresponding setting on the accessReviewScheduleDefinition object. + * @return DateInterval|null + */ + public function getRecommendationLookBackDuration(): ?DateInterval { + $val = $this->getBackingStore()->get('recommendationLookBackDuration'); + if (is_null($val) || $val instanceof DateInterval) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'recommendationLookBackDuration'"); + } + + /** + * Gets the recommendationsEnabled property value. Indicates whether showing recommendations to reviewers is enabled. Required. NOTE: The value of this property overrides the corresponding setting on the accessReviewScheduleDefinition object. + * @return bool|null + */ + public function getRecommendationsEnabled(): ?bool { + $val = $this->getBackingStore()->get('recommendationsEnabled'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'recommendationsEnabled'"); + } + + /** + * Gets the reviewers property value. Defines who the reviewers are. If none is specified, the review is a self-review (users review their own access). For examples of options for assigning reviewers, see Assign reviewers to your access review definition using the Microsoft Graph API. NOTE: The value of this property overrides the corresponding setting on the accessReviewScheduleDefinition. + * @return array|null + */ + public function getReviewers(): ?array { + $val = $this->getBackingStore()->get('reviewers'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, AccessReviewReviewerScope::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'reviewers'"); + } + + /** + * Gets the stageId property value. Unique identifier of the accessReviewStageSettings. The stageId is used in dependsOn property to indicate the stage relationship. Required. + * @return string|null + */ + public function getStageId(): ?string { + $val = $this->getBackingStore()->get('stageId'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'stageId'"); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + $writer->writeCollectionOfPrimitiveValues('decisionsThatWillMoveToNextStage', $this->getDecisionsThatWillMoveToNextStage()); + $writer->writeCollectionOfPrimitiveValues('dependsOn', $this->getDependsOn()); + $writer->writeIntegerValue('durationInDays', $this->getDurationInDays()); + $writer->writeCollectionOfObjectValues('fallbackReviewers', $this->getFallbackReviewers()); + $writer->writeStringValue('@odata.type', $this->getOdataType()); + $writer->writeCollectionOfObjectValues('recommendationInsightSettings', $this->getRecommendationInsightSettings()); + $writer->writeDateIntervalValue('recommendationLookBackDuration', $this->getRecommendationLookBackDuration()); + $writer->writeBooleanValue('recommendationsEnabled', $this->getRecommendationsEnabled()); + $writer->writeCollectionOfObjectValues('reviewers', $this->getReviewers()); + $writer->writeStringValue('stageId', $this->getStageId()); + $writer->writeAdditionalData($this->getAdditionalData()); + } + + /** + * Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @param array $value Value to set for the AdditionalData property. + */ + public function setAdditionalData(?array $value): void { + $this->getBackingStore()->set('additionalData', $value); + } + + /** + * Sets the BackingStore property value. Stores model information. + * @param BackingStore $value Value to set for the BackingStore property. + */ + public function setBackingStore(BackingStore $value): void { + $this->backingStore = $value; + } + + /** + * Sets the decisionsThatWillMoveToNextStage property value. Indicate which decisions will go to the next stage. Can be a subset of Approve, Deny, Recommendation, or NotReviewed. If not provided, all decisions will go to the next stage. Optional. + * @param array|null $value Value to set for the decisionsThatWillMoveToNextStage property. + */ + public function setDecisionsThatWillMoveToNextStage(?array $value): void { + $this->getBackingStore()->set('decisionsThatWillMoveToNextStage', $value); + } + + /** + * Sets the dependsOn property value. Defines the sequential or parallel order of the stages and depends on the stageId. Only sequential stages are currently supported. For example, if stageId is 2, then dependsOn must be 1. If stageId is 1, don't specify dependsOn. Required if stageId isn't 1. + * @param array|null $value Value to set for the dependsOn property. + */ + public function setDependsOn(?array $value): void { + $this->getBackingStore()->set('dependsOn', $value); + } + + /** + * Sets the durationInDays property value. The duration of the stage. Required. NOTE: The cumulative value of this property across all stages 1. Will override the instanceDurationInDays setting on the accessReviewScheduleDefinition object. 2. Can't exceed the length of one recurrence. That is, if the review recurs weekly, the cumulative durationInDays can't exceed 7. + * @param int|null $value Value to set for the durationInDays property. + */ + public function setDurationInDays(?int $value): void { + $this->getBackingStore()->set('durationInDays', $value); + } + + /** + * Sets the fallbackReviewers property value. If provided, the fallback reviewers are asked to complete a review if the primary reviewers don't exist. For example, if managers are selected as reviewers and a principal under review doesn't have a manager in Microsoft Entra ID, the fallback reviewers are asked to review that principal. NOTE: The value of this property overrides the corresponding setting on the accessReviewScheduleDefinition object. + * @param array|null $value Value to set for the fallbackReviewers property. + */ + public function setFallbackReviewers(?array $value): void { + $this->getBackingStore()->set('fallbackReviewers', $value); + } + + /** + * Sets the @odata.type property value. The OdataType property + * @param string|null $value Value to set for the @odata.type property. + */ + public function setOdataType(?string $value): void { + $this->getBackingStore()->set('odataType', $value); + } + + /** + * Sets the recommendationInsightSettings property value. The recommendationInsightSettings property + * @param array|null $value Value to set for the recommendationInsightSettings property. + */ + public function setRecommendationInsightSettings(?array $value): void { + $this->getBackingStore()->set('recommendationInsightSettings', $value); + } + + /** + * Sets the recommendationLookBackDuration property value. Optional field. Indicates the time period of inactivity (with respect to the start date of the review instance) from which that recommendations will be configured. The recommendation is to deny if the user is inactive during the look back duration. For reviews of groups and Microsoft Entra roles, any duration is accepted. For reviews of applications, 30 days is the maximum duration. If not specified, the duration is 30 days. NOTE: The value of this property overrides the corresponding setting on the accessReviewScheduleDefinition object. + * @param DateInterval|null $value Value to set for the recommendationLookBackDuration property. + */ + public function setRecommendationLookBackDuration(?DateInterval $value): void { + $this->getBackingStore()->set('recommendationLookBackDuration', $value); + } + + /** + * Sets the recommendationsEnabled property value. Indicates whether showing recommendations to reviewers is enabled. Required. NOTE: The value of this property overrides the corresponding setting on the accessReviewScheduleDefinition object. + * @param bool|null $value Value to set for the recommendationsEnabled property. + */ + public function setRecommendationsEnabled(?bool $value): void { + $this->getBackingStore()->set('recommendationsEnabled', $value); + } + + /** + * Sets the reviewers property value. Defines who the reviewers are. If none is specified, the review is a self-review (users review their own access). For examples of options for assigning reviewers, see Assign reviewers to your access review definition using the Microsoft Graph API. NOTE: The value of this property overrides the corresponding setting on the accessReviewScheduleDefinition. + * @param array|null $value Value to set for the reviewers property. + */ + public function setReviewers(?array $value): void { + $this->getBackingStore()->set('reviewers', $value); + } + + /** + * Sets the stageId property value. Unique identifier of the accessReviewStageSettings. The stageId is used in dependsOn property to indicate the stage relationship. Required. + * @param string|null $value Value to set for the stageId property. + */ + public function setStageId(?string $value): void { + $this->getBackingStore()->set('stageId', $value); + } + +} diff --git a/src/Generated/Models/ActivitiesContainer.php b/src/Generated/Models/ActivitiesContainer.php index f88a9973e84..cd5cf4ad938 100644 --- a/src/Generated/Models/ActivitiesContainer.php +++ b/src/Generated/Models/ActivitiesContainer.php @@ -5,6 +5,7 @@ use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; +use Microsoft\Kiota\Abstractions\Types\TypeUtils; class ActivitiesContainer extends Entity implements Parsable { @@ -24,6 +25,20 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Activ return new ActivitiesContainer(); } + /** + * Gets the contentActivities property value. Collection of activity logs related to content processing. + * @return array|null + */ + public function getContentActivities(): ?array { + $val = $this->getBackingStore()->get('contentActivities'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, ContentActivity::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'contentActivities'"); + } + /** * The deserialization information for the current model * @return array @@ -31,6 +46,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Activ public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'contentActivities' => fn(ParseNode $n) => $o->setContentActivities($n->getCollectionOfObjectValues([ContentActivity::class, 'createFromDiscriminatorValue'])), ]); } @@ -40,6 +56,15 @@ public function getFieldDeserializers(): array { */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeCollectionOfObjectValues('contentActivities', $this->getContentActivities()); + } + + /** + * Sets the contentActivities property value. Collection of activity logs related to content processing. + * @param array|null $value Value to set for the contentActivities property. + */ + public function setContentActivities(?array $value): void { + $this->getBackingStore()->set('contentActivities', $value); } } diff --git a/src/Generated/Models/AdminWindowsUpdates.php b/src/Generated/Models/AdminWindowsUpdates.php index 1b5f1fbba61..6a6e90baba8 100644 --- a/src/Generated/Models/AdminWindowsUpdates.php +++ b/src/Generated/Models/AdminWindowsUpdates.php @@ -2,9 +2,17 @@ namespace Microsoft\Graph\Beta\Generated\Models; +use Microsoft\Graph\Beta\Generated\Models\WindowsUpdates\Catalog; +use Microsoft\Graph\Beta\Generated\Models\WindowsUpdates\Deployment; +use Microsoft\Graph\Beta\Generated\Models\WindowsUpdates\DeploymentAudience; +use Microsoft\Graph\Beta\Generated\Models\WindowsUpdates\Product; +use Microsoft\Graph\Beta\Generated\Models\WindowsUpdates\ResourceConnection; +use Microsoft\Graph\Beta\Generated\Models\WindowsUpdates\UpdatableAsset; +use Microsoft\Graph\Beta\Generated\Models\WindowsUpdates\UpdatePolicy; use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; +use Microsoft\Kiota\Abstractions\Types\TypeUtils; class AdminWindowsUpdates extends Entity implements Parsable { @@ -24,6 +32,46 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Admin return new AdminWindowsUpdates(); } + /** + * Gets the catalog property value. Catalog of content that can be approved for deployment by Windows Autopatch. Read-only. + * @return Catalog|null + */ + public function getCatalog(): ?Catalog { + $val = $this->getBackingStore()->get('catalog'); + if (is_null($val) || $val instanceof Catalog) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'catalog'"); + } + + /** + * Gets the deploymentAudiences property value. The set of updatableAsset resources to which a deployment can apply. + * @return array|null + */ + public function getDeploymentAudiences(): ?array { + $val = $this->getBackingStore()->get('deploymentAudiences'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, DeploymentAudience::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'deploymentAudiences'"); + } + + /** + * Gets the deployments property value. Deployments created using Windows Autopatch. + * @return array|null + */ + public function getDeployments(): ?array { + $val = $this->getBackingStore()->get('deployments'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, Deployment::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'deployments'"); + } + /** * The deserialization information for the current model * @return array @@ -31,15 +79,141 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Admin public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'catalog' => fn(ParseNode $n) => $o->setCatalog($n->getObjectValue([Catalog::class, 'createFromDiscriminatorValue'])), + 'deploymentAudiences' => fn(ParseNode $n) => $o->setDeploymentAudiences($n->getCollectionOfObjectValues([DeploymentAudience::class, 'createFromDiscriminatorValue'])), + 'deployments' => fn(ParseNode $n) => $o->setDeployments($n->getCollectionOfObjectValues([Deployment::class, 'createFromDiscriminatorValue'])), + 'products' => fn(ParseNode $n) => $o->setProducts($n->getCollectionOfObjectValues([Product::class, 'createFromDiscriminatorValue'])), + 'resourceConnections' => fn(ParseNode $n) => $o->setResourceConnections($n->getCollectionOfObjectValues([ResourceConnection::class, 'createFromDiscriminatorValue'])), + 'updatableAssets' => fn(ParseNode $n) => $o->setUpdatableAssets($n->getCollectionOfObjectValues([UpdatableAsset::class, 'createFromDiscriminatorValue'])), + 'updatePolicies' => fn(ParseNode $n) => $o->setUpdatePolicies($n->getCollectionOfObjectValues([UpdatePolicy::class, 'createFromDiscriminatorValue'])), ]); } + /** + * Gets the products property value. A collection of Windows products. + * @return array|null + */ + public function getProducts(): ?array { + $val = $this->getBackingStore()->get('products'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, Product::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'products'"); + } + + /** + * Gets the resourceConnections property value. Service connections to external resources such as analytics workspaces. + * @return array|null + */ + public function getResourceConnections(): ?array { + $val = $this->getBackingStore()->get('resourceConnections'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, ResourceConnection::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'resourceConnections'"); + } + + /** + * Gets the updatableAssets property value. Assets registered with Windows Autopatch that can receive updates. + * @return array|null + */ + public function getUpdatableAssets(): ?array { + $val = $this->getBackingStore()->get('updatableAssets'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, UpdatableAsset::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'updatableAssets'"); + } + + /** + * Gets the updatePolicies property value. A collection of policies for approving the deployment of different content to an audience over time. + * @return array|null + */ + public function getUpdatePolicies(): ?array { + $val = $this->getBackingStore()->get('updatePolicies'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, UpdatePolicy::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'updatePolicies'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeObjectValue('catalog', $this->getCatalog()); + $writer->writeCollectionOfObjectValues('deploymentAudiences', $this->getDeploymentAudiences()); + $writer->writeCollectionOfObjectValues('deployments', $this->getDeployments()); + $writer->writeCollectionOfObjectValues('products', $this->getProducts()); + $writer->writeCollectionOfObjectValues('resourceConnections', $this->getResourceConnections()); + $writer->writeCollectionOfObjectValues('updatableAssets', $this->getUpdatableAssets()); + $writer->writeCollectionOfObjectValues('updatePolicies', $this->getUpdatePolicies()); + } + + /** + * Sets the catalog property value. Catalog of content that can be approved for deployment by Windows Autopatch. Read-only. + * @param Catalog|null $value Value to set for the catalog property. + */ + public function setCatalog(?Catalog $value): void { + $this->getBackingStore()->set('catalog', $value); + } + + /** + * Sets the deploymentAudiences property value. The set of updatableAsset resources to which a deployment can apply. + * @param array|null $value Value to set for the deploymentAudiences property. + */ + public function setDeploymentAudiences(?array $value): void { + $this->getBackingStore()->set('deploymentAudiences', $value); + } + + /** + * Sets the deployments property value. Deployments created using Windows Autopatch. + * @param array|null $value Value to set for the deployments property. + */ + public function setDeployments(?array $value): void { + $this->getBackingStore()->set('deployments', $value); + } + + /** + * Sets the products property value. A collection of Windows products. + * @param array|null $value Value to set for the products property. + */ + public function setProducts(?array $value): void { + $this->getBackingStore()->set('products', $value); + } + + /** + * Sets the resourceConnections property value. Service connections to external resources such as analytics workspaces. + * @param array|null $value Value to set for the resourceConnections property. + */ + public function setResourceConnections(?array $value): void { + $this->getBackingStore()->set('resourceConnections', $value); + } + + /** + * Sets the updatableAssets property value. Assets registered with Windows Autopatch that can receive updates. + * @param array|null $value Value to set for the updatableAssets property. + */ + public function setUpdatableAssets(?array $value): void { + $this->getBackingStore()->set('updatableAssets', $value); + } + + /** + * Sets the updatePolicies property value. A collection of policies for approving the deployment of different content to an audience over time. + * @param array|null $value Value to set for the updatePolicies property. + */ + public function setUpdatePolicies(?array $value): void { + $this->getBackingStore()->set('updatePolicies', $value); } } diff --git a/src/Generated/Models/AgreementFileData.php b/src/Generated/Models/AgreementFileData.php new file mode 100644 index 00000000000..18e4d328a1c --- /dev/null +++ b/src/Generated/Models/AgreementFileData.php @@ -0,0 +1,137 @@ +backingStore = BackingStoreFactorySingleton::getInstance()->createBackingStore(); + $this->setAdditionalData([]); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return AgreementFileData + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): AgreementFileData { + return new AgreementFileData(); + } + + /** + * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @return array|null + */ + public function getAdditionalData(): ?array { + $val = $this->getBackingStore()->get('additionalData'); + if (is_null($val) || is_array($val)) { + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'additionalData'"); + } + + /** + * Gets the BackingStore property value. Stores model information. + * @return BackingStore + */ + public function getBackingStore(): BackingStore { + return $this->backingStore; + } + + /** + * Gets the data property value. Data that represents the terms of use PDF document. Read-only. Note: You can use the .NET Convert.ToBase64String method to convert your file to binary data for uploading using the Create agreements API. A sample syntax using this method in PowerShell is [convert]::ToBase64String((Get-Content -path 'yourfilepath' -Encoding byte)). + * @return StreamInterface|null + */ + public function getData(): ?StreamInterface { + $val = $this->getBackingStore()->get('data'); + if (is_null($val) || $val instanceof StreamInterface) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'data'"); + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return [ + 'data' => fn(ParseNode $n) => $o->setData($n->getBinaryContent()), + '@odata.type' => fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), + ]; + } + + /** + * Gets the @odata.type property value. The OdataType property + * @return string|null + */ + public function getOdataType(): ?string { + $val = $this->getBackingStore()->get('odataType'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'odataType'"); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + $writer->writeBinaryContent('data', $this->getData()); + $writer->writeStringValue('@odata.type', $this->getOdataType()); + $writer->writeAdditionalData($this->getAdditionalData()); + } + + /** + * Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @param array $value Value to set for the AdditionalData property. + */ + public function setAdditionalData(?array $value): void { + $this->getBackingStore()->set('additionalData', $value); + } + + /** + * Sets the BackingStore property value. Stores model information. + * @param BackingStore $value Value to set for the BackingStore property. + */ + public function setBackingStore(BackingStore $value): void { + $this->backingStore = $value; + } + + /** + * Sets the data property value. Data that represents the terms of use PDF document. Read-only. Note: You can use the .NET Convert.ToBase64String method to convert your file to binary data for uploading using the Create agreements API. A sample syntax using this method in PowerShell is [convert]::ToBase64String((Get-Content -path 'yourfilepath' -Encoding byte)). + * @param StreamInterface|null $value Value to set for the data property. + */ + public function setData(?StreamInterface $value): void { + $this->getBackingStore()->set('data', $value); + } + + /** + * Sets the @odata.type property value. The OdataType property + * @param string|null $value Value to set for the @odata.type property. + */ + public function setOdataType(?string $value): void { + $this->getBackingStore()->set('odataType', $value); + } + +} diff --git a/src/Generated/Models/AgreementFileProperties.php b/src/Generated/Models/AgreementFileProperties.php index aab0543b5d7..bad566d1b7b 100644 --- a/src/Generated/Models/AgreementFileProperties.php +++ b/src/Generated/Models/AgreementFileProperties.php @@ -2,6 +2,7 @@ namespace Microsoft\Graph\Beta\Generated\Models; +use DateTime; use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; @@ -33,6 +34,30 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Agree return new AgreementFileProperties(); } + /** + * Gets the createdDateTime property value. The date time representing when the file was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. + * @return DateTime|null + */ + public function getCreatedDateTime(): ?DateTime { + $val = $this->getBackingStore()->get('createdDateTime'); + if (is_null($val) || $val instanceof DateTime) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'createdDateTime'"); + } + + /** + * Gets the displayName property value. Localized display name of the policy file of an agreement. The localized display name is shown to end users who view the agreement. + * @return string|null + */ + public function getDisplayName(): ?string { + $val = $this->getBackingStore()->get('displayName'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'displayName'"); + } + /** * The deserialization information for the current model * @return array @@ -40,15 +65,145 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Agree public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'createdDateTime' => fn(ParseNode $n) => $o->setCreatedDateTime($n->getDateTimeValue()), + 'displayName' => fn(ParseNode $n) => $o->setDisplayName($n->getStringValue()), + 'fileData' => fn(ParseNode $n) => $o->setFileData($n->getObjectValue([AgreementFileData::class, 'createFromDiscriminatorValue'])), + 'fileName' => fn(ParseNode $n) => $o->setFileName($n->getStringValue()), + 'isDefault' => fn(ParseNode $n) => $o->setIsDefault($n->getBooleanValue()), + 'isMajorVersion' => fn(ParseNode $n) => $o->setIsMajorVersion($n->getBooleanValue()), + 'language' => fn(ParseNode $n) => $o->setLanguage($n->getStringValue()), ]); } + /** + * Gets the fileData property value. Data that represents the terms of use PDF document. Read-only. + * @return AgreementFileData|null + */ + public function getFileData(): ?AgreementFileData { + $val = $this->getBackingStore()->get('fileData'); + if (is_null($val) || $val instanceof AgreementFileData) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'fileData'"); + } + + /** + * Gets the fileName property value. Name of the agreement file (for example, TOU.pdf). Read-only. + * @return string|null + */ + public function getFileName(): ?string { + $val = $this->getBackingStore()->get('fileName'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'fileName'"); + } + + /** + * Gets the isDefault property value. If none of the languages matches the client preference, indicates whether this is the default agreement file. If none of the files are marked as default, the first one is treated as the default. Read-only. + * @return bool|null + */ + public function getIsDefault(): ?bool { + $val = $this->getBackingStore()->get('isDefault'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'isDefault'"); + } + + /** + * Gets the isMajorVersion property value. Indicates whether the agreement file is a major version update. Major version updates invalidate the agreement's acceptances on the corresponding language. + * @return bool|null + */ + public function getIsMajorVersion(): ?bool { + $val = $this->getBackingStore()->get('isMajorVersion'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'isMajorVersion'"); + } + + /** + * Gets the language property value. The language of the agreement file in the format 'languagecode2-country/regioncode2'. 'languagecode2' is a lowercase two-letter code derived from ISO 639-1, while 'country/regioncode2' is derived from ISO 3166 and usually consists of two uppercase letters, or a BCP-47 language tag. For example, U.S. English is en-US. Read-only. + * @return string|null + */ + public function getLanguage(): ?string { + $val = $this->getBackingStore()->get('language'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'language'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeDateTimeValue('createdDateTime', $this->getCreatedDateTime()); + $writer->writeStringValue('displayName', $this->getDisplayName()); + $writer->writeObjectValue('fileData', $this->getFileData()); + $writer->writeStringValue('fileName', $this->getFileName()); + $writer->writeBooleanValue('isDefault', $this->getIsDefault()); + $writer->writeBooleanValue('isMajorVersion', $this->getIsMajorVersion()); + $writer->writeStringValue('language', $this->getLanguage()); + } + + /** + * Sets the createdDateTime property value. The date time representing when the file was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. + * @param DateTime|null $value Value to set for the createdDateTime property. + */ + public function setCreatedDateTime(?DateTime $value): void { + $this->getBackingStore()->set('createdDateTime', $value); + } + + /** + * Sets the displayName property value. Localized display name of the policy file of an agreement. The localized display name is shown to end users who view the agreement. + * @param string|null $value Value to set for the displayName property. + */ + public function setDisplayName(?string $value): void { + $this->getBackingStore()->set('displayName', $value); + } + + /** + * Sets the fileData property value. Data that represents the terms of use PDF document. Read-only. + * @param AgreementFileData|null $value Value to set for the fileData property. + */ + public function setFileData(?AgreementFileData $value): void { + $this->getBackingStore()->set('fileData', $value); + } + + /** + * Sets the fileName property value. Name of the agreement file (for example, TOU.pdf). Read-only. + * @param string|null $value Value to set for the fileName property. + */ + public function setFileName(?string $value): void { + $this->getBackingStore()->set('fileName', $value); + } + + /** + * Sets the isDefault property value. If none of the languages matches the client preference, indicates whether this is the default agreement file. If none of the files are marked as default, the first one is treated as the default. Read-only. + * @param bool|null $value Value to set for the isDefault property. + */ + public function setIsDefault(?bool $value): void { + $this->getBackingStore()->set('isDefault', $value); + } + + /** + * Sets the isMajorVersion property value. Indicates whether the agreement file is a major version update. Major version updates invalidate the agreement's acceptances on the corresponding language. + * @param bool|null $value Value to set for the isMajorVersion property. + */ + public function setIsMajorVersion(?bool $value): void { + $this->getBackingStore()->set('isMajorVersion', $value); + } + + /** + * Sets the language property value. The language of the agreement file in the format 'languagecode2-country/regioncode2'. 'languagecode2' is a lowercase two-letter code derived from ISO 639-1, while 'country/regioncode2' is derived from ISO 3166 and usually consists of two uppercase letters, or a BCP-47 language tag. For example, U.S. English is en-US. Read-only. + * @param string|null $value Value to set for the language property. + */ + public function setLanguage(?string $value): void { + $this->getBackingStore()->set('language', $value); } } diff --git a/src/Generated/Models/AiInteractionMentionedIdentitySet.php b/src/Generated/Models/AiInteractionMentionedIdentitySet.php index 595494eceb7..e0e3caf570f 100644 --- a/src/Generated/Models/AiInteractionMentionedIdentitySet.php +++ b/src/Generated/Models/AiInteractionMentionedIdentitySet.php @@ -26,7 +26,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AiInt } /** - * Gets the conversation property value. The conversation property + * Gets the conversation property value. The conversation details. * @return TeamworkConversationIdentity|null */ public function getConversation(): ?TeamworkConversationIdentity { @@ -72,7 +72,7 @@ public function serialize(SerializationWriter $writer): void { } /** - * Sets the conversation property value. The conversation property + * Sets the conversation property value. The conversation details. * @param TeamworkConversationIdentity|null $value Value to set for the conversation property. */ public function setConversation(?TeamworkConversationIdentity $value): void { diff --git a/src/Generated/Models/Album.php b/src/Generated/Models/Album.php new file mode 100644 index 00000000000..38f009a430b --- /dev/null +++ b/src/Generated/Models/Album.php @@ -0,0 +1,136 @@ +backingStore = BackingStoreFactorySingleton::getInstance()->createBackingStore(); + $this->setAdditionalData([]); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return Album + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): Album { + return new Album(); + } + + /** + * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @return array|null + */ + public function getAdditionalData(): ?array { + $val = $this->getBackingStore()->get('additionalData'); + if (is_null($val) || is_array($val)) { + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'additionalData'"); + } + + /** + * Gets the BackingStore property value. Stores model information. + * @return BackingStore + */ + public function getBackingStore(): BackingStore { + return $this->backingStore; + } + + /** + * Gets the coverImageItemId property value. Unique identifier of the driveItem that is the cover of the album. + * @return string|null + */ + public function getCoverImageItemId(): ?string { + $val = $this->getBackingStore()->get('coverImageItemId'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'coverImageItemId'"); + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return [ + 'coverImageItemId' => fn(ParseNode $n) => $o->setCoverImageItemId($n->getStringValue()), + '@odata.type' => fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), + ]; + } + + /** + * Gets the @odata.type property value. The OdataType property + * @return string|null + */ + public function getOdataType(): ?string { + $val = $this->getBackingStore()->get('odataType'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'odataType'"); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + $writer->writeStringValue('coverImageItemId', $this->getCoverImageItemId()); + $writer->writeStringValue('@odata.type', $this->getOdataType()); + $writer->writeAdditionalData($this->getAdditionalData()); + } + + /** + * Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @param array $value Value to set for the AdditionalData property. + */ + public function setAdditionalData(?array $value): void { + $this->getBackingStore()->set('additionalData', $value); + } + + /** + * Sets the BackingStore property value. Stores model information. + * @param BackingStore $value Value to set for the BackingStore property. + */ + public function setBackingStore(BackingStore $value): void { + $this->backingStore = $value; + } + + /** + * Sets the coverImageItemId property value. Unique identifier of the driveItem that is the cover of the album. + * @param string|null $value Value to set for the coverImageItemId property. + */ + public function setCoverImageItemId(?string $value): void { + $this->getBackingStore()->set('coverImageItemId', $value); + } + + /** + * Sets the @odata.type property value. The OdataType property + * @param string|null $value Value to set for the @odata.type property. + */ + public function setOdataType(?string $value): void { + $this->getBackingStore()->set('odataType', $value); + } + +} diff --git a/src/Generated/Models/AllowedRolePrincipalTypes.php b/src/Generated/Models/AllowedRolePrincipalTypes.php new file mode 100644 index 00000000000..8dca84c6282 --- /dev/null +++ b/src/Generated/Models/AllowedRolePrincipalTypes.php @@ -0,0 +1,12 @@ +setOdataType('#microsoft.graph.androidDeviceOwnerTrustedRootCertificate'); } /** @@ -27,6 +29,18 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Andro return new AndroidDeviceOwnerTrustedRootCertificate(); } + /** + * Gets the certFileName property value. File name to display in UI. + * @return string|null + */ + public function getCertFileName(): ?string { + $val = $this->getBackingStore()->get('certFileName'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'certFileName'"); + } + /** * The deserialization information for the current model * @return array @@ -34,15 +48,47 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Andro public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'certFileName' => fn(ParseNode $n) => $o->setCertFileName($n->getStringValue()), + 'trustedRootCertificate' => fn(ParseNode $n) => $o->setTrustedRootCertificate($n->getBinaryContent()), ]); } + /** + * Gets the trustedRootCertificate property value. Trusted Root Certificate + * @return StreamInterface|null + */ + public function getTrustedRootCertificate(): ?StreamInterface { + $val = $this->getBackingStore()->get('trustedRootCertificate'); + if (is_null($val) || $val instanceof StreamInterface) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'trustedRootCertificate'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeStringValue('certFileName', $this->getCertFileName()); + $writer->writeBinaryContent('trustedRootCertificate', $this->getTrustedRootCertificate()); + } + + /** + * Sets the certFileName property value. File name to display in UI. + * @param string|null $value Value to set for the certFileName property. + */ + public function setCertFileName(?string $value): void { + $this->getBackingStore()->set('certFileName', $value); + } + + /** + * Sets the trustedRootCertificate property value. Trusted Root Certificate + * @param StreamInterface|null $value Value to set for the trustedRootCertificate property. + */ + public function setTrustedRootCertificate(?StreamInterface $value): void { + $this->getBackingStore()->set('trustedRootCertificate', $value); } } diff --git a/src/Generated/Models/AndroidForWorkTrustedRootCertificate.php b/src/Generated/Models/AndroidForWorkTrustedRootCertificate.php index a512da8f496..50cb77a89d1 100644 --- a/src/Generated/Models/AndroidForWorkTrustedRootCertificate.php +++ b/src/Generated/Models/AndroidForWorkTrustedRootCertificate.php @@ -5,6 +5,7 @@ use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; +use Psr\Http\Message\StreamInterface; /** * Android For Work Trusted Root Certificate configuration profile @@ -16,6 +17,7 @@ class AndroidForWorkTrustedRootCertificate extends DeviceConfiguration implement */ public function __construct() { parent::__construct(); + $this->setOdataType('#microsoft.graph.androidForWorkTrustedRootCertificate'); } /** @@ -27,6 +29,18 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Andro return new AndroidForWorkTrustedRootCertificate(); } + /** + * Gets the certFileName property value. File name to display in UI. + * @return string|null + */ + public function getCertFileName(): ?string { + $val = $this->getBackingStore()->get('certFileName'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'certFileName'"); + } + /** * The deserialization information for the current model * @return array @@ -34,15 +48,47 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Andro public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'certFileName' => fn(ParseNode $n) => $o->setCertFileName($n->getStringValue()), + 'trustedRootCertificate' => fn(ParseNode $n) => $o->setTrustedRootCertificate($n->getBinaryContent()), ]); } + /** + * Gets the trustedRootCertificate property value. Trusted Root Certificate + * @return StreamInterface|null + */ + public function getTrustedRootCertificate(): ?StreamInterface { + $val = $this->getBackingStore()->get('trustedRootCertificate'); + if (is_null($val) || $val instanceof StreamInterface) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'trustedRootCertificate'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeStringValue('certFileName', $this->getCertFileName()); + $writer->writeBinaryContent('trustedRootCertificate', $this->getTrustedRootCertificate()); + } + + /** + * Sets the certFileName property value. File name to display in UI. + * @param string|null $value Value to set for the certFileName property. + */ + public function setCertFileName(?string $value): void { + $this->getBackingStore()->set('certFileName', $value); + } + + /** + * Sets the trustedRootCertificate property value. Trusted Root Certificate + * @param StreamInterface|null $value Value to set for the trustedRootCertificate property. + */ + public function setTrustedRootCertificate(?StreamInterface $value): void { + $this->getBackingStore()->set('trustedRootCertificate', $value); } } diff --git a/src/Generated/Models/AndroidTrustedRootCertificate.php b/src/Generated/Models/AndroidTrustedRootCertificate.php index ceca4652f3c..9a2bf60774b 100644 --- a/src/Generated/Models/AndroidTrustedRootCertificate.php +++ b/src/Generated/Models/AndroidTrustedRootCertificate.php @@ -5,6 +5,7 @@ use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; +use Psr\Http\Message\StreamInterface; /** * Android Trusted Root Certificate configuration profile @@ -16,6 +17,7 @@ class AndroidTrustedRootCertificate extends DeviceConfiguration implements Parsa */ public function __construct() { parent::__construct(); + $this->setOdataType('#microsoft.graph.androidTrustedRootCertificate'); } /** @@ -27,6 +29,18 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Andro return new AndroidTrustedRootCertificate(); } + /** + * Gets the certFileName property value. File name to display in UI. + * @return string|null + */ + public function getCertFileName(): ?string { + $val = $this->getBackingStore()->get('certFileName'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'certFileName'"); + } + /** * The deserialization information for the current model * @return array @@ -34,15 +48,47 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Andro public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'certFileName' => fn(ParseNode $n) => $o->setCertFileName($n->getStringValue()), + 'trustedRootCertificate' => fn(ParseNode $n) => $o->setTrustedRootCertificate($n->getBinaryContent()), ]); } + /** + * Gets the trustedRootCertificate property value. Trusted Root Certificate + * @return StreamInterface|null + */ + public function getTrustedRootCertificate(): ?StreamInterface { + $val = $this->getBackingStore()->get('trustedRootCertificate'); + if (is_null($val) || $val instanceof StreamInterface) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'trustedRootCertificate'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeStringValue('certFileName', $this->getCertFileName()); + $writer->writeBinaryContent('trustedRootCertificate', $this->getTrustedRootCertificate()); + } + + /** + * Sets the certFileName property value. File name to display in UI. + * @param string|null $value Value to set for the certFileName property. + */ + public function setCertFileName(?string $value): void { + $this->getBackingStore()->set('certFileName', $value); + } + + /** + * Sets the trustedRootCertificate property value. Trusted Root Certificate + * @param StreamInterface|null $value Value to set for the trustedRootCertificate property. + */ + public function setTrustedRootCertificate(?StreamInterface $value): void { + $this->getBackingStore()->set('trustedRootCertificate', $value); } } diff --git a/src/Generated/Models/AndroidWorkProfileTrustedRootCertificate.php b/src/Generated/Models/AndroidWorkProfileTrustedRootCertificate.php index e780d89ec74..e11f79bd099 100644 --- a/src/Generated/Models/AndroidWorkProfileTrustedRootCertificate.php +++ b/src/Generated/Models/AndroidWorkProfileTrustedRootCertificate.php @@ -5,6 +5,7 @@ use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; +use Psr\Http\Message\StreamInterface; /** * Android Work Profile Trusted Root Certificate configuration profile @@ -16,6 +17,7 @@ class AndroidWorkProfileTrustedRootCertificate extends DeviceConfiguration imple */ public function __construct() { parent::__construct(); + $this->setOdataType('#microsoft.graph.androidWorkProfileTrustedRootCertificate'); } /** @@ -27,6 +29,18 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Andro return new AndroidWorkProfileTrustedRootCertificate(); } + /** + * Gets the certFileName property value. File name to display in UI. + * @return string|null + */ + public function getCertFileName(): ?string { + $val = $this->getBackingStore()->get('certFileName'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'certFileName'"); + } + /** * The deserialization information for the current model * @return array @@ -34,15 +48,47 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Andro public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'certFileName' => fn(ParseNode $n) => $o->setCertFileName($n->getStringValue()), + 'trustedRootCertificate' => fn(ParseNode $n) => $o->setTrustedRootCertificate($n->getBinaryContent()), ]); } + /** + * Gets the trustedRootCertificate property value. Trusted Root Certificate + * @return StreamInterface|null + */ + public function getTrustedRootCertificate(): ?StreamInterface { + $val = $this->getBackingStore()->get('trustedRootCertificate'); + if (is_null($val) || $val instanceof StreamInterface) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'trustedRootCertificate'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeStringValue('certFileName', $this->getCertFileName()); + $writer->writeBinaryContent('trustedRootCertificate', $this->getTrustedRootCertificate()); + } + + /** + * Sets the certFileName property value. File name to display in UI. + * @param string|null $value Value to set for the certFileName property. + */ + public function setCertFileName(?string $value): void { + $this->getBackingStore()->set('certFileName', $value); + } + + /** + * Sets the trustedRootCertificate property value. Trusted Root Certificate + * @param StreamInterface|null $value Value to set for the trustedRootCertificate property. + */ + public function setTrustedRootCertificate(?StreamInterface $value): void { + $this->getBackingStore()->set('trustedRootCertificate', $value); } } diff --git a/src/Generated/Models/AospDeviceOwnerTrustedRootCertificate.php b/src/Generated/Models/AospDeviceOwnerTrustedRootCertificate.php index 00fa0f2519d..8ac4a168e33 100644 --- a/src/Generated/Models/AospDeviceOwnerTrustedRootCertificate.php +++ b/src/Generated/Models/AospDeviceOwnerTrustedRootCertificate.php @@ -5,6 +5,7 @@ use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; +use Psr\Http\Message\StreamInterface; /** * AOSP Device Owner Trusted Root Certificate configuration profile @@ -16,6 +17,7 @@ class AospDeviceOwnerTrustedRootCertificate extends DeviceConfiguration implemen */ public function __construct() { parent::__construct(); + $this->setOdataType('#microsoft.graph.aospDeviceOwnerTrustedRootCertificate'); } /** @@ -27,6 +29,18 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AospD return new AospDeviceOwnerTrustedRootCertificate(); } + /** + * Gets the certFileName property value. File name to display in UI. + * @return string|null + */ + public function getCertFileName(): ?string { + $val = $this->getBackingStore()->get('certFileName'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'certFileName'"); + } + /** * The deserialization information for the current model * @return array @@ -34,15 +48,47 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AospD public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'certFileName' => fn(ParseNode $n) => $o->setCertFileName($n->getStringValue()), + 'trustedRootCertificate' => fn(ParseNode $n) => $o->setTrustedRootCertificate($n->getBinaryContent()), ]); } + /** + * Gets the trustedRootCertificate property value. Trusted Root Certificate + * @return StreamInterface|null + */ + public function getTrustedRootCertificate(): ?StreamInterface { + $val = $this->getBackingStore()->get('trustedRootCertificate'); + if (is_null($val) || $val instanceof StreamInterface) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'trustedRootCertificate'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeStringValue('certFileName', $this->getCertFileName()); + $writer->writeBinaryContent('trustedRootCertificate', $this->getTrustedRootCertificate()); + } + + /** + * Sets the certFileName property value. File name to display in UI. + * @param string|null $value Value to set for the certFileName property. + */ + public function setCertFileName(?string $value): void { + $this->getBackingStore()->set('certFileName', $value); + } + + /** + * Sets the trustedRootCertificate property value. Trusted Root Certificate + * @param StreamInterface|null $value Value to set for the trustedRootCertificate property. + */ + public function setTrustedRootCertificate(?StreamInterface $value): void { + $this->getBackingStore()->set('trustedRootCertificate', $value); } } diff --git a/src/Generated/Models/ApiAuthenticationConfigurationBase.php b/src/Generated/Models/ApiAuthenticationConfigurationBase.php new file mode 100644 index 00000000000..48193b9d906 --- /dev/null +++ b/src/Generated/Models/ApiAuthenticationConfigurationBase.php @@ -0,0 +1,123 @@ +backingStore = BackingStoreFactorySingleton::getInstance()->createBackingStore(); + $this->setAdditionalData([]); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return ApiAuthenticationConfigurationBase + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): ApiAuthenticationConfigurationBase { + $mappingValueNode = $parseNode->getChildNode("@odata.type"); + if ($mappingValueNode !== null) { + $mappingValue = $mappingValueNode->getStringValue(); + switch ($mappingValue) { + case '#microsoft.graph.basicAuthentication': return new BasicAuthentication(); + case '#microsoft.graph.clientCertificateAuthentication': return new ClientCertificateAuthentication(); + case '#microsoft.graph.pkcs12Certificate': return new Pkcs12Certificate(); + } + } + return new ApiAuthenticationConfigurationBase(); + } + + /** + * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @return array|null + */ + public function getAdditionalData(): ?array { + $val = $this->getBackingStore()->get('additionalData'); + if (is_null($val) || is_array($val)) { + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'additionalData'"); + } + + /** + * Gets the BackingStore property value. Stores model information. + * @return BackingStore + */ + public function getBackingStore(): BackingStore { + return $this->backingStore; + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return [ + '@odata.type' => fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), + ]; + } + + /** + * Gets the @odata.type property value. The OdataType property + * @return string|null + */ + public function getOdataType(): ?string { + $val = $this->getBackingStore()->get('odataType'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'odataType'"); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + $writer->writeStringValue('@odata.type', $this->getOdataType()); + $writer->writeAdditionalData($this->getAdditionalData()); + } + + /** + * Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @param array $value Value to set for the AdditionalData property. + */ + public function setAdditionalData(?array $value): void { + $this->getBackingStore()->set('additionalData', $value); + } + + /** + * Sets the BackingStore property value. Stores model information. + * @param BackingStore $value Value to set for the BackingStore property. + */ + public function setBackingStore(BackingStore $value): void { + $this->backingStore = $value; + } + + /** + * Sets the @odata.type property value. The OdataType property + * @param string|null $value Value to set for the @odata.type property. + */ + public function setOdataType(?string $value): void { + $this->getBackingStore()->set('odataType', $value); + } + +} diff --git a/src/Generated/Models/AppScope.php b/src/Generated/Models/AppScope.php index d422f39b9d7..e8d4c0c0065 100644 --- a/src/Generated/Models/AppScope.php +++ b/src/Generated/Models/AppScope.php @@ -31,6 +31,18 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AppSc return new AppScope(); } + /** + * Gets the displayName property value. Provides the display name of the app-specific resource represented by the app scope. Read only. + * @return string|null + */ + public function getDisplayName(): ?string { + $val = $this->getBackingStore()->get('displayName'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'displayName'"); + } + /** * The deserialization information for the current model * @return array @@ -38,15 +50,47 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AppSc public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'displayName' => fn(ParseNode $n) => $o->setDisplayName($n->getStringValue()), + 'type' => fn(ParseNode $n) => $o->setType($n->getStringValue()), ]); } + /** + * Gets the type property value. Describes the type of app-specific resource represented by the app scope. Read-only. + * @return string|null + */ + public function getType(): ?string { + $val = $this->getBackingStore()->get('type'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'type'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeStringValue('displayName', $this->getDisplayName()); + $writer->writeStringValue('type', $this->getType()); + } + + /** + * Sets the displayName property value. Provides the display name of the app-specific resource represented by the app scope. Read only. + * @param string|null $value Value to set for the displayName property. + */ + public function setDisplayName(?string $value): void { + $this->getBackingStore()->set('displayName', $value); + } + + /** + * Sets the type property value. Describes the type of app-specific resource represented by the app scope. Read-only. + * @param string|null $value Value to set for the type property. + */ + public function setType(?string $value): void { + $this->getBackingStore()->set('type', $value); } } diff --git a/src/Generated/Models/Approval.php b/src/Generated/Models/Approval.php index ec291589288..a44bf01785a 100644 --- a/src/Generated/Models/Approval.php +++ b/src/Generated/Models/Approval.php @@ -5,6 +5,7 @@ use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; +use Microsoft\Kiota\Abstractions\Types\TypeUtils; class Approval extends Entity implements Parsable { @@ -31,15 +32,39 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Appro public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'steps' => fn(ParseNode $n) => $o->setSteps($n->getCollectionOfObjectValues([ApprovalStep::class, 'createFromDiscriminatorValue'])), ]); } + /** + * Gets the steps property value. Used to represent the decision associated with a single step in the approval process configured in approvalStage. + * @return array|null + */ + public function getSteps(): ?array { + $val = $this->getBackingStore()->get('steps'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, ApprovalStep::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'steps'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeCollectionOfObjectValues('steps', $this->getSteps()); + } + + /** + * Sets the steps property value. Used to represent the decision associated with a single step in the approval process configured in approvalStage. + * @param array|null $value Value to set for the steps property. + */ + public function setSteps(?array $value): void { + $this->getBackingStore()->set('steps', $value); } } diff --git a/src/Generated/Models/ApprovalItemViewPoint.php b/src/Generated/Models/ApprovalItemViewPoint.php index eb7cba8cf82..0fc9b106fa9 100644 --- a/src/Generated/Models/ApprovalItemViewPoint.php +++ b/src/Generated/Models/ApprovalItemViewPoint.php @@ -64,14 +64,7 @@ public function getFieldDeserializers(): array { $o = $this; return [ '@odata.type' => fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), - 'roles' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setRoles($val); - }, + 'roles' => fn(ParseNode $n) => $o->setRoles($n->getCollectionOfEnumValues(ApproverRole::class)), ]; } @@ -89,13 +82,13 @@ public function getOdataType(): ?string { /** * Gets the roles property value. Collection of roles associated with the requesting user for the approval item. If the owner of the approval item is making the request, the collection of roles includes the role owner. If the requesting user was assigned as an approver, the collection includes the role approver. - * @return array|null + * @return array|null */ public function getRoles(): ?array { $val = $this->getBackingStore()->get('roles'); if (is_array($val) || is_null($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - /** @var array|null $val */ + TypeUtils::validateCollectionValues($val, ApproverRole::class); + /** @var array|null $val */ return $val; } throw new \UnexpectedValueException("Invalid type found in backing store for 'roles'"); @@ -107,7 +100,7 @@ public function getRoles(): ?array { */ public function serialize(SerializationWriter $writer): void { $writer->writeStringValue('@odata.type', $this->getOdataType()); - $writer->writeCollectionOfPrimitiveValues('roles', $this->getRoles()); + $writer->writeCollectionOfEnumValues('roles', $this->getRoles()); $writer->writeAdditionalData($this->getAdditionalData()); } @@ -137,7 +130,7 @@ public function setOdataType(?string $value): void { /** * Sets the roles property value. Collection of roles associated with the requesting user for the approval item. If the owner of the approval item is making the request, the collection of roles includes the role owner. If the requesting user was assigned as an approver, the collection includes the role approver. - * @param array|null $value Value to set for the roles property. + * @param array|null $value Value to set for the roles property. */ public function setRoles(?array $value): void { $this->getBackingStore()->set('roles', $value); diff --git a/src/Generated/Models/ApproverRole.php b/src/Generated/Models/ApproverRole.php new file mode 100644 index 00000000000..5b957fc480a --- /dev/null +++ b/src/Generated/Models/ApproverRole.php @@ -0,0 +1,11 @@ +backingStore = BackingStoreFactorySingleton::getInstance()->createBackingStore(); + $this->setAdditionalData([]); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return AppsInstallationOptionsForMac + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): AppsInstallationOptionsForMac { + return new AppsInstallationOptionsForMac(); + } + + /** + * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @return array|null + */ + public function getAdditionalData(): ?array { + $val = $this->getBackingStore()->get('additionalData'); + if (is_null($val) || is_array($val)) { + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'additionalData'"); + } + + /** + * Gets the BackingStore property value. Stores model information. + * @return BackingStore + */ + public function getBackingStore(): BackingStore { + return $this->backingStore; + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return [ + 'isMicrosoft365AppsEnabled' => fn(ParseNode $n) => $o->setIsMicrosoft365AppsEnabled($n->getBooleanValue()), + 'isSkypeForBusinessEnabled' => fn(ParseNode $n) => $o->setIsSkypeForBusinessEnabled($n->getBooleanValue()), + '@odata.type' => fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), + ]; + } + + /** + * Gets the isMicrosoft365AppsEnabled property value. Specifies whether users can install Microsoft 365 apps on their MAC devices. The default value is true. + * @return bool|null + */ + public function getIsMicrosoft365AppsEnabled(): ?bool { + $val = $this->getBackingStore()->get('isMicrosoft365AppsEnabled'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'isMicrosoft365AppsEnabled'"); + } + + /** + * Gets the isSkypeForBusinessEnabled property value. Specifies whether users can install Skype for Business on their MAC devices running OS X El Capitan 10.11 or later. The default value is true. + * @return bool|null + */ + public function getIsSkypeForBusinessEnabled(): ?bool { + $val = $this->getBackingStore()->get('isSkypeForBusinessEnabled'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'isSkypeForBusinessEnabled'"); + } + + /** + * Gets the @odata.type property value. The OdataType property + * @return string|null + */ + public function getOdataType(): ?string { + $val = $this->getBackingStore()->get('odataType'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'odataType'"); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + $writer->writeBooleanValue('isMicrosoft365AppsEnabled', $this->getIsMicrosoft365AppsEnabled()); + $writer->writeBooleanValue('isSkypeForBusinessEnabled', $this->getIsSkypeForBusinessEnabled()); + $writer->writeStringValue('@odata.type', $this->getOdataType()); + $writer->writeAdditionalData($this->getAdditionalData()); + } + + /** + * Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @param array $value Value to set for the AdditionalData property. + */ + public function setAdditionalData(?array $value): void { + $this->getBackingStore()->set('additionalData', $value); + } + + /** + * Sets the BackingStore property value. Stores model information. + * @param BackingStore $value Value to set for the BackingStore property. + */ + public function setBackingStore(BackingStore $value): void { + $this->backingStore = $value; + } + + /** + * Sets the isMicrosoft365AppsEnabled property value. Specifies whether users can install Microsoft 365 apps on their MAC devices. The default value is true. + * @param bool|null $value Value to set for the isMicrosoft365AppsEnabled property. + */ + public function setIsMicrosoft365AppsEnabled(?bool $value): void { + $this->getBackingStore()->set('isMicrosoft365AppsEnabled', $value); + } + + /** + * Sets the isSkypeForBusinessEnabled property value. Specifies whether users can install Skype for Business on their MAC devices running OS X El Capitan 10.11 or later. The default value is true. + * @param bool|null $value Value to set for the isSkypeForBusinessEnabled property. + */ + public function setIsSkypeForBusinessEnabled(?bool $value): void { + $this->getBackingStore()->set('isSkypeForBusinessEnabled', $value); + } + + /** + * Sets the @odata.type property value. The OdataType property + * @param string|null $value Value to set for the @odata.type property. + */ + public function setOdataType(?string $value): void { + $this->getBackingStore()->set('odataType', $value); + } + +} diff --git a/src/Generated/Models/AppsInstallationOptionsForWindows.php b/src/Generated/Models/AppsInstallationOptionsForWindows.php new file mode 100644 index 00000000000..f850aecab0f --- /dev/null +++ b/src/Generated/Models/AppsInstallationOptionsForWindows.php @@ -0,0 +1,202 @@ +backingStore = BackingStoreFactorySingleton::getInstance()->createBackingStore(); + $this->setAdditionalData([]); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return AppsInstallationOptionsForWindows + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): AppsInstallationOptionsForWindows { + return new AppsInstallationOptionsForWindows(); + } + + /** + * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @return array|null + */ + public function getAdditionalData(): ?array { + $val = $this->getBackingStore()->get('additionalData'); + if (is_null($val) || is_array($val)) { + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'additionalData'"); + } + + /** + * Gets the BackingStore property value. Stores model information. + * @return BackingStore + */ + public function getBackingStore(): BackingStore { + return $this->backingStore; + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return [ + 'isMicrosoft365AppsEnabled' => fn(ParseNode $n) => $o->setIsMicrosoft365AppsEnabled($n->getBooleanValue()), + 'isProjectEnabled' => fn(ParseNode $n) => $o->setIsProjectEnabled($n->getBooleanValue()), + 'isSkypeForBusinessEnabled' => fn(ParseNode $n) => $o->setIsSkypeForBusinessEnabled($n->getBooleanValue()), + 'isVisioEnabled' => fn(ParseNode $n) => $o->setIsVisioEnabled($n->getBooleanValue()), + '@odata.type' => fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), + ]; + } + + /** + * Gets the isMicrosoft365AppsEnabled property value. Specifies whether users can install Microsoft 365 apps, including Skype for Business, on their Windows devices. The default value is true. + * @return bool|null + */ + public function getIsMicrosoft365AppsEnabled(): ?bool { + $val = $this->getBackingStore()->get('isMicrosoft365AppsEnabled'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'isMicrosoft365AppsEnabled'"); + } + + /** + * Gets the isProjectEnabled property value. Specifies whether users can install Microsoft Project on their Windows devices. The default value is true. + * @return bool|null + */ + public function getIsProjectEnabled(): ?bool { + $val = $this->getBackingStore()->get('isProjectEnabled'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'isProjectEnabled'"); + } + + /** + * Gets the isSkypeForBusinessEnabled property value. Specifies whether users can install Skype for Business (standalone) on their Windows devices. The default value is true. + * @return bool|null + */ + public function getIsSkypeForBusinessEnabled(): ?bool { + $val = $this->getBackingStore()->get('isSkypeForBusinessEnabled'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'isSkypeForBusinessEnabled'"); + } + + /** + * Gets the isVisioEnabled property value. Specifies whether users can install Visio on their Windows devices. The default value is true. + * @return bool|null + */ + public function getIsVisioEnabled(): ?bool { + $val = $this->getBackingStore()->get('isVisioEnabled'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'isVisioEnabled'"); + } + + /** + * Gets the @odata.type property value. The OdataType property + * @return string|null + */ + public function getOdataType(): ?string { + $val = $this->getBackingStore()->get('odataType'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'odataType'"); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + $writer->writeBooleanValue('isMicrosoft365AppsEnabled', $this->getIsMicrosoft365AppsEnabled()); + $writer->writeBooleanValue('isProjectEnabled', $this->getIsProjectEnabled()); + $writer->writeBooleanValue('isSkypeForBusinessEnabled', $this->getIsSkypeForBusinessEnabled()); + $writer->writeBooleanValue('isVisioEnabled', $this->getIsVisioEnabled()); + $writer->writeStringValue('@odata.type', $this->getOdataType()); + $writer->writeAdditionalData($this->getAdditionalData()); + } + + /** + * Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @param array $value Value to set for the AdditionalData property. + */ + public function setAdditionalData(?array $value): void { + $this->getBackingStore()->set('additionalData', $value); + } + + /** + * Sets the BackingStore property value. Stores model information. + * @param BackingStore $value Value to set for the BackingStore property. + */ + public function setBackingStore(BackingStore $value): void { + $this->backingStore = $value; + } + + /** + * Sets the isMicrosoft365AppsEnabled property value. Specifies whether users can install Microsoft 365 apps, including Skype for Business, on their Windows devices. The default value is true. + * @param bool|null $value Value to set for the isMicrosoft365AppsEnabled property. + */ + public function setIsMicrosoft365AppsEnabled(?bool $value): void { + $this->getBackingStore()->set('isMicrosoft365AppsEnabled', $value); + } + + /** + * Sets the isProjectEnabled property value. Specifies whether users can install Microsoft Project on their Windows devices. The default value is true. + * @param bool|null $value Value to set for the isProjectEnabled property. + */ + public function setIsProjectEnabled(?bool $value): void { + $this->getBackingStore()->set('isProjectEnabled', $value); + } + + /** + * Sets the isSkypeForBusinessEnabled property value. Specifies whether users can install Skype for Business (standalone) on their Windows devices. The default value is true. + * @param bool|null $value Value to set for the isSkypeForBusinessEnabled property. + */ + public function setIsSkypeForBusinessEnabled(?bool $value): void { + $this->getBackingStore()->set('isSkypeForBusinessEnabled', $value); + } + + /** + * Sets the isVisioEnabled property value. Specifies whether users can install Visio on their Windows devices. The default value is true. + * @param bool|null $value Value to set for the isVisioEnabled property. + */ + public function setIsVisioEnabled(?bool $value): void { + $this->getBackingStore()->set('isVisioEnabled', $value); + } + + /** + * Sets the @odata.type property value. The OdataType property + * @param string|null $value Value to set for the @odata.type property. + */ + public function setOdataType(?string $value): void { + $this->getBackingStore()->set('odataType', $value); + } + +} diff --git a/src/Generated/Models/AppsUpdateChannelType.php b/src/Generated/Models/AppsUpdateChannelType.php new file mode 100644 index 00000000000..9940503d43b --- /dev/null +++ b/src/Generated/Models/AppsUpdateChannelType.php @@ -0,0 +1,12 @@ +backingStore = BackingStoreFactorySingleton::getInstance()->createBackingStore(); + $this->setAdditionalData([]); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return AttributeMapping + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): AttributeMapping { + return new AttributeMapping(); + } + + /** + * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @return array|null + */ + public function getAdditionalData(): ?array { + $val = $this->getBackingStore()->get('additionalData'); + if (is_null($val) || is_array($val)) { + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'additionalData'"); + } + + /** + * Gets the BackingStore property value. Stores model information. + * @return BackingStore + */ + public function getBackingStore(): BackingStore { + return $this->backingStore; + } + + /** + * Gets the defaultValue property value. Default value to be used in case the source property was evaluated to null. Optional. + * @return string|null + */ + public function getDefaultValue(): ?string { + $val = $this->getBackingStore()->get('defaultValue'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'defaultValue'"); + } + + /** + * Gets the exportMissingReferences property value. For internal use only. + * @return bool|null + */ + public function getExportMissingReferences(): ?bool { + $val = $this->getBackingStore()->get('exportMissingReferences'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'exportMissingReferences'"); + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return [ + 'defaultValue' => fn(ParseNode $n) => $o->setDefaultValue($n->getStringValue()), + 'exportMissingReferences' => fn(ParseNode $n) => $o->setExportMissingReferences($n->getBooleanValue()), + 'flowBehavior' => fn(ParseNode $n) => $o->setFlowBehavior($n->getEnumValue(AttributeFlowBehavior::class)), + 'flowType' => fn(ParseNode $n) => $o->setFlowType($n->getEnumValue(AttributeFlowType::class)), + 'matchingPriority' => fn(ParseNode $n) => $o->setMatchingPriority($n->getIntegerValue()), + '@odata.type' => fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), + 'source' => fn(ParseNode $n) => $o->setSource($n->getObjectValue([AttributeMappingSource::class, 'createFromDiscriminatorValue'])), + 'targetAttributeName' => fn(ParseNode $n) => $o->setTargetAttributeName($n->getStringValue()), + ]; + } + + /** + * Gets the flowBehavior property value. The flowBehavior property + * @return AttributeFlowBehavior|null + */ + public function getFlowBehavior(): ?AttributeFlowBehavior { + $val = $this->getBackingStore()->get('flowBehavior'); + if (is_null($val) || $val instanceof AttributeFlowBehavior) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'flowBehavior'"); + } + + /** + * Gets the flowType property value. The flowType property + * @return AttributeFlowType|null + */ + public function getFlowType(): ?AttributeFlowType { + $val = $this->getBackingStore()->get('flowType'); + if (is_null($val) || $val instanceof AttributeFlowType) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'flowType'"); + } + + /** + * Gets the matchingPriority property value. If higher than 0, this attribute will be used to perform an initial match of the objects between source and target directories. The synchronization engine will try to find the matching object using attribute with lowest value of matching priority first. If not found, the attribute with the next matching priority will be used, and so on a until match is found or no more matching attributes are left. Only attributes that are expected to have unique values, such as email, should be used as matching attributes. + * @return int|null + */ + public function getMatchingPriority(): ?int { + $val = $this->getBackingStore()->get('matchingPriority'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'matchingPriority'"); + } + + /** + * Gets the @odata.type property value. The OdataType property + * @return string|null + */ + public function getOdataType(): ?string { + $val = $this->getBackingStore()->get('odataType'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'odataType'"); + } + + /** + * Gets the source property value. Defines how a value should be extracted (or transformed) from the source object. + * @return AttributeMappingSource|null + */ + public function getSource(): ?AttributeMappingSource { + $val = $this->getBackingStore()->get('source'); + if (is_null($val) || $val instanceof AttributeMappingSource) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'source'"); + } + + /** + * Gets the targetAttributeName property value. Name of the attribute on the target object. + * @return string|null + */ + public function getTargetAttributeName(): ?string { + $val = $this->getBackingStore()->get('targetAttributeName'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'targetAttributeName'"); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + $writer->writeStringValue('defaultValue', $this->getDefaultValue()); + $writer->writeBooleanValue('exportMissingReferences', $this->getExportMissingReferences()); + $writer->writeEnumValue('flowBehavior', $this->getFlowBehavior()); + $writer->writeEnumValue('flowType', $this->getFlowType()); + $writer->writeIntegerValue('matchingPriority', $this->getMatchingPriority()); + $writer->writeStringValue('@odata.type', $this->getOdataType()); + $writer->writeObjectValue('source', $this->getSource()); + $writer->writeStringValue('targetAttributeName', $this->getTargetAttributeName()); + $writer->writeAdditionalData($this->getAdditionalData()); + } + + /** + * Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @param array $value Value to set for the AdditionalData property. + */ + public function setAdditionalData(?array $value): void { + $this->getBackingStore()->set('additionalData', $value); + } + + /** + * Sets the BackingStore property value. Stores model information. + * @param BackingStore $value Value to set for the BackingStore property. + */ + public function setBackingStore(BackingStore $value): void { + $this->backingStore = $value; + } + + /** + * Sets the defaultValue property value. Default value to be used in case the source property was evaluated to null. Optional. + * @param string|null $value Value to set for the defaultValue property. + */ + public function setDefaultValue(?string $value): void { + $this->getBackingStore()->set('defaultValue', $value); + } + + /** + * Sets the exportMissingReferences property value. For internal use only. + * @param bool|null $value Value to set for the exportMissingReferences property. + */ + public function setExportMissingReferences(?bool $value): void { + $this->getBackingStore()->set('exportMissingReferences', $value); + } + + /** + * Sets the flowBehavior property value. The flowBehavior property + * @param AttributeFlowBehavior|null $value Value to set for the flowBehavior property. + */ + public function setFlowBehavior(?AttributeFlowBehavior $value): void { + $this->getBackingStore()->set('flowBehavior', $value); + } + + /** + * Sets the flowType property value. The flowType property + * @param AttributeFlowType|null $value Value to set for the flowType property. + */ + public function setFlowType(?AttributeFlowType $value): void { + $this->getBackingStore()->set('flowType', $value); + } + + /** + * Sets the matchingPriority property value. If higher than 0, this attribute will be used to perform an initial match of the objects between source and target directories. The synchronization engine will try to find the matching object using attribute with lowest value of matching priority first. If not found, the attribute with the next matching priority will be used, and so on a until match is found or no more matching attributes are left. Only attributes that are expected to have unique values, such as email, should be used as matching attributes. + * @param int|null $value Value to set for the matchingPriority property. + */ + public function setMatchingPriority(?int $value): void { + $this->getBackingStore()->set('matchingPriority', $value); + } + + /** + * Sets the @odata.type property value. The OdataType property + * @param string|null $value Value to set for the @odata.type property. + */ + public function setOdataType(?string $value): void { + $this->getBackingStore()->set('odataType', $value); + } + + /** + * Sets the source property value. Defines how a value should be extracted (or transformed) from the source object. + * @param AttributeMappingSource|null $value Value to set for the source property. + */ + public function setSource(?AttributeMappingSource $value): void { + $this->getBackingStore()->set('source', $value); + } + + /** + * Sets the targetAttributeName property value. Name of the attribute on the target object. + * @param string|null $value Value to set for the targetAttributeName property. + */ + public function setTargetAttributeName(?string $value): void { + $this->getBackingStore()->set('targetAttributeName', $value); + } + +} diff --git a/src/Generated/Models/Audio.php b/src/Generated/Models/Audio.php new file mode 100644 index 00000000000..b345311b858 --- /dev/null +++ b/src/Generated/Models/Audio.php @@ -0,0 +1,466 @@ +backingStore = BackingStoreFactorySingleton::getInstance()->createBackingStore(); + $this->setAdditionalData([]); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return Audio + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): Audio { + return new Audio(); + } + + /** + * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @return array|null + */ + public function getAdditionalData(): ?array { + $val = $this->getBackingStore()->get('additionalData'); + if (is_null($val) || is_array($val)) { + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'additionalData'"); + } + + /** + * Gets the album property value. The title of the album for this audio file. + * @return string|null + */ + public function getAlbum(): ?string { + $val = $this->getBackingStore()->get('album'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'album'"); + } + + /** + * Gets the albumArtist property value. The artist named on the album for the audio file. + * @return string|null + */ + public function getAlbumArtist(): ?string { + $val = $this->getBackingStore()->get('albumArtist'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'albumArtist'"); + } + + /** + * Gets the artist property value. The performing artist for the audio file. + * @return string|null + */ + public function getArtist(): ?string { + $val = $this->getBackingStore()->get('artist'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'artist'"); + } + + /** + * Gets the BackingStore property value. Stores model information. + * @return BackingStore + */ + public function getBackingStore(): BackingStore { + return $this->backingStore; + } + + /** + * Gets the bitrate property value. Bitrate expressed in kbps. + * @return int|null + */ + public function getBitrate(): ?int { + $val = $this->getBackingStore()->get('bitrate'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'bitrate'"); + } + + /** + * Gets the composers property value. The name of the composer of the audio file. + * @return string|null + */ + public function getComposers(): ?string { + $val = $this->getBackingStore()->get('composers'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'composers'"); + } + + /** + * Gets the copyright property value. Copyright information for the audio file. + * @return string|null + */ + public function getCopyright(): ?string { + $val = $this->getBackingStore()->get('copyright'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'copyright'"); + } + + /** + * Gets the disc property value. The number of the disc this audio file came from. + * @return int|null + */ + public function getDisc(): ?int { + $val = $this->getBackingStore()->get('disc'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'disc'"); + } + + /** + * Gets the discCount property value. The total number of discs in this album. + * @return int|null + */ + public function getDiscCount(): ?int { + $val = $this->getBackingStore()->get('discCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'discCount'"); + } + + /** + * Gets the duration property value. Duration of the audio file, expressed in milliseconds + * @return int|null + */ + public function getDuration(): ?int { + $val = $this->getBackingStore()->get('duration'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'duration'"); + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return [ + 'album' => fn(ParseNode $n) => $o->setAlbum($n->getStringValue()), + 'albumArtist' => fn(ParseNode $n) => $o->setAlbumArtist($n->getStringValue()), + 'artist' => fn(ParseNode $n) => $o->setArtist($n->getStringValue()), + 'bitrate' => fn(ParseNode $n) => $o->setBitrate($n->getIntegerValue()), + 'composers' => fn(ParseNode $n) => $o->setComposers($n->getStringValue()), + 'copyright' => fn(ParseNode $n) => $o->setCopyright($n->getStringValue()), + 'disc' => fn(ParseNode $n) => $o->setDisc($n->getIntegerValue()), + 'discCount' => fn(ParseNode $n) => $o->setDiscCount($n->getIntegerValue()), + 'duration' => fn(ParseNode $n) => $o->setDuration($n->getIntegerValue()), + 'genre' => fn(ParseNode $n) => $o->setGenre($n->getStringValue()), + 'hasDrm' => fn(ParseNode $n) => $o->setHasDrm($n->getBooleanValue()), + 'isVariableBitrate' => fn(ParseNode $n) => $o->setIsVariableBitrate($n->getBooleanValue()), + '@odata.type' => fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), + 'title' => fn(ParseNode $n) => $o->setTitle($n->getStringValue()), + 'track' => fn(ParseNode $n) => $o->setTrack($n->getIntegerValue()), + 'trackCount' => fn(ParseNode $n) => $o->setTrackCount($n->getIntegerValue()), + 'year' => fn(ParseNode $n) => $o->setYear($n->getIntegerValue()), + ]; + } + + /** + * Gets the genre property value. The genre of this audio file. + * @return string|null + */ + public function getGenre(): ?string { + $val = $this->getBackingStore()->get('genre'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'genre'"); + } + + /** + * Gets the hasDrm property value. Indicates if the file is protected with digital rights management. + * @return bool|null + */ + public function getHasDrm(): ?bool { + $val = $this->getBackingStore()->get('hasDrm'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'hasDrm'"); + } + + /** + * Gets the isVariableBitrate property value. Indicates if the file is encoded with a variable bitrate. + * @return bool|null + */ + public function getIsVariableBitrate(): ?bool { + $val = $this->getBackingStore()->get('isVariableBitrate'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'isVariableBitrate'"); + } + + /** + * Gets the @odata.type property value. The OdataType property + * @return string|null + */ + public function getOdataType(): ?string { + $val = $this->getBackingStore()->get('odataType'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'odataType'"); + } + + /** + * Gets the title property value. The title of the audio file. + * @return string|null + */ + public function getTitle(): ?string { + $val = $this->getBackingStore()->get('title'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'title'"); + } + + /** + * Gets the track property value. The number of the track on the original disc for this audio file. + * @return int|null + */ + public function getTrack(): ?int { + $val = $this->getBackingStore()->get('track'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'track'"); + } + + /** + * Gets the trackCount property value. The total number of tracks on the original disc for this audio file. + * @return int|null + */ + public function getTrackCount(): ?int { + $val = $this->getBackingStore()->get('trackCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'trackCount'"); + } + + /** + * Gets the year property value. The year the audio file was recorded. + * @return int|null + */ + public function getYear(): ?int { + $val = $this->getBackingStore()->get('year'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'year'"); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + $writer->writeStringValue('album', $this->getAlbum()); + $writer->writeStringValue('albumArtist', $this->getAlbumArtist()); + $writer->writeStringValue('artist', $this->getArtist()); + $writer->writeIntegerValue('bitrate', $this->getBitrate()); + $writer->writeStringValue('composers', $this->getComposers()); + $writer->writeStringValue('copyright', $this->getCopyright()); + $writer->writeIntegerValue('disc', $this->getDisc()); + $writer->writeIntegerValue('discCount', $this->getDiscCount()); + $writer->writeIntegerValue('duration', $this->getDuration()); + $writer->writeStringValue('genre', $this->getGenre()); + $writer->writeBooleanValue('hasDrm', $this->getHasDrm()); + $writer->writeBooleanValue('isVariableBitrate', $this->getIsVariableBitrate()); + $writer->writeStringValue('@odata.type', $this->getOdataType()); + $writer->writeStringValue('title', $this->getTitle()); + $writer->writeIntegerValue('track', $this->getTrack()); + $writer->writeIntegerValue('trackCount', $this->getTrackCount()); + $writer->writeIntegerValue('year', $this->getYear()); + $writer->writeAdditionalData($this->getAdditionalData()); + } + + /** + * Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @param array $value Value to set for the AdditionalData property. + */ + public function setAdditionalData(?array $value): void { + $this->getBackingStore()->set('additionalData', $value); + } + + /** + * Sets the album property value. The title of the album for this audio file. + * @param string|null $value Value to set for the album property. + */ + public function setAlbum(?string $value): void { + $this->getBackingStore()->set('album', $value); + } + + /** + * Sets the albumArtist property value. The artist named on the album for the audio file. + * @param string|null $value Value to set for the albumArtist property. + */ + public function setAlbumArtist(?string $value): void { + $this->getBackingStore()->set('albumArtist', $value); + } + + /** + * Sets the artist property value. The performing artist for the audio file. + * @param string|null $value Value to set for the artist property. + */ + public function setArtist(?string $value): void { + $this->getBackingStore()->set('artist', $value); + } + + /** + * Sets the BackingStore property value. Stores model information. + * @param BackingStore $value Value to set for the BackingStore property. + */ + public function setBackingStore(BackingStore $value): void { + $this->backingStore = $value; + } + + /** + * Sets the bitrate property value. Bitrate expressed in kbps. + * @param int|null $value Value to set for the bitrate property. + */ + public function setBitrate(?int $value): void { + $this->getBackingStore()->set('bitrate', $value); + } + + /** + * Sets the composers property value. The name of the composer of the audio file. + * @param string|null $value Value to set for the composers property. + */ + public function setComposers(?string $value): void { + $this->getBackingStore()->set('composers', $value); + } + + /** + * Sets the copyright property value. Copyright information for the audio file. + * @param string|null $value Value to set for the copyright property. + */ + public function setCopyright(?string $value): void { + $this->getBackingStore()->set('copyright', $value); + } + + /** + * Sets the disc property value. The number of the disc this audio file came from. + * @param int|null $value Value to set for the disc property. + */ + public function setDisc(?int $value): void { + $this->getBackingStore()->set('disc', $value); + } + + /** + * Sets the discCount property value. The total number of discs in this album. + * @param int|null $value Value to set for the discCount property. + */ + public function setDiscCount(?int $value): void { + $this->getBackingStore()->set('discCount', $value); + } + + /** + * Sets the duration property value. Duration of the audio file, expressed in milliseconds + * @param int|null $value Value to set for the duration property. + */ + public function setDuration(?int $value): void { + $this->getBackingStore()->set('duration', $value); + } + + /** + * Sets the genre property value. The genre of this audio file. + * @param string|null $value Value to set for the genre property. + */ + public function setGenre(?string $value): void { + $this->getBackingStore()->set('genre', $value); + } + + /** + * Sets the hasDrm property value. Indicates if the file is protected with digital rights management. + * @param bool|null $value Value to set for the hasDrm property. + */ + public function setHasDrm(?bool $value): void { + $this->getBackingStore()->set('hasDrm', $value); + } + + /** + * Sets the isVariableBitrate property value. Indicates if the file is encoded with a variable bitrate. + * @param bool|null $value Value to set for the isVariableBitrate property. + */ + public function setIsVariableBitrate(?bool $value): void { + $this->getBackingStore()->set('isVariableBitrate', $value); + } + + /** + * Sets the @odata.type property value. The OdataType property + * @param string|null $value Value to set for the @odata.type property. + */ + public function setOdataType(?string $value): void { + $this->getBackingStore()->set('odataType', $value); + } + + /** + * Sets the title property value. The title of the audio file. + * @param string|null $value Value to set for the title property. + */ + public function setTitle(?string $value): void { + $this->getBackingStore()->set('title', $value); + } + + /** + * Sets the track property value. The number of the track on the original disc for this audio file. + * @param int|null $value Value to set for the track property. + */ + public function setTrack(?int $value): void { + $this->getBackingStore()->set('track', $value); + } + + /** + * Sets the trackCount property value. The total number of tracks on the original disc for this audio file. + * @param int|null $value Value to set for the trackCount property. + */ + public function setTrackCount(?int $value): void { + $this->getBackingStore()->set('trackCount', $value); + } + + /** + * Sets the year property value. The year the audio file was recorded. + * @param int|null $value Value to set for the year property. + */ + public function setYear(?int $value): void { + $this->getBackingStore()->set('year', $value); + } + +} diff --git a/src/Generated/Models/Authentication.php b/src/Generated/Models/Authentication.php index 7330b436fe8..401fba28d6f 100644 --- a/src/Generated/Models/Authentication.php +++ b/src/Generated/Models/Authentication.php @@ -5,6 +5,7 @@ use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; +use Microsoft\Kiota\Abstractions\Types\TypeUtils; class Authentication extends Entity implements Parsable { @@ -24,6 +25,34 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Authe return new Authentication(); } + /** + * Gets the emailMethods property value. Represents the email addresses registered to a user for authentication. + * @return array|null + */ + public function getEmailMethods(): ?array { + $val = $this->getBackingStore()->get('emailMethods'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, EmailAuthenticationMethod::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'emailMethods'"); + } + + /** + * Gets the fido2Methods property value. Represents the FIDO2 security keys registered to a user for authentication. + * @return array|null + */ + public function getFido2Methods(): ?array { + $val = $this->getBackingStore()->get('fido2Methods'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, Fido2AuthenticationMethod::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'fido2Methods'"); + } + /** * The deserialization information for the current model * @return array @@ -31,15 +60,365 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Authe public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'emailMethods' => fn(ParseNode $n) => $o->setEmailMethods($n->getCollectionOfObjectValues([EmailAuthenticationMethod::class, 'createFromDiscriminatorValue'])), + 'fido2Methods' => fn(ParseNode $n) => $o->setFido2Methods($n->getCollectionOfObjectValues([Fido2AuthenticationMethod::class, 'createFromDiscriminatorValue'])), + 'hardwareOathMethods' => fn(ParseNode $n) => $o->setHardwareOathMethods($n->getCollectionOfObjectValues([HardwareOathAuthenticationMethod::class, 'createFromDiscriminatorValue'])), + 'methods' => fn(ParseNode $n) => $o->setMethods($n->getCollectionOfObjectValues([AuthenticationMethod::class, 'createFromDiscriminatorValue'])), + 'microsoftAuthenticatorMethods' => fn(ParseNode $n) => $o->setMicrosoftAuthenticatorMethods($n->getCollectionOfObjectValues([MicrosoftAuthenticatorAuthenticationMethod::class, 'createFromDiscriminatorValue'])), + 'operations' => fn(ParseNode $n) => $o->setOperations($n->getCollectionOfObjectValues([LongRunningOperation::class, 'createFromDiscriminatorValue'])), + 'passwordlessMicrosoftAuthenticatorMethods' => fn(ParseNode $n) => $o->setPasswordlessMicrosoftAuthenticatorMethods($n->getCollectionOfObjectValues([PasswordlessMicrosoftAuthenticatorAuthenticationMethod::class, 'createFromDiscriminatorValue'])), + 'passwordMethods' => fn(ParseNode $n) => $o->setPasswordMethods($n->getCollectionOfObjectValues([PasswordAuthenticationMethod::class, 'createFromDiscriminatorValue'])), + 'phoneMethods' => fn(ParseNode $n) => $o->setPhoneMethods($n->getCollectionOfObjectValues([PhoneAuthenticationMethod::class, 'createFromDiscriminatorValue'])), + 'platformCredentialMethods' => fn(ParseNode $n) => $o->setPlatformCredentialMethods($n->getCollectionOfObjectValues([PlatformCredentialAuthenticationMethod::class, 'createFromDiscriminatorValue'])), + 'qrCodePinMethod' => fn(ParseNode $n) => $o->setQrCodePinMethod($n->getObjectValue([QrCodePinAuthenticationMethod::class, 'createFromDiscriminatorValue'])), + 'requirements' => fn(ParseNode $n) => $o->setRequirements($n->getObjectValue([StrongAuthenticationRequirements::class, 'createFromDiscriminatorValue'])), + 'signInPreferences' => fn(ParseNode $n) => $o->setSignInPreferences($n->getObjectValue([SignInPreferences::class, 'createFromDiscriminatorValue'])), + 'softwareOathMethods' => fn(ParseNode $n) => $o->setSoftwareOathMethods($n->getCollectionOfObjectValues([SoftwareOathAuthenticationMethod::class, 'createFromDiscriminatorValue'])), + 'temporaryAccessPassMethods' => fn(ParseNode $n) => $o->setTemporaryAccessPassMethods($n->getCollectionOfObjectValues([TemporaryAccessPassAuthenticationMethod::class, 'createFromDiscriminatorValue'])), + 'windowsHelloForBusinessMethods' => fn(ParseNode $n) => $o->setWindowsHelloForBusinessMethods($n->getCollectionOfObjectValues([WindowsHelloForBusinessAuthenticationMethod::class, 'createFromDiscriminatorValue'])), ]); } + /** + * Gets the hardwareOathMethods property value. The hardware OATH time-based one-time password (TOTP) devices assigned to a user for authentication. + * @return array|null + */ + public function getHardwareOathMethods(): ?array { + $val = $this->getBackingStore()->get('hardwareOathMethods'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, HardwareOathAuthenticationMethod::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'hardwareOathMethods'"); + } + + /** + * Gets the methods property value. Represents all authentication methods registered to a user. + * @return array|null + */ + public function getMethods(): ?array { + $val = $this->getBackingStore()->get('methods'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, AuthenticationMethod::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'methods'"); + } + + /** + * Gets the microsoftAuthenticatorMethods property value. The details of the Microsoft Authenticator app registered to a user for authentication. + * @return array|null + */ + public function getMicrosoftAuthenticatorMethods(): ?array { + $val = $this->getBackingStore()->get('microsoftAuthenticatorMethods'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, MicrosoftAuthenticatorAuthenticationMethod::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'microsoftAuthenticatorMethods'"); + } + + /** + * Gets the operations property value. Represents the status of a long-running operation, such as a password reset operation. + * @return array|null + */ + public function getOperations(): ?array { + $val = $this->getBackingStore()->get('operations'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, LongRunningOperation::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'operations'"); + } + + /** + * Gets the passwordlessMicrosoftAuthenticatorMethods property value. Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. + * @return array|null + */ + public function getPasswordlessMicrosoftAuthenticatorMethods(): ?array { + $val = $this->getBackingStore()->get('passwordlessMicrosoftAuthenticatorMethods'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, PasswordlessMicrosoftAuthenticatorAuthenticationMethod::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'passwordlessMicrosoftAuthenticatorMethods'"); + } + + /** + * Gets the passwordMethods property value. Represents the details of the password authentication method registered to a user for authentication. + * @return array|null + */ + public function getPasswordMethods(): ?array { + $val = $this->getBackingStore()->get('passwordMethods'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, PasswordAuthenticationMethod::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'passwordMethods'"); + } + + /** + * Gets the phoneMethods property value. Represents the phone registered to a user for authentication. + * @return array|null + */ + public function getPhoneMethods(): ?array { + $val = $this->getBackingStore()->get('phoneMethods'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, PhoneAuthenticationMethod::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'phoneMethods'"); + } + + /** + * Gets the platformCredentialMethods property value. Represents a platform credential instance registered to a user on Mac OS. + * @return array|null + */ + public function getPlatformCredentialMethods(): ?array { + $val = $this->getBackingStore()->get('platformCredentialMethods'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, PlatformCredentialAuthenticationMethod::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'platformCredentialMethods'"); + } + + /** + * Gets the qrCodePinMethod property value. Represents a QR code authentication method registered to a user for authentication. + * @return QrCodePinAuthenticationMethod|null + */ + public function getQrCodePinMethod(): ?QrCodePinAuthenticationMethod { + $val = $this->getBackingStore()->get('qrCodePinMethod'); + if (is_null($val) || $val instanceof QrCodePinAuthenticationMethod) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'qrCodePinMethod'"); + } + + /** + * Gets the requirements property value. The settings and preferences for per-user Microsoft Entra multifactor authentication. + * @return StrongAuthenticationRequirements|null + */ + public function getRequirements(): ?StrongAuthenticationRequirements { + $val = $this->getBackingStore()->get('requirements'); + if (is_null($val) || $val instanceof StrongAuthenticationRequirements) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'requirements'"); + } + + /** + * Gets the signInPreferences property value. The settings and preferences for the sign-in experience of a user. Use this property to configure the user's default multifactor authentication (MFA) method. + * @return SignInPreferences|null + */ + public function getSignInPreferences(): ?SignInPreferences { + $val = $this->getBackingStore()->get('signInPreferences'); + if (is_null($val) || $val instanceof SignInPreferences) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'signInPreferences'"); + } + + /** + * Gets the softwareOathMethods property value. The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + * @return array|null + */ + public function getSoftwareOathMethods(): ?array { + $val = $this->getBackingStore()->get('softwareOathMethods'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, SoftwareOathAuthenticationMethod::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'softwareOathMethods'"); + } + + /** + * Gets the temporaryAccessPassMethods property value. Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + * @return array|null + */ + public function getTemporaryAccessPassMethods(): ?array { + $val = $this->getBackingStore()->get('temporaryAccessPassMethods'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, TemporaryAccessPassAuthenticationMethod::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'temporaryAccessPassMethods'"); + } + + /** + * Gets the windowsHelloForBusinessMethods property value. Represents the Windows Hello for Business authentication method registered to a user for authentication. + * @return array|null + */ + public function getWindowsHelloForBusinessMethods(): ?array { + $val = $this->getBackingStore()->get('windowsHelloForBusinessMethods'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, WindowsHelloForBusinessAuthenticationMethod::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'windowsHelloForBusinessMethods'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeCollectionOfObjectValues('emailMethods', $this->getEmailMethods()); + $writer->writeCollectionOfObjectValues('fido2Methods', $this->getFido2Methods()); + $writer->writeCollectionOfObjectValues('hardwareOathMethods', $this->getHardwareOathMethods()); + $writer->writeCollectionOfObjectValues('methods', $this->getMethods()); + $writer->writeCollectionOfObjectValues('microsoftAuthenticatorMethods', $this->getMicrosoftAuthenticatorMethods()); + $writer->writeCollectionOfObjectValues('operations', $this->getOperations()); + $writer->writeCollectionOfObjectValues('passwordlessMicrosoftAuthenticatorMethods', $this->getPasswordlessMicrosoftAuthenticatorMethods()); + $writer->writeCollectionOfObjectValues('passwordMethods', $this->getPasswordMethods()); + $writer->writeCollectionOfObjectValues('phoneMethods', $this->getPhoneMethods()); + $writer->writeCollectionOfObjectValues('platformCredentialMethods', $this->getPlatformCredentialMethods()); + $writer->writeObjectValue('qrCodePinMethod', $this->getQrCodePinMethod()); + $writer->writeObjectValue('requirements', $this->getRequirements()); + $writer->writeObjectValue('signInPreferences', $this->getSignInPreferences()); + $writer->writeCollectionOfObjectValues('softwareOathMethods', $this->getSoftwareOathMethods()); + $writer->writeCollectionOfObjectValues('temporaryAccessPassMethods', $this->getTemporaryAccessPassMethods()); + $writer->writeCollectionOfObjectValues('windowsHelloForBusinessMethods', $this->getWindowsHelloForBusinessMethods()); + } + + /** + * Sets the emailMethods property value. Represents the email addresses registered to a user for authentication. + * @param array|null $value Value to set for the emailMethods property. + */ + public function setEmailMethods(?array $value): void { + $this->getBackingStore()->set('emailMethods', $value); + } + + /** + * Sets the fido2Methods property value. Represents the FIDO2 security keys registered to a user for authentication. + * @param array|null $value Value to set for the fido2Methods property. + */ + public function setFido2Methods(?array $value): void { + $this->getBackingStore()->set('fido2Methods', $value); + } + + /** + * Sets the hardwareOathMethods property value. The hardware OATH time-based one-time password (TOTP) devices assigned to a user for authentication. + * @param array|null $value Value to set for the hardwareOathMethods property. + */ + public function setHardwareOathMethods(?array $value): void { + $this->getBackingStore()->set('hardwareOathMethods', $value); + } + + /** + * Sets the methods property value. Represents all authentication methods registered to a user. + * @param array|null $value Value to set for the methods property. + */ + public function setMethods(?array $value): void { + $this->getBackingStore()->set('methods', $value); + } + + /** + * Sets the microsoftAuthenticatorMethods property value. The details of the Microsoft Authenticator app registered to a user for authentication. + * @param array|null $value Value to set for the microsoftAuthenticatorMethods property. + */ + public function setMicrosoftAuthenticatorMethods(?array $value): void { + $this->getBackingStore()->set('microsoftAuthenticatorMethods', $value); + } + + /** + * Sets the operations property value. Represents the status of a long-running operation, such as a password reset operation. + * @param array|null $value Value to set for the operations property. + */ + public function setOperations(?array $value): void { + $this->getBackingStore()->set('operations', $value); + } + + /** + * Sets the passwordlessMicrosoftAuthenticatorMethods property value. Represents the Microsoft Authenticator Passwordless Phone Sign-in methods registered to a user for authentication. + * @param array|null $value Value to set for the passwordlessMicrosoftAuthenticatorMethods property. + */ + public function setPasswordlessMicrosoftAuthenticatorMethods(?array $value): void { + $this->getBackingStore()->set('passwordlessMicrosoftAuthenticatorMethods', $value); + } + + /** + * Sets the passwordMethods property value. Represents the details of the password authentication method registered to a user for authentication. + * @param array|null $value Value to set for the passwordMethods property. + */ + public function setPasswordMethods(?array $value): void { + $this->getBackingStore()->set('passwordMethods', $value); + } + + /** + * Sets the phoneMethods property value. Represents the phone registered to a user for authentication. + * @param array|null $value Value to set for the phoneMethods property. + */ + public function setPhoneMethods(?array $value): void { + $this->getBackingStore()->set('phoneMethods', $value); + } + + /** + * Sets the platformCredentialMethods property value. Represents a platform credential instance registered to a user on Mac OS. + * @param array|null $value Value to set for the platformCredentialMethods property. + */ + public function setPlatformCredentialMethods(?array $value): void { + $this->getBackingStore()->set('platformCredentialMethods', $value); + } + + /** + * Sets the qrCodePinMethod property value. Represents a QR code authentication method registered to a user for authentication. + * @param QrCodePinAuthenticationMethod|null $value Value to set for the qrCodePinMethod property. + */ + public function setQrCodePinMethod(?QrCodePinAuthenticationMethod $value): void { + $this->getBackingStore()->set('qrCodePinMethod', $value); + } + + /** + * Sets the requirements property value. The settings and preferences for per-user Microsoft Entra multifactor authentication. + * @param StrongAuthenticationRequirements|null $value Value to set for the requirements property. + */ + public function setRequirements(?StrongAuthenticationRequirements $value): void { + $this->getBackingStore()->set('requirements', $value); + } + + /** + * Sets the signInPreferences property value. The settings and preferences for the sign-in experience of a user. Use this property to configure the user's default multifactor authentication (MFA) method. + * @param SignInPreferences|null $value Value to set for the signInPreferences property. + */ + public function setSignInPreferences(?SignInPreferences $value): void { + $this->getBackingStore()->set('signInPreferences', $value); + } + + /** + * Sets the softwareOathMethods property value. The software OATH time-based one-time password (TOTP) applications registered to a user for authentication. + * @param array|null $value Value to set for the softwareOathMethods property. + */ + public function setSoftwareOathMethods(?array $value): void { + $this->getBackingStore()->set('softwareOathMethods', $value); + } + + /** + * Sets the temporaryAccessPassMethods property value. Represents a Temporary Access Pass registered to a user for authentication through time-limited passcodes. + * @param array|null $value Value to set for the temporaryAccessPassMethods property. + */ + public function setTemporaryAccessPassMethods(?array $value): void { + $this->getBackingStore()->set('temporaryAccessPassMethods', $value); + } + + /** + * Sets the windowsHelloForBusinessMethods property value. Represents the Windows Hello for Business authentication method registered to a user for authentication. + * @param array|null $value Value to set for the windowsHelloForBusinessMethods property. + */ + public function setWindowsHelloForBusinessMethods(?array $value): void { + $this->getBackingStore()->set('windowsHelloForBusinessMethods', $value); } } diff --git a/src/Generated/Models/AuthenticationMethodDevice.php b/src/Generated/Models/AuthenticationMethodDevice.php index e64d5292abc..61563707d1d 100644 --- a/src/Generated/Models/AuthenticationMethodDevice.php +++ b/src/Generated/Models/AuthenticationMethodDevice.php @@ -5,6 +5,7 @@ use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; +use Microsoft\Kiota\Abstractions\Types\TypeUtils; class AuthenticationMethodDevice extends Entity implements Parsable { @@ -31,6 +32,18 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Authe return new AuthenticationMethodDevice(); } + /** + * Gets the displayName property value. Optional name given to the hardware OATH device. + * @return string|null + */ + public function getDisplayName(): ?string { + $val = $this->getBackingStore()->get('displayName'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'displayName'"); + } + /** * The deserialization information for the current model * @return array @@ -38,15 +51,49 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Authe public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'displayName' => fn(ParseNode $n) => $o->setDisplayName($n->getStringValue()), + 'hardwareOathDevices' => fn(ParseNode $n) => $o->setHardwareOathDevices($n->getCollectionOfObjectValues([HardwareOathTokenAuthenticationMethodDevice::class, 'createFromDiscriminatorValue'])), ]); } + /** + * Gets the hardwareOathDevices property value. Exposes the hardware OATH method in the directory. + * @return array|null + */ + public function getHardwareOathDevices(): ?array { + $val = $this->getBackingStore()->get('hardwareOathDevices'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, HardwareOathTokenAuthenticationMethodDevice::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'hardwareOathDevices'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeStringValue('displayName', $this->getDisplayName()); + $writer->writeCollectionOfObjectValues('hardwareOathDevices', $this->getHardwareOathDevices()); + } + + /** + * Sets the displayName property value. Optional name given to the hardware OATH device. + * @param string|null $value Value to set for the displayName property. + */ + public function setDisplayName(?string $value): void { + $this->getBackingStore()->set('displayName', $value); + } + + /** + * Sets the hardwareOathDevices property value. Exposes the hardware OATH method in the directory. + * @param array|null $value Value to set for the hardwareOathDevices property. + */ + public function setHardwareOathDevices(?array $value): void { + $this->getBackingStore()->set('hardwareOathDevices', $value); } } diff --git a/src/Generated/Models/AuthorizationSystemResource.php b/src/Generated/Models/AuthorizationSystemResource.php index 51536a33d88..cc8b12bba0f 100644 --- a/src/Generated/Models/AuthorizationSystemResource.php +++ b/src/Generated/Models/AuthorizationSystemResource.php @@ -33,6 +33,42 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Autho return new AuthorizationSystemResource(); } + /** + * Gets the authorizationSystem property value. The authorization system that the resource exists in. + * @return AuthorizationSystem|null + */ + public function getAuthorizationSystem(): ?AuthorizationSystem { + $val = $this->getBackingStore()->get('authorizationSystem'); + if (is_null($val) || $val instanceof AuthorizationSystem) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'authorizationSystem'"); + } + + /** + * Gets the displayName property value. The name of the resource. Read-only. Supports $filter (eq,contains). + * @return string|null + */ + public function getDisplayName(): ?string { + $val = $this->getBackingStore()->get('displayName'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'displayName'"); + } + + /** + * Gets the externalId property value. The ID of the resource as defined by the authorization system provider. Read-only. Supports $filter (eq). + * @return string|null + */ + public function getExternalId(): ?string { + $val = $this->getBackingStore()->get('externalId'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'externalId'"); + } + /** * The deserialization information for the current model * @return array @@ -40,15 +76,67 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Autho public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'authorizationSystem' => fn(ParseNode $n) => $o->setAuthorizationSystem($n->getObjectValue([AuthorizationSystem::class, 'createFromDiscriminatorValue'])), + 'displayName' => fn(ParseNode $n) => $o->setDisplayName($n->getStringValue()), + 'externalId' => fn(ParseNode $n) => $o->setExternalId($n->getStringValue()), + 'resourceType' => fn(ParseNode $n) => $o->setResourceType($n->getStringValue()), ]); } + /** + * Gets the resourceType property value. The type of the resource. Read-only. Supports $filter (eq). + * @return string|null + */ + public function getResourceType(): ?string { + $val = $this->getBackingStore()->get('resourceType'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'resourceType'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeObjectValue('authorizationSystem', $this->getAuthorizationSystem()); + $writer->writeStringValue('displayName', $this->getDisplayName()); + $writer->writeStringValue('externalId', $this->getExternalId()); + $writer->writeStringValue('resourceType', $this->getResourceType()); + } + + /** + * Sets the authorizationSystem property value. The authorization system that the resource exists in. + * @param AuthorizationSystem|null $value Value to set for the authorizationSystem property. + */ + public function setAuthorizationSystem(?AuthorizationSystem $value): void { + $this->getBackingStore()->set('authorizationSystem', $value); + } + + /** + * Sets the displayName property value. The name of the resource. Read-only. Supports $filter (eq,contains). + * @param string|null $value Value to set for the displayName property. + */ + public function setDisplayName(?string $value): void { + $this->getBackingStore()->set('displayName', $value); + } + + /** + * Sets the externalId property value. The ID of the resource as defined by the authorization system provider. Read-only. Supports $filter (eq). + * @param string|null $value Value to set for the externalId property. + */ + public function setExternalId(?string $value): void { + $this->getBackingStore()->set('externalId', $value); + } + + /** + * Sets the resourceType property value. The type of the resource. Read-only. Supports $filter (eq). + * @param string|null $value Value to set for the resourceType property. + */ + public function setResourceType(?string $value): void { + $this->getBackingStore()->set('resourceType', $value); } } diff --git a/src/Generated/Models/AuthorizationSystemTypeService.php b/src/Generated/Models/AuthorizationSystemTypeService.php index 8706e028448..6b6d46e98af 100644 --- a/src/Generated/Models/AuthorizationSystemTypeService.php +++ b/src/Generated/Models/AuthorizationSystemTypeService.php @@ -5,6 +5,7 @@ use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; +use Microsoft\Kiota\Abstractions\Types\TypeUtils; class AuthorizationSystemTypeService extends Entity implements Parsable { @@ -24,6 +25,20 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Autho return new AuthorizationSystemTypeService(); } + /** + * Gets the actions property value. List of actions for the service in an authorization system that is onboarded to Permissions Management. + * @return array|null + */ + public function getActions(): ?array { + $val = $this->getBackingStore()->get('actions'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, AuthorizationSystemTypeAction::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'actions'"); + } + /** * The deserialization information for the current model * @return array @@ -31,6 +46,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Autho public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'actions' => fn(ParseNode $n) => $o->setActions($n->getCollectionOfObjectValues([AuthorizationSystemTypeAction::class, 'createFromDiscriminatorValue'])), ]); } @@ -40,6 +56,15 @@ public function getFieldDeserializers(): array { */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeCollectionOfObjectValues('actions', $this->getActions()); + } + + /** + * Sets the actions property value. List of actions for the service in an authorization system that is onboarded to Permissions Management. + * @param array|null $value Value to set for the actions property. + */ + public function setActions(?array $value): void { + $this->getBackingStore()->set('actions', $value); } } diff --git a/src/Generated/Models/AwsUser.php b/src/Generated/Models/AwsUser.php index c46b8a2e663..0cba48969c2 100644 --- a/src/Generated/Models/AwsUser.php +++ b/src/Generated/Models/AwsUser.php @@ -5,6 +5,7 @@ use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; +use Microsoft\Kiota\Abstractions\Types\TypeUtils; class AwsUser extends AwsIdentity implements Parsable { @@ -13,6 +14,7 @@ class AwsUser extends AwsIdentity implements Parsable */ public function __construct() { parent::__construct(); + $this->setOdataType('#microsoft.graph.awsUser'); } /** @@ -24,6 +26,20 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AwsUs return new AwsUser(); } + /** + * Gets the assumableRoles property value. Roles assumed by the user. + * @return array|null + */ + public function getAssumableRoles(): ?array { + $val = $this->getBackingStore()->get('assumableRoles'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, AwsRole::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'assumableRoles'"); + } + /** * The deserialization information for the current model * @return array @@ -31,6 +47,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): AwsUs public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'assumableRoles' => fn(ParseNode $n) => $o->setAssumableRoles($n->getCollectionOfObjectValues([AwsRole::class, 'createFromDiscriminatorValue'])), ]); } @@ -40,6 +57,15 @@ public function getFieldDeserializers(): array { */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeCollectionOfObjectValues('assumableRoles', $this->getAssumableRoles()); + } + + /** + * Sets the assumableRoles property value. Roles assumed by the user. + * @param array|null $value Value to set for the assumableRoles property. + */ + public function setAssumableRoles(?array $value): void { + $this->getBackingStore()->set('assumableRoles', $value); } } diff --git a/src/Generated/Models/B2bIdentityProvidersType.php b/src/Generated/Models/B2bIdentityProvidersType.php new file mode 100644 index 00000000000..37aab8958ff --- /dev/null +++ b/src/Generated/Models/B2bIdentityProvidersType.php @@ -0,0 +1,15 @@ +getBackingStore()->get('createdBy'); + if (is_null($val) || $val instanceof IdentitySet) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'createdBy'"); + } + + /** + * Gets the createdByUser property value. The createdByUser property + * @return User|null + */ + public function getCreatedByUser(): ?User { + $val = $this->getBackingStore()->get('createdByUser'); + if (is_null($val) || $val instanceof User) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'createdByUser'"); + } + + /** + * Gets the createdDateTime property value. Date and time of item creation. Read-only. + * @return DateTime|null + */ + public function getCreatedDateTime(): ?DateTime { + $val = $this->getBackingStore()->get('createdDateTime'); + if (is_null($val) || $val instanceof DateTime) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'createdDateTime'"); + } + + /** + * Gets the description property value. The description of the item. + * @return string|null + */ + public function getDescription(): ?string { + $val = $this->getBackingStore()->get('description'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'description'"); + } + + /** + * Gets the eTag property value. ETag for the item. Read-only. + * @return string|null + */ + public function getETag(): ?string { + $val = $this->getBackingStore()->get('eTag'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'eTag'"); + } + /** * The deserialization information for the current model * @return array @@ -50,15 +111,197 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): BaseI public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'createdBy' => fn(ParseNode $n) => $o->setCreatedBy($n->getObjectValue([IdentitySet::class, 'createFromDiscriminatorValue'])), + 'createdByUser' => fn(ParseNode $n) => $o->setCreatedByUser($n->getObjectValue([User::class, 'createFromDiscriminatorValue'])), + 'createdDateTime' => fn(ParseNode $n) => $o->setCreatedDateTime($n->getDateTimeValue()), + 'description' => fn(ParseNode $n) => $o->setDescription($n->getStringValue()), + 'eTag' => fn(ParseNode $n) => $o->setETag($n->getStringValue()), + 'lastModifiedBy' => fn(ParseNode $n) => $o->setLastModifiedBy($n->getObjectValue([IdentitySet::class, 'createFromDiscriminatorValue'])), + 'lastModifiedByUser' => fn(ParseNode $n) => $o->setLastModifiedByUser($n->getObjectValue([User::class, 'createFromDiscriminatorValue'])), + 'lastModifiedDateTime' => fn(ParseNode $n) => $o->setLastModifiedDateTime($n->getDateTimeValue()), + 'name' => fn(ParseNode $n) => $o->setName($n->getStringValue()), + 'parentReference' => fn(ParseNode $n) => $o->setParentReference($n->getObjectValue([ItemReference::class, 'createFromDiscriminatorValue'])), + 'webUrl' => fn(ParseNode $n) => $o->setWebUrl($n->getStringValue()), ]); } + /** + * Gets the lastModifiedBy property value. Identity of the user, device, and application that last modified the item. Read-only. + * @return IdentitySet|null + */ + public function getLastModifiedBy(): ?IdentitySet { + $val = $this->getBackingStore()->get('lastModifiedBy'); + if (is_null($val) || $val instanceof IdentitySet) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'lastModifiedBy'"); + } + + /** + * Gets the lastModifiedByUser property value. The lastModifiedByUser property + * @return User|null + */ + public function getLastModifiedByUser(): ?User { + $val = $this->getBackingStore()->get('lastModifiedByUser'); + if (is_null($val) || $val instanceof User) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'lastModifiedByUser'"); + } + + /** + * Gets the lastModifiedDateTime property value. Date and time the item was last modified. Read-only. + * @return DateTime|null + */ + public function getLastModifiedDateTime(): ?DateTime { + $val = $this->getBackingStore()->get('lastModifiedDateTime'); + if (is_null($val) || $val instanceof DateTime) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'lastModifiedDateTime'"); + } + + /** + * Gets the name property value. The name of the item. Read-write. + * @return string|null + */ + public function getName(): ?string { + $val = $this->getBackingStore()->get('name'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'name'"); + } + + /** + * Gets the parentReference property value. Parent information, if the item has a parent. Read-write. + * @return ItemReference|null + */ + public function getParentReference(): ?ItemReference { + $val = $this->getBackingStore()->get('parentReference'); + if (is_null($val) || $val instanceof ItemReference) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'parentReference'"); + } + + /** + * Gets the webUrl property value. URL that either displays the resource in the browser (for Office file formats), or is a direct link to the file (for other formats). Read-only. + * @return string|null + */ + public function getWebUrl(): ?string { + $val = $this->getBackingStore()->get('webUrl'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'webUrl'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeObjectValue('createdBy', $this->getCreatedBy()); + $writer->writeObjectValue('createdByUser', $this->getCreatedByUser()); + $writer->writeDateTimeValue('createdDateTime', $this->getCreatedDateTime()); + $writer->writeStringValue('description', $this->getDescription()); + $writer->writeStringValue('eTag', $this->getETag()); + $writer->writeObjectValue('lastModifiedBy', $this->getLastModifiedBy()); + $writer->writeObjectValue('lastModifiedByUser', $this->getLastModifiedByUser()); + $writer->writeDateTimeValue('lastModifiedDateTime', $this->getLastModifiedDateTime()); + $writer->writeStringValue('name', $this->getName()); + $writer->writeObjectValue('parentReference', $this->getParentReference()); + $writer->writeStringValue('webUrl', $this->getWebUrl()); + } + + /** + * Sets the createdBy property value. Identity of the user, device, or application that created the item. Read-only. + * @param IdentitySet|null $value Value to set for the createdBy property. + */ + public function setCreatedBy(?IdentitySet $value): void { + $this->getBackingStore()->set('createdBy', $value); + } + + /** + * Sets the createdByUser property value. The createdByUser property + * @param User|null $value Value to set for the createdByUser property. + */ + public function setCreatedByUser(?User $value): void { + $this->getBackingStore()->set('createdByUser', $value); + } + + /** + * Sets the createdDateTime property value. Date and time of item creation. Read-only. + * @param DateTime|null $value Value to set for the createdDateTime property. + */ + public function setCreatedDateTime(?DateTime $value): void { + $this->getBackingStore()->set('createdDateTime', $value); + } + + /** + * Sets the description property value. The description of the item. + * @param string|null $value Value to set for the description property. + */ + public function setDescription(?string $value): void { + $this->getBackingStore()->set('description', $value); + } + + /** + * Sets the eTag property value. ETag for the item. Read-only. + * @param string|null $value Value to set for the eTag property. + */ + public function setETag(?string $value): void { + $this->getBackingStore()->set('eTag', $value); + } + + /** + * Sets the lastModifiedBy property value. Identity of the user, device, and application that last modified the item. Read-only. + * @param IdentitySet|null $value Value to set for the lastModifiedBy property. + */ + public function setLastModifiedBy(?IdentitySet $value): void { + $this->getBackingStore()->set('lastModifiedBy', $value); + } + + /** + * Sets the lastModifiedByUser property value. The lastModifiedByUser property + * @param User|null $value Value to set for the lastModifiedByUser property. + */ + public function setLastModifiedByUser(?User $value): void { + $this->getBackingStore()->set('lastModifiedByUser', $value); + } + + /** + * Sets the lastModifiedDateTime property value. Date and time the item was last modified. Read-only. + * @param DateTime|null $value Value to set for the lastModifiedDateTime property. + */ + public function setLastModifiedDateTime(?DateTime $value): void { + $this->getBackingStore()->set('lastModifiedDateTime', $value); + } + + /** + * Sets the name property value. The name of the item. Read-write. + * @param string|null $value Value to set for the name property. + */ + public function setName(?string $value): void { + $this->getBackingStore()->set('name', $value); + } + + /** + * Sets the parentReference property value. Parent information, if the item has a parent. Read-write. + * @param ItemReference|null $value Value to set for the parentReference property. + */ + public function setParentReference(?ItemReference $value): void { + $this->getBackingStore()->set('parentReference', $value); + } + + /** + * Sets the webUrl property value. URL that either displays the resource in the browser (for Office file formats), or is a direct link to the file (for other formats). Read-only. + * @param string|null $value Value to set for the webUrl property. + */ + public function setWebUrl(?string $value): void { + $this->getBackingStore()->set('webUrl', $value); } } diff --git a/src/Generated/Models/BasicAuthentication.php b/src/Generated/Models/BasicAuthentication.php new file mode 100644 index 00000000000..975c411e3ba --- /dev/null +++ b/src/Generated/Models/BasicAuthentication.php @@ -0,0 +1,90 @@ +setOdataType('#microsoft.graph.basicAuthentication'); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return BasicAuthentication + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): BasicAuthentication { + return new BasicAuthentication(); + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return array_merge(parent::getFieldDeserializers(), [ + 'password' => fn(ParseNode $n) => $o->setPassword($n->getStringValue()), + 'username' => fn(ParseNode $n) => $o->setUsername($n->getStringValue()), + ]); + } + + /** + * Gets the password property value. The password. It isn't returned in the responses. + * @return string|null + */ + public function getPassword(): ?string { + $val = $this->getBackingStore()->get('password'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'password'"); + } + + /** + * Gets the username property value. The username. + * @return string|null + */ + public function getUsername(): ?string { + $val = $this->getBackingStore()->get('username'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'username'"); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + parent::serialize($writer); + $writer->writeStringValue('password', $this->getPassword()); + $writer->writeStringValue('username', $this->getUsername()); + } + + /** + * Sets the password property value. The password. It isn't returned in the responses. + * @param string|null $value Value to set for the password property. + */ + public function setPassword(?string $value): void { + $this->getBackingStore()->set('password', $value); + } + + /** + * Sets the username property value. The username. + * @param string|null $value Value to set for the username property. + */ + public function setUsername(?string $value): void { + $this->getBackingStore()->set('username', $value); + } + +} diff --git a/src/Generated/Models/Bundle.php b/src/Generated/Models/Bundle.php new file mode 100644 index 00000000000..d6c18d9e0b0 --- /dev/null +++ b/src/Generated/Models/Bundle.php @@ -0,0 +1,158 @@ +backingStore = BackingStoreFactorySingleton::getInstance()->createBackingStore(); + $this->setAdditionalData([]); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return Bundle + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): Bundle { + return new Bundle(); + } + + /** + * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @return array|null + */ + public function getAdditionalData(): ?array { + $val = $this->getBackingStore()->get('additionalData'); + if (is_null($val) || is_array($val)) { + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'additionalData'"); + } + + /** + * Gets the album property value. If the bundle is an album, then the album property is included + * @return Album|null + */ + public function getAlbum(): ?Album { + $val = $this->getBackingStore()->get('album'); + if (is_null($val) || $val instanceof Album) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'album'"); + } + + /** + * Gets the BackingStore property value. Stores model information. + * @return BackingStore + */ + public function getBackingStore(): BackingStore { + return $this->backingStore; + } + + /** + * Gets the childCount property value. Number of children contained immediately within this container. + * @return int|null + */ + public function getChildCount(): ?int { + $val = $this->getBackingStore()->get('childCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'childCount'"); + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return [ + 'album' => fn(ParseNode $n) => $o->setAlbum($n->getObjectValue([Album::class, 'createFromDiscriminatorValue'])), + 'childCount' => fn(ParseNode $n) => $o->setChildCount($n->getIntegerValue()), + '@odata.type' => fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), + ]; + } + + /** + * Gets the @odata.type property value. The OdataType property + * @return string|null + */ + public function getOdataType(): ?string { + $val = $this->getBackingStore()->get('odataType'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'odataType'"); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + $writer->writeObjectValue('album', $this->getAlbum()); + $writer->writeIntegerValue('childCount', $this->getChildCount()); + $writer->writeStringValue('@odata.type', $this->getOdataType()); + $writer->writeAdditionalData($this->getAdditionalData()); + } + + /** + * Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @param array $value Value to set for the AdditionalData property. + */ + public function setAdditionalData(?array $value): void { + $this->getBackingStore()->set('additionalData', $value); + } + + /** + * Sets the album property value. If the bundle is an album, then the album property is included + * @param Album|null $value Value to set for the album property. + */ + public function setAlbum(?Album $value): void { + $this->getBackingStore()->set('album', $value); + } + + /** + * Sets the BackingStore property value. Stores model information. + * @param BackingStore $value Value to set for the BackingStore property. + */ + public function setBackingStore(BackingStore $value): void { + $this->backingStore = $value; + } + + /** + * Sets the childCount property value. Number of children contained immediately within this container. + * @param int|null $value Value to set for the childCount property. + */ + public function setChildCount(?int $value): void { + $this->getBackingStore()->set('childCount', $value); + } + + /** + * Sets the @odata.type property value. The OdataType property + * @param string|null $value Value to set for the @odata.type property. + */ + public function setOdataType(?string $value): void { + $this->getBackingStore()->set('odataType', $value); + } + +} diff --git a/src/Generated/Models/BusinessScenarioPlanner.php b/src/Generated/Models/BusinessScenarioPlanner.php index c4e64f43fca..f7b6a66652b 100644 --- a/src/Generated/Models/BusinessScenarioPlanner.php +++ b/src/Generated/Models/BusinessScenarioPlanner.php @@ -5,6 +5,7 @@ use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; +use Microsoft\Kiota\Abstractions\Types\TypeUtils; class BusinessScenarioPlanner extends Entity implements Parsable { @@ -31,15 +32,83 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Busin public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'planConfiguration' => fn(ParseNode $n) => $o->setPlanConfiguration($n->getObjectValue([PlannerPlanConfiguration::class, 'createFromDiscriminatorValue'])), + 'taskConfiguration' => fn(ParseNode $n) => $o->setTaskConfiguration($n->getObjectValue([PlannerTaskConfiguration::class, 'createFromDiscriminatorValue'])), + 'tasks' => fn(ParseNode $n) => $o->setTasks($n->getCollectionOfObjectValues([BusinessScenarioTask::class, 'createFromDiscriminatorValue'])), ]); } + /** + * Gets the planConfiguration property value. The configuration of Planner plans that will be created for the scenario. + * @return PlannerPlanConfiguration|null + */ + public function getPlanConfiguration(): ?PlannerPlanConfiguration { + $val = $this->getBackingStore()->get('planConfiguration'); + if (is_null($val) || $val instanceof PlannerPlanConfiguration) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'planConfiguration'"); + } + + /** + * Gets the taskConfiguration property value. The configuration of Planner tasks that will be created for the scenario. + * @return PlannerTaskConfiguration|null + */ + public function getTaskConfiguration(): ?PlannerTaskConfiguration { + $val = $this->getBackingStore()->get('taskConfiguration'); + if (is_null($val) || $val instanceof PlannerTaskConfiguration) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'taskConfiguration'"); + } + + /** + * Gets the tasks property value. The Planner tasks for the scenario. + * @return array|null + */ + public function getTasks(): ?array { + $val = $this->getBackingStore()->get('tasks'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, BusinessScenarioTask::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'tasks'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeObjectValue('planConfiguration', $this->getPlanConfiguration()); + $writer->writeObjectValue('taskConfiguration', $this->getTaskConfiguration()); + $writer->writeCollectionOfObjectValues('tasks', $this->getTasks()); + } + + /** + * Sets the planConfiguration property value. The configuration of Planner plans that will be created for the scenario. + * @param PlannerPlanConfiguration|null $value Value to set for the planConfiguration property. + */ + public function setPlanConfiguration(?PlannerPlanConfiguration $value): void { + $this->getBackingStore()->set('planConfiguration', $value); + } + + /** + * Sets the taskConfiguration property value. The configuration of Planner tasks that will be created for the scenario. + * @param PlannerTaskConfiguration|null $value Value to set for the taskConfiguration property. + */ + public function setTaskConfiguration(?PlannerTaskConfiguration $value): void { + $this->getBackingStore()->set('taskConfiguration', $value); + } + + /** + * Sets the tasks property value. The Planner tasks for the scenario. + * @param array|null $value Value to set for the tasks property. + */ + public function setTasks(?array $value): void { + $this->getBackingStore()->set('tasks', $value); } } diff --git a/src/Generated/Models/Calendar.php b/src/Generated/Models/Calendar.php index e06fb4e7a52..88441f5ce41 100644 --- a/src/Generated/Models/Calendar.php +++ b/src/Generated/Models/Calendar.php @@ -5,6 +5,7 @@ use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; +use Microsoft\Kiota\Abstractions\Types\TypeUtils; class Calendar extends Entity implements Parsable { @@ -24,6 +25,146 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Calen return new Calendar(); } + /** + * Gets the allowedOnlineMeetingProviders property value. Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness. + * @return array|null + */ + public function getAllowedOnlineMeetingProviders(): ?array { + $val = $this->getBackingStore()->get('allowedOnlineMeetingProviders'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, OnlineMeetingProviderType::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'allowedOnlineMeetingProviders'"); + } + + /** + * Gets the calendarGroupId property value. The calendarGroup in which to create the calendar. If the user has never explicitly set a group for the calendar, this property is null. + * @return string|null + */ + public function getCalendarGroupId(): ?string { + $val = $this->getBackingStore()->get('calendarGroupId'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'calendarGroupId'"); + } + + /** + * Gets the calendarPermissions property value. The permissions of the users with whom the calendar is shared. + * @return array|null + */ + public function getCalendarPermissions(): ?array { + $val = $this->getBackingStore()->get('calendarPermissions'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, CalendarPermission::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'calendarPermissions'"); + } + + /** + * Gets the calendarView property value. The calendar view for the calendar. Navigation property. Read-only. + * @return array|null + */ + public function getCalendarView(): ?array { + $val = $this->getBackingStore()->get('calendarView'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, Event::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'calendarView'"); + } + + /** + * Gets the canEdit property value. true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access, through an Outlook client or the corresponding calendarPermission resource. Read-only. + * @return bool|null + */ + public function getCanEdit(): ?bool { + $val = $this->getBackingStore()->get('canEdit'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'canEdit'"); + } + + /** + * Gets the canShare property value. true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only. + * @return bool|null + */ + public function getCanShare(): ?bool { + $val = $this->getBackingStore()->get('canShare'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'canShare'"); + } + + /** + * Gets the canViewPrivateItems property value. true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only. + * @return bool|null + */ + public function getCanViewPrivateItems(): ?bool { + $val = $this->getBackingStore()->get('canViewPrivateItems'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'canViewPrivateItems'"); + } + + /** + * Gets the changeKey property value. Identifies the version of the calendar object. Every time the calendar is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only. + * @return string|null + */ + public function getChangeKey(): ?string { + $val = $this->getBackingStore()->get('changeKey'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'changeKey'"); + } + + /** + * Gets the color property value. Specifies the color theme to distinguish the calendar from other calendars in a UI. The property values are: auto, lightBlue, lightGreen, lightOrange, lightGray, lightYellow, lightTeal, lightPink, lightBrown, lightRed, maxColor. + * @return CalendarColor|null + */ + public function getColor(): ?CalendarColor { + $val = $this->getBackingStore()->get('color'); + if (is_null($val) || $val instanceof CalendarColor) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'color'"); + } + + /** + * Gets the defaultOnlineMeetingProvider property value. The default online meeting provider for meetings sent from this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness. + * @return OnlineMeetingProviderType|null + */ + public function getDefaultOnlineMeetingProvider(): ?OnlineMeetingProviderType { + $val = $this->getBackingStore()->get('defaultOnlineMeetingProvider'); + if (is_null($val) || $val instanceof OnlineMeetingProviderType) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'defaultOnlineMeetingProvider'"); + } + + /** + * Gets the events property value. The events in the calendar. Navigation property. Read-only. + * @return array|null + */ + public function getEvents(): ?array { + $val = $this->getBackingStore()->get('events'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, Event::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'events'"); + } + /** * The deserialization information for the current model * @return array @@ -31,15 +172,349 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Calen public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'allowedOnlineMeetingProviders' => fn(ParseNode $n) => $o->setAllowedOnlineMeetingProviders($n->getCollectionOfEnumValues(OnlineMeetingProviderType::class)), + 'calendarGroupId' => fn(ParseNode $n) => $o->setCalendarGroupId($n->getStringValue()), + 'calendarPermissions' => fn(ParseNode $n) => $o->setCalendarPermissions($n->getCollectionOfObjectValues([CalendarPermission::class, 'createFromDiscriminatorValue'])), + 'calendarView' => fn(ParseNode $n) => $o->setCalendarView($n->getCollectionOfObjectValues([Event::class, 'createFromDiscriminatorValue'])), + 'canEdit' => fn(ParseNode $n) => $o->setCanEdit($n->getBooleanValue()), + 'canShare' => fn(ParseNode $n) => $o->setCanShare($n->getBooleanValue()), + 'canViewPrivateItems' => fn(ParseNode $n) => $o->setCanViewPrivateItems($n->getBooleanValue()), + 'changeKey' => fn(ParseNode $n) => $o->setChangeKey($n->getStringValue()), + 'color' => fn(ParseNode $n) => $o->setColor($n->getEnumValue(CalendarColor::class)), + 'defaultOnlineMeetingProvider' => fn(ParseNode $n) => $o->setDefaultOnlineMeetingProvider($n->getEnumValue(OnlineMeetingProviderType::class)), + 'events' => fn(ParseNode $n) => $o->setEvents($n->getCollectionOfObjectValues([Event::class, 'createFromDiscriminatorValue'])), + 'hexColor' => fn(ParseNode $n) => $o->setHexColor($n->getStringValue()), + 'isDefaultCalendar' => fn(ParseNode $n) => $o->setIsDefaultCalendar($n->getBooleanValue()), + 'isRemovable' => fn(ParseNode $n) => $o->setIsRemovable($n->getBooleanValue()), + 'isShared' => fn(ParseNode $n) => $o->setIsShared($n->getBooleanValue()), + 'isSharedWithMe' => fn(ParseNode $n) => $o->setIsSharedWithMe($n->getBooleanValue()), + 'isTallyingResponses' => fn(ParseNode $n) => $o->setIsTallyingResponses($n->getBooleanValue()), + 'multiValueExtendedProperties' => fn(ParseNode $n) => $o->setMultiValueExtendedProperties($n->getCollectionOfObjectValues([MultiValueLegacyExtendedProperty::class, 'createFromDiscriminatorValue'])), + 'name' => fn(ParseNode $n) => $o->setName($n->getStringValue()), + 'owner' => fn(ParseNode $n) => $o->setOwner($n->getObjectValue([EmailAddress::class, 'createFromDiscriminatorValue'])), + 'singleValueExtendedProperties' => fn(ParseNode $n) => $o->setSingleValueExtendedProperties($n->getCollectionOfObjectValues([SingleValueLegacyExtendedProperty::class, 'createFromDiscriminatorValue'])), ]); } + /** + * Gets the hexColor property value. The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. + * @return string|null + */ + public function getHexColor(): ?string { + $val = $this->getBackingStore()->get('hexColor'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'hexColor'"); + } + + /** + * Gets the isDefaultCalendar property value. true if this is the default calendar where new events are created by default, false otherwise. + * @return bool|null + */ + public function getIsDefaultCalendar(): ?bool { + $val = $this->getBackingStore()->get('isDefaultCalendar'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'isDefaultCalendar'"); + } + + /** + * Gets the isRemovable property value. Indicates whether this user calendar can be deleted from the user mailbox. + * @return bool|null + */ + public function getIsRemovable(): ?bool { + $val = $this->getBackingStore()->get('isRemovable'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'isRemovable'"); + } + + /** + * Gets the isShared property value. true if the user has shared the calendar with other users, false otherwise. Since only the user who created the calendar can share it, isShared and isSharedWithMe cannot be true for the same user. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only. + * @return bool|null + */ + public function getIsShared(): ?bool { + $val = $this->getBackingStore()->get('isShared'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'isShared'"); + } + + /** + * Gets the isSharedWithMe property value. true if the user has been shared this calendar, false otherwise. This property is always false for a calendar owner. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only. + * @return bool|null + */ + public function getIsSharedWithMe(): ?bool { + $val = $this->getBackingStore()->get('isSharedWithMe'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'isSharedWithMe'"); + } + + /** + * Gets the isTallyingResponses property value. Indicates whether this user calendar supports tracking of meeting responses. Only meeting invites sent from users' primary calendars support tracking of meeting responses. + * @return bool|null + */ + public function getIsTallyingResponses(): ?bool { + $val = $this->getBackingStore()->get('isTallyingResponses'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'isTallyingResponses'"); + } + + /** + * Gets the multiValueExtendedProperties property value. The collection of multi-value extended properties defined for the calendar. Read-only. Nullable. + * @return array|null + */ + public function getMultiValueExtendedProperties(): ?array { + $val = $this->getBackingStore()->get('multiValueExtendedProperties'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, MultiValueLegacyExtendedProperty::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'multiValueExtendedProperties'"); + } + + /** + * Gets the name property value. The calendar name. + * @return string|null + */ + public function getName(): ?string { + $val = $this->getBackingStore()->get('name'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'name'"); + } + + /** + * Gets the owner property value. If set, this represents the user who created or added the calendar. For a calendar that the user created or added, the owner property is set to the user. For a calendar shared with the user, the owner property is set to the person who shared that calendar with the user. Read-only. + * @return EmailAddress|null + */ + public function getOwner(): ?EmailAddress { + $val = $this->getBackingStore()->get('owner'); + if (is_null($val) || $val instanceof EmailAddress) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'owner'"); + } + + /** + * Gets the singleValueExtendedProperties property value. The collection of single-value extended properties defined for the calendar. Read-only. Nullable. + * @return array|null + */ + public function getSingleValueExtendedProperties(): ?array { + $val = $this->getBackingStore()->get('singleValueExtendedProperties'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, SingleValueLegacyExtendedProperty::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'singleValueExtendedProperties'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeCollectionOfEnumValues('allowedOnlineMeetingProviders', $this->getAllowedOnlineMeetingProviders()); + $writer->writeStringValue('calendarGroupId', $this->getCalendarGroupId()); + $writer->writeCollectionOfObjectValues('calendarPermissions', $this->getCalendarPermissions()); + $writer->writeCollectionOfObjectValues('calendarView', $this->getCalendarView()); + $writer->writeBooleanValue('canEdit', $this->getCanEdit()); + $writer->writeBooleanValue('canShare', $this->getCanShare()); + $writer->writeBooleanValue('canViewPrivateItems', $this->getCanViewPrivateItems()); + $writer->writeStringValue('changeKey', $this->getChangeKey()); + $writer->writeEnumValue('color', $this->getColor()); + $writer->writeEnumValue('defaultOnlineMeetingProvider', $this->getDefaultOnlineMeetingProvider()); + $writer->writeCollectionOfObjectValues('events', $this->getEvents()); + $writer->writeStringValue('hexColor', $this->getHexColor()); + $writer->writeBooleanValue('isDefaultCalendar', $this->getIsDefaultCalendar()); + $writer->writeBooleanValue('isRemovable', $this->getIsRemovable()); + $writer->writeBooleanValue('isShared', $this->getIsShared()); + $writer->writeBooleanValue('isSharedWithMe', $this->getIsSharedWithMe()); + $writer->writeBooleanValue('isTallyingResponses', $this->getIsTallyingResponses()); + $writer->writeCollectionOfObjectValues('multiValueExtendedProperties', $this->getMultiValueExtendedProperties()); + $writer->writeStringValue('name', $this->getName()); + $writer->writeObjectValue('owner', $this->getOwner()); + $writer->writeCollectionOfObjectValues('singleValueExtendedProperties', $this->getSingleValueExtendedProperties()); + } + + /** + * Sets the allowedOnlineMeetingProviders property value. Represent the online meeting service providers that can be used to create online meetings in this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness. + * @param array|null $value Value to set for the allowedOnlineMeetingProviders property. + */ + public function setAllowedOnlineMeetingProviders(?array $value): void { + $this->getBackingStore()->set('allowedOnlineMeetingProviders', $value); + } + + /** + * Sets the calendarGroupId property value. The calendarGroup in which to create the calendar. If the user has never explicitly set a group for the calendar, this property is null. + * @param string|null $value Value to set for the calendarGroupId property. + */ + public function setCalendarGroupId(?string $value): void { + $this->getBackingStore()->set('calendarGroupId', $value); + } + + /** + * Sets the calendarPermissions property value. The permissions of the users with whom the calendar is shared. + * @param array|null $value Value to set for the calendarPermissions property. + */ + public function setCalendarPermissions(?array $value): void { + $this->getBackingStore()->set('calendarPermissions', $value); + } + + /** + * Sets the calendarView property value. The calendar view for the calendar. Navigation property. Read-only. + * @param array|null $value Value to set for the calendarView property. + */ + public function setCalendarView(?array $value): void { + $this->getBackingStore()->set('calendarView', $value); + } + + /** + * Sets the canEdit property value. true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access, through an Outlook client or the corresponding calendarPermission resource. Read-only. + * @param bool|null $value Value to set for the canEdit property. + */ + public function setCanEdit(?bool $value): void { + $this->getBackingStore()->set('canEdit', $value); + } + + /** + * Sets the canShare property value. true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only. + * @param bool|null $value Value to set for the canShare property. + */ + public function setCanShare(?bool $value): void { + $this->getBackingStore()->set('canShare', $value); + } + + /** + * Sets the canViewPrivateItems property value. true if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only. + * @param bool|null $value Value to set for the canViewPrivateItems property. + */ + public function setCanViewPrivateItems(?bool $value): void { + $this->getBackingStore()->set('canViewPrivateItems', $value); + } + + /** + * Sets the changeKey property value. Identifies the version of the calendar object. Every time the calendar is changed, changeKey changes as well. This allows Exchange to apply changes to the correct version of the object. Read-only. + * @param string|null $value Value to set for the changeKey property. + */ + public function setChangeKey(?string $value): void { + $this->getBackingStore()->set('changeKey', $value); + } + + /** + * Sets the color property value. Specifies the color theme to distinguish the calendar from other calendars in a UI. The property values are: auto, lightBlue, lightGreen, lightOrange, lightGray, lightYellow, lightTeal, lightPink, lightBrown, lightRed, maxColor. + * @param CalendarColor|null $value Value to set for the color property. + */ + public function setColor(?CalendarColor $value): void { + $this->getBackingStore()->set('color', $value); + } + + /** + * Sets the defaultOnlineMeetingProvider property value. The default online meeting provider for meetings sent from this calendar. Possible values are: unknown, skypeForBusiness, skypeForConsumer, teamsForBusiness. + * @param OnlineMeetingProviderType|null $value Value to set for the defaultOnlineMeetingProvider property. + */ + public function setDefaultOnlineMeetingProvider(?OnlineMeetingProviderType $value): void { + $this->getBackingStore()->set('defaultOnlineMeetingProvider', $value); + } + + /** + * Sets the events property value. The events in the calendar. Navigation property. Read-only. + * @param array|null $value Value to set for the events property. + */ + public function setEvents(?array $value): void { + $this->getBackingStore()->set('events', $value); + } + + /** + * Sets the hexColor property value. The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. + * @param string|null $value Value to set for the hexColor property. + */ + public function setHexColor(?string $value): void { + $this->getBackingStore()->set('hexColor', $value); + } + + /** + * Sets the isDefaultCalendar property value. true if this is the default calendar where new events are created by default, false otherwise. + * @param bool|null $value Value to set for the isDefaultCalendar property. + */ + public function setIsDefaultCalendar(?bool $value): void { + $this->getBackingStore()->set('isDefaultCalendar', $value); + } + + /** + * Sets the isRemovable property value. Indicates whether this user calendar can be deleted from the user mailbox. + * @param bool|null $value Value to set for the isRemovable property. + */ + public function setIsRemovable(?bool $value): void { + $this->getBackingStore()->set('isRemovable', $value); + } + + /** + * Sets the isShared property value. true if the user has shared the calendar with other users, false otherwise. Since only the user who created the calendar can share it, isShared and isSharedWithMe cannot be true for the same user. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only. + * @param bool|null $value Value to set for the isShared property. + */ + public function setIsShared(?bool $value): void { + $this->getBackingStore()->set('isShared', $value); + } + + /** + * Sets the isSharedWithMe property value. true if the user has been shared this calendar, false otherwise. This property is always false for a calendar owner. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only. + * @param bool|null $value Value to set for the isSharedWithMe property. + */ + public function setIsSharedWithMe(?bool $value): void { + $this->getBackingStore()->set('isSharedWithMe', $value); + } + + /** + * Sets the isTallyingResponses property value. Indicates whether this user calendar supports tracking of meeting responses. Only meeting invites sent from users' primary calendars support tracking of meeting responses. + * @param bool|null $value Value to set for the isTallyingResponses property. + */ + public function setIsTallyingResponses(?bool $value): void { + $this->getBackingStore()->set('isTallyingResponses', $value); + } + + /** + * Sets the multiValueExtendedProperties property value. The collection of multi-value extended properties defined for the calendar. Read-only. Nullable. + * @param array|null $value Value to set for the multiValueExtendedProperties property. + */ + public function setMultiValueExtendedProperties(?array $value): void { + $this->getBackingStore()->set('multiValueExtendedProperties', $value); + } + + /** + * Sets the name property value. The calendar name. + * @param string|null $value Value to set for the name property. + */ + public function setName(?string $value): void { + $this->getBackingStore()->set('name', $value); + } + + /** + * Sets the owner property value. If set, this represents the user who created or added the calendar. For a calendar that the user created or added, the owner property is set to the user. For a calendar shared with the user, the owner property is set to the person who shared that calendar with the user. Read-only. + * @param EmailAddress|null $value Value to set for the owner property. + */ + public function setOwner(?EmailAddress $value): void { + $this->getBackingStore()->set('owner', $value); + } + + /** + * Sets the singleValueExtendedProperties property value. The collection of single-value extended properties defined for the calendar. Read-only. Nullable. + * @param array|null $value Value to set for the singleValueExtendedProperties property. + */ + public function setSingleValueExtendedProperties(?array $value): void { + $this->getBackingStore()->set('singleValueExtendedProperties', $value); } } diff --git a/src/Generated/Models/CalendarColor.php b/src/Generated/Models/CalendarColor.php new file mode 100644 index 00000000000..3a02c65f4ed --- /dev/null +++ b/src/Generated/Models/CalendarColor.php @@ -0,0 +1,19 @@ +|null + * @return array|null */ public function getAllowedRoles(): ?array { $val = $this->getBackingStore()->get('allowedRoles'); if (is_array($val) || is_null($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - /** @var array|null $val */ + TypeUtils::validateCollectionValues($val, CalendarRoleType::class); + /** @var array|null $val */ return $val; } throw new \UnexpectedValueException("Invalid type found in backing store for 'allowedRoles'"); @@ -58,14 +58,7 @@ public function getEmailAddress(): ?EmailAddress { public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ - 'allowedRoles' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setAllowedRoles($val); - }, + 'allowedRoles' => fn(ParseNode $n) => $o->setAllowedRoles($n->getCollectionOfEnumValues(CalendarRoleType::class)), 'emailAddress' => fn(ParseNode $n) => $o->setEmailAddress($n->getObjectValue([EmailAddress::class, 'createFromDiscriminatorValue'])), 'isInsideOrganization' => fn(ParseNode $n) => $o->setIsInsideOrganization($n->getBooleanValue()), 'isRemovable' => fn(ParseNode $n) => $o->setIsRemovable($n->getBooleanValue()), @@ -115,7 +108,7 @@ public function getRole(): ?CalendarRoleType { */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); - $writer->writeCollectionOfPrimitiveValues('allowedRoles', $this->getAllowedRoles()); + $writer->writeCollectionOfEnumValues('allowedRoles', $this->getAllowedRoles()); $writer->writeObjectValue('emailAddress', $this->getEmailAddress()); $writer->writeBooleanValue('isInsideOrganization', $this->getIsInsideOrganization()); $writer->writeBooleanValue('isRemovable', $this->getIsRemovable()); @@ -124,7 +117,7 @@ public function serialize(SerializationWriter $writer): void { /** * Sets the allowedRoles property value. List of allowed sharing or delegating permission levels for the calendar. Possible values are: none, freeBusyRead, limitedRead, read, write, delegateWithoutPrivateEventAccess, delegateWithPrivateEventAccess, custom. - * @param array|null $value Value to set for the allowedRoles property. + * @param array|null $value Value to set for the allowedRoles property. */ public function setAllowedRoles(?array $value): void { $this->getBackingStore()->set('allowedRoles', $value); diff --git a/src/Generated/Models/Call.php b/src/Generated/Models/Call.php index 38431b1229a..75129f2dd37 100644 --- a/src/Generated/Models/Call.php +++ b/src/Generated/Models/Call.php @@ -27,13 +27,13 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Call /** * Gets the activeModalities property value. The list of active modalities. Possible values are: unknown, audio, video, videoBasedScreenSharing, data. Read-only. - * @return array|null + * @return array|null */ public function getActiveModalities(): ?array { $val = $this->getBackingStore()->get('activeModalities'); if (is_array($val) || is_null($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - /** @var array|null $val */ + TypeUtils::validateCollectionValues($val, Modality::class); + /** @var array|null $val */ return $val; } throw new \UnexpectedValueException("Invalid type found in backing store for 'activeModalities'"); @@ -160,14 +160,7 @@ public function getDirection(): ?CallDirection { public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ - 'activeModalities' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setActiveModalities($val); - }, + 'activeModalities' => fn(ParseNode $n) => $o->setActiveModalities($n->getCollectionOfEnumValues(Modality::class)), 'answeredBy' => fn(ParseNode $n) => $o->setAnsweredBy($n->getObjectValue([ParticipantInfo::class, 'createFromDiscriminatorValue'])), 'audioRoutingGroups' => fn(ParseNode $n) => $o->setAudioRoutingGroups($n->getCollectionOfObjectValues([AudioRoutingGroup::class, 'createFromDiscriminatorValue'])), 'callbackUri' => fn(ParseNode $n) => $o->setCallbackUri($n->getStringValue()), @@ -185,24 +178,10 @@ public function getFieldDeserializers(): array { 'myParticipantId' => fn(ParseNode $n) => $o->setMyParticipantId($n->getStringValue()), 'operations' => fn(ParseNode $n) => $o->setOperations($n->getCollectionOfObjectValues([CommsOperation::class, 'createFromDiscriminatorValue'])), 'participants' => fn(ParseNode $n) => $o->setParticipants($n->getCollectionOfObjectValues([Participant::class, 'createFromDiscriminatorValue'])), - 'requestedModalities' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setRequestedModalities($val); - }, + 'requestedModalities' => fn(ParseNode $n) => $o->setRequestedModalities($n->getCollectionOfEnumValues(Modality::class)), 'resultInfo' => fn(ParseNode $n) => $o->setResultInfo($n->getObjectValue([ResultInfo::class, 'createFromDiscriminatorValue'])), 'ringingTimeoutInSeconds' => fn(ParseNode $n) => $o->setRingingTimeoutInSeconds($n->getIntegerValue()), - 'routingPolicies' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setRoutingPolicies($val); - }, + 'routingPolicies' => fn(ParseNode $n) => $o->setRoutingPolicies($n->getCollectionOfEnumValues(RoutingPolicy::class)), 'source' => fn(ParseNode $n) => $o->setSource($n->getObjectValue([ParticipantInfo::class, 'createFromDiscriminatorValue'])), 'state' => fn(ParseNode $n) => $o->setState($n->getEnumValue(CallState::class)), 'subject' => fn(ParseNode $n) => $o->setSubject($n->getStringValue()), @@ -316,13 +295,13 @@ public function getParticipants(): ?array { /** * Gets the requestedModalities property value. The list of requested modalities. Possible values are: unknown, audio, video, videoBasedScreenSharing, data. - * @return array|null + * @return array|null */ public function getRequestedModalities(): ?array { $val = $this->getBackingStore()->get('requestedModalities'); if (is_array($val) || is_null($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - /** @var array|null $val */ + TypeUtils::validateCollectionValues($val, Modality::class); + /** @var array|null $val */ return $val; } throw new \UnexpectedValueException("Invalid type found in backing store for 'requestedModalities'"); @@ -354,13 +333,13 @@ public function getRingingTimeoutInSeconds(): ?int { /** * Gets the routingPolicies property value. This property is applicable for peer to peer calls only. Possible values are: none, noMissedCall, disableForwardingExceptPhone, disableForwarding, preferSkypeForBusiness, unknownFutureValue. - * @return array|null + * @return array|null */ public function getRoutingPolicies(): ?array { $val = $this->getBackingStore()->get('routingPolicies'); if (is_array($val) || is_null($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - /** @var array|null $val */ + TypeUtils::validateCollectionValues($val, RoutingPolicy::class); + /** @var array|null $val */ return $val; } throw new \UnexpectedValueException("Invalid type found in backing store for 'routingPolicies'"); @@ -470,7 +449,7 @@ public function getTranscription(): ?CallTranscriptionInfo { */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); - $writer->writeCollectionOfPrimitiveValues('activeModalities', $this->getActiveModalities()); + $writer->writeCollectionOfEnumValues('activeModalities', $this->getActiveModalities()); $writer->writeObjectValue('answeredBy', $this->getAnsweredBy()); $writer->writeCollectionOfObjectValues('audioRoutingGroups', $this->getAudioRoutingGroups()); $writer->writeStringValue('callbackUri', $this->getCallbackUri()); @@ -488,10 +467,10 @@ public function serialize(SerializationWriter $writer): void { $writer->writeStringValue('myParticipantId', $this->getMyParticipantId()); $writer->writeCollectionOfObjectValues('operations', $this->getOperations()); $writer->writeCollectionOfObjectValues('participants', $this->getParticipants()); - $writer->writeCollectionOfPrimitiveValues('requestedModalities', $this->getRequestedModalities()); + $writer->writeCollectionOfEnumValues('requestedModalities', $this->getRequestedModalities()); $writer->writeObjectValue('resultInfo', $this->getResultInfo()); $writer->writeIntegerValue('ringingTimeoutInSeconds', $this->getRingingTimeoutInSeconds()); - $writer->writeCollectionOfPrimitiveValues('routingPolicies', $this->getRoutingPolicies()); + $writer->writeCollectionOfEnumValues('routingPolicies', $this->getRoutingPolicies()); $writer->writeObjectValue('source', $this->getSource()); $writer->writeEnumValue('state', $this->getState()); $writer->writeStringValue('subject', $this->getSubject()); @@ -504,7 +483,7 @@ public function serialize(SerializationWriter $writer): void { /** * Sets the activeModalities property value. The list of active modalities. Possible values are: unknown, audio, video, videoBasedScreenSharing, data. Read-only. - * @param array|null $value Value to set for the activeModalities property. + * @param array|null $value Value to set for the activeModalities property. */ public function setActiveModalities(?array $value): void { $this->getBackingStore()->set('activeModalities', $value); @@ -648,7 +627,7 @@ public function setParticipants(?array $value): void { /** * Sets the requestedModalities property value. The list of requested modalities. Possible values are: unknown, audio, video, videoBasedScreenSharing, data. - * @param array|null $value Value to set for the requestedModalities property. + * @param array|null $value Value to set for the requestedModalities property. */ public function setRequestedModalities(?array $value): void { $this->getBackingStore()->set('requestedModalities', $value); @@ -672,7 +651,7 @@ public function setRingingTimeoutInSeconds(?int $value): void { /** * Sets the routingPolicies property value. This property is applicable for peer to peer calls only. Possible values are: none, noMissedCall, disableForwardingExceptPhone, disableForwarding, preferSkypeForBusiness, unknownFutureValue. - * @param array|null $value Value to set for the routingPolicies property. + * @param array|null $value Value to set for the routingPolicies property. */ public function setRoutingPolicies(?array $value): void { $this->getBackingStore()->set('routingPolicies', $value); diff --git a/src/Generated/Models/CallRecords/ParticipantBase.php b/src/Generated/Models/CallRecords/ParticipantBase.php index 6f282ab7a10..79f54055011 100644 --- a/src/Generated/Models/CallRecords/ParticipantBase.php +++ b/src/Generated/Models/CallRecords/ParticipantBase.php @@ -2,10 +2,12 @@ namespace Microsoft\Graph\Beta\Generated\Models\CallRecords; +use Microsoft\Graph\Beta\Generated\Models\CommunicationsIdentitySet; use Microsoft\Graph\Beta\Generated\Models\Entity; use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; +use Microsoft\Kiota\Abstractions\Types\TypeUtils; class ParticipantBase extends Entity implements Parsable { @@ -33,6 +35,20 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Parti return new ParticipantBase(); } + /** + * Gets the administrativeUnitInfos property value. List of administrativeUnitInfo of the call participant. + * @return array|null + */ + public function getAdministrativeUnitInfos(): ?array { + $val = $this->getBackingStore()->get('administrativeUnitInfos'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, AdministrativeUnitInfo::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'administrativeUnitInfos'"); + } + /** * The deserialization information for the current model * @return array @@ -40,15 +56,47 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Parti public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'administrativeUnitInfos' => fn(ParseNode $n) => $o->setAdministrativeUnitInfos($n->getCollectionOfObjectValues([AdministrativeUnitInfo::class, 'createFromDiscriminatorValue'])), + 'identity' => fn(ParseNode $n) => $o->setIdentity($n->getObjectValue([CommunicationsIdentitySet::class, 'createFromDiscriminatorValue'])), ]); } + /** + * Gets the identity property value. The identity of the call participant. + * @return CommunicationsIdentitySet|null + */ + public function getIdentity(): ?CommunicationsIdentitySet { + $val = $this->getBackingStore()->get('identity'); + if (is_null($val) || $val instanceof CommunicationsIdentitySet) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'identity'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeCollectionOfObjectValues('administrativeUnitInfos', $this->getAdministrativeUnitInfos()); + $writer->writeObjectValue('identity', $this->getIdentity()); + } + + /** + * Sets the administrativeUnitInfos property value. List of administrativeUnitInfo of the call participant. + * @param array|null $value Value to set for the administrativeUnitInfos property. + */ + public function setAdministrativeUnitInfos(?array $value): void { + $this->getBackingStore()->set('administrativeUnitInfos', $value); + } + + /** + * Sets the identity property value. The identity of the call participant. + * @param CommunicationsIdentitySet|null $value Value to set for the identity property. + */ + public function setIdentity(?CommunicationsIdentitySet $value): void { + $this->getBackingStore()->set('identity', $value); } } diff --git a/src/Generated/Models/CanvasLayout.php b/src/Generated/Models/CanvasLayout.php index 00c2ffac9f3..efeb7b082ab 100644 --- a/src/Generated/Models/CanvasLayout.php +++ b/src/Generated/Models/CanvasLayout.php @@ -5,6 +5,7 @@ use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; +use Microsoft\Kiota\Abstractions\Types\TypeUtils; class CanvasLayout extends Entity implements Parsable { @@ -31,15 +32,61 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Canva public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'horizontalSections' => fn(ParseNode $n) => $o->setHorizontalSections($n->getCollectionOfObjectValues([HorizontalSection::class, 'createFromDiscriminatorValue'])), + 'verticalSection' => fn(ParseNode $n) => $o->setVerticalSection($n->getObjectValue([VerticalSection::class, 'createFromDiscriminatorValue'])), ]); } + /** + * Gets the horizontalSections property value. Collection of horizontal sections on the SharePoint page. + * @return array|null + */ + public function getHorizontalSections(): ?array { + $val = $this->getBackingStore()->get('horizontalSections'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, HorizontalSection::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'horizontalSections'"); + } + + /** + * Gets the verticalSection property value. Vertical section on the SharePoint page. + * @return VerticalSection|null + */ + public function getVerticalSection(): ?VerticalSection { + $val = $this->getBackingStore()->get('verticalSection'); + if (is_null($val) || $val instanceof VerticalSection) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'verticalSection'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeCollectionOfObjectValues('horizontalSections', $this->getHorizontalSections()); + $writer->writeObjectValue('verticalSection', $this->getVerticalSection()); + } + + /** + * Sets the horizontalSections property value. Collection of horizontal sections on the SharePoint page. + * @param array|null $value Value to set for the horizontalSections property. + */ + public function setHorizontalSections(?array $value): void { + $this->getBackingStore()->set('horizontalSections', $value); + } + + /** + * Sets the verticalSection property value. Vertical section on the SharePoint page. + * @param VerticalSection|null $value Value to set for the verticalSection property. + */ + public function setVerticalSection(?VerticalSection $value): void { + $this->getBackingStore()->set('verticalSection', $value); } } diff --git a/src/Generated/Models/ChatMessageInfo.php b/src/Generated/Models/ChatMessageInfo.php index cf76c3b1c16..8f200335792 100644 --- a/src/Generated/Models/ChatMessageInfo.php +++ b/src/Generated/Models/ChatMessageInfo.php @@ -2,6 +2,7 @@ namespace Microsoft\Graph\Beta\Generated\Models; +use DateTime; use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; @@ -24,6 +25,42 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ChatM return new ChatMessageInfo(); } + /** + * Gets the body property value. Body of the chatMessage. This will still contain markers for @mentions and attachments even though the object doesn't return @mentions and attachments. + * @return ItemBody|null + */ + public function getBody(): ?ItemBody { + $val = $this->getBackingStore()->get('body'); + if (is_null($val) || $val instanceof ItemBody) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'body'"); + } + + /** + * Gets the createdDateTime property value. Date time object representing the time at which message was created. + * @return DateTime|null + */ + public function getCreatedDateTime(): ?DateTime { + $val = $this->getBackingStore()->get('createdDateTime'); + if (is_null($val) || $val instanceof DateTime) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'createdDateTime'"); + } + + /** + * Gets the eventDetail property value. Read-only. If present, represents details of an event that happened in a chat, a channel, or a team, for example, members were added, and so on. For event messages, the messageType property is set to systemEventMessage. + * @return EventMessageDetail|null + */ + public function getEventDetail(): ?EventMessageDetail { + $val = $this->getBackingStore()->get('eventDetail'); + if (is_null($val) || $val instanceof EventMessageDetail) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'eventDetail'"); + } + /** * The deserialization information for the current model * @return array @@ -31,15 +68,111 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): ChatM public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'body' => fn(ParseNode $n) => $o->setBody($n->getObjectValue([ItemBody::class, 'createFromDiscriminatorValue'])), + 'createdDateTime' => fn(ParseNode $n) => $o->setCreatedDateTime($n->getDateTimeValue()), + 'eventDetail' => fn(ParseNode $n) => $o->setEventDetail($n->getObjectValue([EventMessageDetail::class, 'createFromDiscriminatorValue'])), + 'from' => fn(ParseNode $n) => $o->setFrom($n->getObjectValue([ChatMessageFromIdentitySet::class, 'createFromDiscriminatorValue'])), + 'isDeleted' => fn(ParseNode $n) => $o->setIsDeleted($n->getBooleanValue()), + 'messageType' => fn(ParseNode $n) => $o->setMessageType($n->getEnumValue(ChatMessageType::class)), ]); } + /** + * Gets the from property value. Information about the sender of the message. + * @return ChatMessageFromIdentitySet|null + */ + public function getFrom(): ?ChatMessageFromIdentitySet { + $val = $this->getBackingStore()->get('from'); + if (is_null($val) || $val instanceof ChatMessageFromIdentitySet) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'from'"); + } + + /** + * Gets the isDeleted property value. If set to true, the original message has been deleted. + * @return bool|null + */ + public function getIsDeleted(): ?bool { + $val = $this->getBackingStore()->get('isDeleted'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'isDeleted'"); + } + + /** + * Gets the messageType property value. The messageType property + * @return ChatMessageType|null + */ + public function getMessageType(): ?ChatMessageType { + $val = $this->getBackingStore()->get('messageType'); + if (is_null($val) || $val instanceof ChatMessageType) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'messageType'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeObjectValue('body', $this->getBody()); + $writer->writeDateTimeValue('createdDateTime', $this->getCreatedDateTime()); + $writer->writeObjectValue('eventDetail', $this->getEventDetail()); + $writer->writeObjectValue('from', $this->getFrom()); + $writer->writeBooleanValue('isDeleted', $this->getIsDeleted()); + $writer->writeEnumValue('messageType', $this->getMessageType()); + } + + /** + * Sets the body property value. Body of the chatMessage. This will still contain markers for @mentions and attachments even though the object doesn't return @mentions and attachments. + * @param ItemBody|null $value Value to set for the body property. + */ + public function setBody(?ItemBody $value): void { + $this->getBackingStore()->set('body', $value); + } + + /** + * Sets the createdDateTime property value. Date time object representing the time at which message was created. + * @param DateTime|null $value Value to set for the createdDateTime property. + */ + public function setCreatedDateTime(?DateTime $value): void { + $this->getBackingStore()->set('createdDateTime', $value); + } + + /** + * Sets the eventDetail property value. Read-only. If present, represents details of an event that happened in a chat, a channel, or a team, for example, members were added, and so on. For event messages, the messageType property is set to systemEventMessage. + * @param EventMessageDetail|null $value Value to set for the eventDetail property. + */ + public function setEventDetail(?EventMessageDetail $value): void { + $this->getBackingStore()->set('eventDetail', $value); + } + + /** + * Sets the from property value. Information about the sender of the message. + * @param ChatMessageFromIdentitySet|null $value Value to set for the from property. + */ + public function setFrom(?ChatMessageFromIdentitySet $value): void { + $this->getBackingStore()->set('from', $value); + } + + /** + * Sets the isDeleted property value. If set to true, the original message has been deleted. + * @param bool|null $value Value to set for the isDeleted property. + */ + public function setIsDeleted(?bool $value): void { + $this->getBackingStore()->set('isDeleted', $value); + } + + /** + * Sets the messageType property value. The messageType property + * @param ChatMessageType|null $value Value to set for the messageType property. + */ + public function setMessageType(?ChatMessageType $value): void { + $this->getBackingStore()->set('messageType', $value); } } diff --git a/src/Generated/Models/ClaimConditionUserType.php b/src/Generated/Models/ClaimConditionUserType.php new file mode 100644 index 00000000000..8c5029f3547 --- /dev/null +++ b/src/Generated/Models/ClaimConditionUserType.php @@ -0,0 +1,14 @@ +setOdataType('#microsoft.graph.clientCertificateAuthentication'); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return ClientCertificateAuthentication + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): ClientCertificateAuthentication { + return new ClientCertificateAuthentication(); + } + + /** + * Gets the certificateList property value. The list of certificates uploaded for this API connector. + * @return array|null + */ + public function getCertificateList(): ?array { + $val = $this->getBackingStore()->get('certificateList'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, Pkcs12CertificateInformation::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'certificateList'"); + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return array_merge(parent::getFieldDeserializers(), [ + 'certificateList' => fn(ParseNode $n) => $o->setCertificateList($n->getCollectionOfObjectValues([Pkcs12CertificateInformation::class, 'createFromDiscriminatorValue'])), + ]); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + parent::serialize($writer); + $writer->writeCollectionOfObjectValues('certificateList', $this->getCertificateList()); + } + + /** + * Sets the certificateList property value. The list of certificates uploaded for this API connector. + * @param array|null $value Value to set for the certificateList property. + */ + public function setCertificateList(?array $value): void { + $this->getBackingStore()->set('certificateList', $value); + } + +} diff --git a/src/Generated/Models/CloudClipboardRoot.php b/src/Generated/Models/CloudClipboardRoot.php index 56791ab6463..56940565079 100644 --- a/src/Generated/Models/CloudClipboardRoot.php +++ b/src/Generated/Models/CloudClipboardRoot.php @@ -5,6 +5,7 @@ use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; +use Microsoft\Kiota\Abstractions\Types\TypeUtils; class CloudClipboardRoot extends Entity implements Parsable { @@ -31,15 +32,39 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Cloud public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'items' => fn(ParseNode $n) => $o->setItems($n->getCollectionOfObjectValues([CloudClipboardItem::class, 'createFromDiscriminatorValue'])), ]); } + /** + * Gets the items property value. Represents a collection of Cloud Clipboard items. + * @return array|null + */ + public function getItems(): ?array { + $val = $this->getBackingStore()->get('items'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, CloudClipboardItem::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'items'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeCollectionOfObjectValues('items', $this->getItems()); + } + + /** + * Sets the items property value. Represents a collection of Cloud Clipboard items. + * @param array|null $value Value to set for the items property. + */ + public function setItems(?array $value): void { + $this->getBackingStore()->set('items', $value); } } diff --git a/src/Generated/Models/CloudPcPolicyApplyActionResult.php b/src/Generated/Models/CloudPcPolicyApplyActionResult.php index cbebbfff071..fc52e3e2c47 100644 --- a/src/Generated/Models/CloudPcPolicyApplyActionResult.php +++ b/src/Generated/Models/CloudPcPolicyApplyActionResult.php @@ -2,6 +2,7 @@ namespace Microsoft\Graph\Beta\Generated\Models; +use DateTime; use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; @@ -31,15 +32,81 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Cloud public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'finishDateTime' => fn(ParseNode $n) => $o->setFinishDateTime($n->getDateTimeValue()), + 'startDateTime' => fn(ParseNode $n) => $o->setStartDateTime($n->getDateTimeValue()), + 'status' => fn(ParseNode $n) => $o->setStatus($n->getEnumValue(CloudPcPolicyApplyActionStatus::class)), ]); } + /** + * Gets the finishDateTime property value. The date and time when the operation finished. + * @return DateTime|null + */ + public function getFinishDateTime(): ?DateTime { + $val = $this->getBackingStore()->get('finishDateTime'); + if (is_null($val) || $val instanceof DateTime) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'finishDateTime'"); + } + + /** + * Gets the startDateTime property value. The date and time when the operation was applied. + * @return DateTime|null + */ + public function getStartDateTime(): ?DateTime { + $val = $this->getBackingStore()->get('startDateTime'); + if (is_null($val) || $val instanceof DateTime) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'startDateTime'"); + } + + /** + * Gets the status property value. The status property + * @return CloudPcPolicyApplyActionStatus|null + */ + public function getStatus(): ?CloudPcPolicyApplyActionStatus { + $val = $this->getBackingStore()->get('status'); + if (is_null($val) || $val instanceof CloudPcPolicyApplyActionStatus) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'status'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeDateTimeValue('finishDateTime', $this->getFinishDateTime()); + $writer->writeDateTimeValue('startDateTime', $this->getStartDateTime()); + $writer->writeEnumValue('status', $this->getStatus()); + } + + /** + * Sets the finishDateTime property value. The date and time when the operation finished. + * @param DateTime|null $value Value to set for the finishDateTime property. + */ + public function setFinishDateTime(?DateTime $value): void { + $this->getBackingStore()->set('finishDateTime', $value); + } + + /** + * Sets the startDateTime property value. The date and time when the operation was applied. + * @param DateTime|null $value Value to set for the startDateTime property. + */ + public function setStartDateTime(?DateTime $value): void { + $this->getBackingStore()->set('startDateTime', $value); + } + + /** + * Sets the status property value. The status property + * @param CloudPcPolicyApplyActionStatus|null $value Value to set for the status property. + */ + public function setStatus(?CloudPcPolicyApplyActionStatus $value): void { + $this->getBackingStore()->set('status', $value); } } diff --git a/src/Generated/Models/CloudPcPolicyApplyActionStatus.php b/src/Generated/Models/CloudPcPolicyApplyActionStatus.php new file mode 100644 index 00000000000..15f36febbe8 --- /dev/null +++ b/src/Generated/Models/CloudPcPolicyApplyActionStatus.php @@ -0,0 +1,12 @@ +getBackingStore()->get('cronScheduleExpression'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'cronScheduleExpression'"); + } + + /** + * Gets the endDateTime property value. Indicates IT Admins can set an end date to define the last scheduler run before this time. If not set, the scheduler runs continuously. There is no time zone information at this time; it needs to be coordinated with timezone, for example, '2025-02-01 00:00:00' with 'China Standard Time' means the scheduling rule takes effect before Feb 01 2025 00:00:00 GMT+0800 (China Standard Time). + * @return string|null + */ + public function getEndDateTime(): ?string { + $val = $this->getBackingStore()->get('endDateTime'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'endDateTime'"); + } + /** * The deserialization information for the current model * @return array @@ -31,15 +55,123 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Cloud public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'cronScheduleExpression' => fn(ParseNode $n) => $o->setCronScheduleExpression($n->getStringValue()), + 'endDateTime' => fn(ParseNode $n) => $o->setEndDateTime($n->getStringValue()), + 'nextRunDateTime' => fn(ParseNode $n) => $o->setNextRunDateTime($n->getStringValue()), + 'reservePercentage' => fn(ParseNode $n) => $o->setReservePercentage($n->getIntegerValue()), + 'startDateTime' => fn(ParseNode $n) => $o->setStartDateTime($n->getStringValue()), + 'timezone' => fn(ParseNode $n) => $o->setTimezone($n->getEnumValue(CloudPcPolicyTimezone::class)), ]); } + /** + * Gets the nextRunDateTime property value. Indicates IT Admins can see when the next automatic regular apply is executed. It needs to be coordinated with timezone, for example, '2025-01-01 00:00:00' with 'China Standard Time' means the next task executes at Jan 01 2025 00:00:00 GMT+0800 (China Standard Time). Read-Only. + * @return string|null + */ + public function getNextRunDateTime(): ?string { + $val = $this->getBackingStore()->get('nextRunDateTime'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'nextRunDateTime'"); + } + + /** + * Gets the reservePercentage property value. The percentage of Cloud PCs to keep available. Administrators can set this property to a value from 0 to 99. Cloud PCs are reprovisioned only when there are no active and connected Cloud PC users. Frontline shared only. + * @return int|null + */ + public function getReservePercentage(): ?int { + $val = $this->getBackingStore()->get('reservePercentage'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'reservePercentage'"); + } + + /** + * Gets the startDateTime property value. Indicates IT Admins can set a start date to define the first scheduler run after this time. If not set, the default is the current time. There is no time zone information at this time, it needs to be coordinated with timezone, for example, '2025-01-01 00:00:00' with 'China Standard Time' means the scheduling rule takes effect after Jan 01 2025 00:00:00 GMT+0800 (China Standard Time). + * @return string|null + */ + public function getStartDateTime(): ?string { + $val = $this->getBackingStore()->get('startDateTime'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'startDateTime'"); + } + + /** + * Gets the timezone property value. The timezone property + * @return CloudPcPolicyTimezone|null + */ + public function getTimezone(): ?CloudPcPolicyTimezone { + $val = $this->getBackingStore()->get('timezone'); + if (is_null($val) || $val instanceof CloudPcPolicyTimezone) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'timezone'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeStringValue('cronScheduleExpression', $this->getCronScheduleExpression()); + $writer->writeStringValue('endDateTime', $this->getEndDateTime()); + $writer->writeStringValue('nextRunDateTime', $this->getNextRunDateTime()); + $writer->writeIntegerValue('reservePercentage', $this->getReservePercentage()); + $writer->writeStringValue('startDateTime', $this->getStartDateTime()); + $writer->writeEnumValue('timezone', $this->getTimezone()); + } + + /** + * Sets the cronScheduleExpression property value. An expression that specifies the cron schedule. (For example, '0 0 0 20 ' means schedules a job to run at midnight on the 20th of every month) Administrators can set a cron expression to define the scheduling rules for automatic regular application. When auto provision is disabled, cronScheduleExpression is set to null, stopping the automatic task scheduling. Read-Only. + * @param string|null $value Value to set for the cronScheduleExpression property. + */ + public function setCronScheduleExpression(?string $value): void { + $this->getBackingStore()->set('cronScheduleExpression', $value); + } + + /** + * Sets the endDateTime property value. Indicates IT Admins can set an end date to define the last scheduler run before this time. If not set, the scheduler runs continuously. There is no time zone information at this time; it needs to be coordinated with timezone, for example, '2025-02-01 00:00:00' with 'China Standard Time' means the scheduling rule takes effect before Feb 01 2025 00:00:00 GMT+0800 (China Standard Time). + * @param string|null $value Value to set for the endDateTime property. + */ + public function setEndDateTime(?string $value): void { + $this->getBackingStore()->set('endDateTime', $value); + } + + /** + * Sets the nextRunDateTime property value. Indicates IT Admins can see when the next automatic regular apply is executed. It needs to be coordinated with timezone, for example, '2025-01-01 00:00:00' with 'China Standard Time' means the next task executes at Jan 01 2025 00:00:00 GMT+0800 (China Standard Time). Read-Only. + * @param string|null $value Value to set for the nextRunDateTime property. + */ + public function setNextRunDateTime(?string $value): void { + $this->getBackingStore()->set('nextRunDateTime', $value); + } + + /** + * Sets the reservePercentage property value. The percentage of Cloud PCs to keep available. Administrators can set this property to a value from 0 to 99. Cloud PCs are reprovisioned only when there are no active and connected Cloud PC users. Frontline shared only. + * @param int|null $value Value to set for the reservePercentage property. + */ + public function setReservePercentage(?int $value): void { + $this->getBackingStore()->set('reservePercentage', $value); + } + + /** + * Sets the startDateTime property value. Indicates IT Admins can set a start date to define the first scheduler run after this time. If not set, the default is the current time. There is no time zone information at this time, it needs to be coordinated with timezone, for example, '2025-01-01 00:00:00' with 'China Standard Time' means the scheduling rule takes effect after Jan 01 2025 00:00:00 GMT+0800 (China Standard Time). + * @param string|null $value Value to set for the startDateTime property. + */ + public function setStartDateTime(?string $value): void { + $this->getBackingStore()->set('startDateTime', $value); + } + + /** + * Sets the timezone property value. The timezone property + * @param CloudPcPolicyTimezone|null $value Value to set for the timezone property. + */ + public function setTimezone(?CloudPcPolicyTimezone $value): void { + $this->getBackingStore()->set('timezone', $value); } } diff --git a/src/Generated/Models/CloudPcPolicyTimezone.php b/src/Generated/Models/CloudPcPolicyTimezone.php new file mode 100644 index 00000000000..7919e5eb3a9 --- /dev/null +++ b/src/Generated/Models/CloudPcPolicyTimezone.php @@ -0,0 +1,40 @@ +backingStore = BackingStoreFactorySingleton::getInstance()->createBackingStore(); + $this->setAdditionalData([]); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return ConnectionInfo + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): ConnectionInfo { + return new ConnectionInfo(); + } + + /** + * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @return array|null + */ + public function getAdditionalData(): ?array { + $val = $this->getBackingStore()->get('additionalData'); + if (is_null($val) || is_array($val)) { + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'additionalData'"); + } + + /** + * Gets the BackingStore property value. Stores model information. + * @return BackingStore + */ + public function getBackingStore(): BackingStore { + return $this->backingStore; + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return [ + '@odata.type' => fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), + 'url' => fn(ParseNode $n) => $o->setUrl($n->getStringValue()), + ]; + } + + /** + * Gets the @odata.type property value. The OdataType property + * @return string|null + */ + public function getOdataType(): ?string { + $val = $this->getBackingStore()->get('odataType'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'odataType'"); + } + + /** + * Gets the url property value. The endpoint that is used by Entitlement Management to communicate with the access package resource. + * @return string|null + */ + public function getUrl(): ?string { + $val = $this->getBackingStore()->get('url'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'url'"); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + $writer->writeStringValue('@odata.type', $this->getOdataType()); + $writer->writeStringValue('url', $this->getUrl()); + $writer->writeAdditionalData($this->getAdditionalData()); + } + + /** + * Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @param array $value Value to set for the AdditionalData property. + */ + public function setAdditionalData(?array $value): void { + $this->getBackingStore()->set('additionalData', $value); + } + + /** + * Sets the BackingStore property value. Stores model information. + * @param BackingStore $value Value to set for the BackingStore property. + */ + public function setBackingStore(BackingStore $value): void { + $this->backingStore = $value; + } + + /** + * Sets the @odata.type property value. The OdataType property + * @param string|null $value Value to set for the @odata.type property. + */ + public function setOdataType(?string $value): void { + $this->getBackingStore()->set('odataType', $value); + } + + /** + * Sets the url property value. The endpoint that is used by Entitlement Management to communicate with the access package resource. + * @param string|null $value Value to set for the url property. + */ + public function setUrl(?string $value): void { + $this->getBackingStore()->set('url', $value); + } + +} diff --git a/src/Generated/Models/ConnectorGroup.php b/src/Generated/Models/ConnectorGroup.php index 0d5a84bf284..c08131e00cb 100644 --- a/src/Generated/Models/ConnectorGroup.php +++ b/src/Generated/Models/ConnectorGroup.php @@ -5,6 +5,7 @@ use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; +use Microsoft\Kiota\Abstractions\Types\TypeUtils; class ConnectorGroup extends Entity implements Parsable { @@ -24,6 +25,32 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Conne return new ConnectorGroup(); } + /** + * Gets the applications property value. The applications property + * @return array|null + */ + public function getApplications(): ?array { + $val = $this->getBackingStore()->get('applications'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, Application::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'applications'"); + } + + /** + * Gets the connectorGroupType property value. The connectorGroupType property + * @return ConnectorGroupType|null + */ + public function getConnectorGroupType(): ?ConnectorGroupType { + $val = $this->getBackingStore()->get('connectorGroupType'); + if (is_null($val) || $val instanceof ConnectorGroupType) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'connectorGroupType'"); + } + /** * The deserialization information for the current model * @return array @@ -31,15 +58,125 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Conne public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'applications' => fn(ParseNode $n) => $o->setApplications($n->getCollectionOfObjectValues([Application::class, 'createFromDiscriminatorValue'])), + 'connectorGroupType' => fn(ParseNode $n) => $o->setConnectorGroupType($n->getEnumValue(ConnectorGroupType::class)), + 'isDefault' => fn(ParseNode $n) => $o->setIsDefault($n->getBooleanValue()), + 'members' => fn(ParseNode $n) => $o->setMembers($n->getCollectionOfObjectValues([Connector::class, 'createFromDiscriminatorValue'])), + 'name' => fn(ParseNode $n) => $o->setName($n->getStringValue()), + 'region' => fn(ParseNode $n) => $o->setRegion($n->getEnumValue(ConnectorGroupRegion::class)), ]); } + /** + * Gets the isDefault property value. Indicates if the connectorGroup is the default connectorGroup. Only a single connector group can be the default connectorGroup and this is pre-set by the system. Read-only. + * @return bool|null + */ + public function getIsDefault(): ?bool { + $val = $this->getBackingStore()->get('isDefault'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'isDefault'"); + } + + /** + * Gets the members property value. The members property + * @return array|null + */ + public function getMembers(): ?array { + $val = $this->getBackingStore()->get('members'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, Connector::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'members'"); + } + + /** + * Gets the name property value. The name associated with the connectorGroup. + * @return string|null + */ + public function getName(): ?string { + $val = $this->getBackingStore()->get('name'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'name'"); + } + + /** + * Gets the region property value. The region the connectorGroup is assigned to and will optimize traffic for. This region can only be set if no connectors or applications are assigned to the connectorGroup. The possible values are: nam (for North America), eur (for Europe), aus (for Australia), asia (for Asia), ind (for India), and unknownFutureValue. + * @return ConnectorGroupRegion|null + */ + public function getRegion(): ?ConnectorGroupRegion { + $val = $this->getBackingStore()->get('region'); + if (is_null($val) || $val instanceof ConnectorGroupRegion) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'region'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeCollectionOfObjectValues('applications', $this->getApplications()); + $writer->writeEnumValue('connectorGroupType', $this->getConnectorGroupType()); + $writer->writeBooleanValue('isDefault', $this->getIsDefault()); + $writer->writeCollectionOfObjectValues('members', $this->getMembers()); + $writer->writeStringValue('name', $this->getName()); + $writer->writeEnumValue('region', $this->getRegion()); + } + + /** + * Sets the applications property value. The applications property + * @param array|null $value Value to set for the applications property. + */ + public function setApplications(?array $value): void { + $this->getBackingStore()->set('applications', $value); + } + + /** + * Sets the connectorGroupType property value. The connectorGroupType property + * @param ConnectorGroupType|null $value Value to set for the connectorGroupType property. + */ + public function setConnectorGroupType(?ConnectorGroupType $value): void { + $this->getBackingStore()->set('connectorGroupType', $value); + } + + /** + * Sets the isDefault property value. Indicates if the connectorGroup is the default connectorGroup. Only a single connector group can be the default connectorGroup and this is pre-set by the system. Read-only. + * @param bool|null $value Value to set for the isDefault property. + */ + public function setIsDefault(?bool $value): void { + $this->getBackingStore()->set('isDefault', $value); + } + + /** + * Sets the members property value. The members property + * @param array|null $value Value to set for the members property. + */ + public function setMembers(?array $value): void { + $this->getBackingStore()->set('members', $value); + } + + /** + * Sets the name property value. The name associated with the connectorGroup. + * @param string|null $value Value to set for the name property. + */ + public function setName(?string $value): void { + $this->getBackingStore()->set('name', $value); + } + + /** + * Sets the region property value. The region the connectorGroup is assigned to and will optimize traffic for. This region can only be set if no connectors or applications are assigned to the connectorGroup. The possible values are: nam (for North America), eur (for Europe), aus (for Australia), asia (for Asia), ind (for India), and unknownFutureValue. + * @param ConnectorGroupRegion|null $value Value to set for the region property. + */ + public function setRegion(?ConnectorGroupRegion $value): void { + $this->getBackingStore()->set('region', $value); } } diff --git a/src/Generated/Models/ConnectorGroupRegion.php b/src/Generated/Models/ConnectorGroupRegion.php new file mode 100644 index 00000000000..498f6049e6f --- /dev/null +++ b/src/Generated/Models/ConnectorGroupRegion.php @@ -0,0 +1,14 @@ +backingStore = BackingStoreFactorySingleton::getInstance()->createBackingStore(); + $this->setAdditionalData([]); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return ContainerFilter + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): ContainerFilter { + return new ContainerFilter(); + } + + /** + * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @return array|null + */ + public function getAdditionalData(): ?array { + $val = $this->getBackingStore()->get('additionalData'); + if (is_null($val) || is_array($val)) { + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'additionalData'"); + } + + /** + * Gets the BackingStore property value. Stores model information. + * @return BackingStore + */ + public function getBackingStore(): BackingStore { + return $this->backingStore; + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return [ + 'includedContainers' => function (ParseNode $n) { + $val = $n->getCollectionOfPrimitiveValues(); + if (is_array($val)) { + TypeUtils::validateCollectionValues($val, 'string'); + } + /** @var array|null $val */ + $this->setIncludedContainers($val); + }, + '@odata.type' => fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), + ]; + } + + /** + * Gets the includedContainers property value. The identifiers of containers, such as organizational units, that are in scope for a synchronization rule. For Active Directory organizational units, use the distinguished names. An empty list means no container filtering is configured. + * @return array|null + */ + public function getIncludedContainers(): ?array { + $val = $this->getBackingStore()->get('includedContainers'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, 'string'); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'includedContainers'"); + } + + /** + * Gets the @odata.type property value. The OdataType property + * @return string|null + */ + public function getOdataType(): ?string { + $val = $this->getBackingStore()->get('odataType'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'odataType'"); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + $writer->writeCollectionOfPrimitiveValues('includedContainers', $this->getIncludedContainers()); + $writer->writeStringValue('@odata.type', $this->getOdataType()); + $writer->writeAdditionalData($this->getAdditionalData()); + } + + /** + * Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @param array $value Value to set for the AdditionalData property. + */ + public function setAdditionalData(?array $value): void { + $this->getBackingStore()->set('additionalData', $value); + } + + /** + * Sets the BackingStore property value. Stores model information. + * @param BackingStore $value Value to set for the BackingStore property. + */ + public function setBackingStore(BackingStore $value): void { + $this->backingStore = $value; + } + + /** + * Sets the includedContainers property value. The identifiers of containers, such as organizational units, that are in scope for a synchronization rule. For Active Directory organizational units, use the distinguished names. An empty list means no container filtering is configured. + * @param array|null $value Value to set for the includedContainers property. + */ + public function setIncludedContainers(?array $value): void { + $this->getBackingStore()->set('includedContainers', $value); + } + + /** + * Sets the @odata.type property value. The OdataType property + * @param string|null $value Value to set for the @odata.type property. + */ + public function setOdataType(?string $value): void { + $this->getBackingStore()->set('odataType', $value); + } + +} diff --git a/src/Generated/Models/ContainsTransformation.php b/src/Generated/Models/ContainsTransformation.php new file mode 100644 index 00000000000..04b96ad34fe --- /dev/null +++ b/src/Generated/Models/ContainsTransformation.php @@ -0,0 +1,90 @@ +setOdataType('#microsoft.graph.containsTransformation'); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return ContainsTransformation + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): ContainsTransformation { + return new ContainsTransformation(); + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return array_merge(parent::getFieldDeserializers(), [ + 'output' => fn(ParseNode $n) => $o->setOutput($n->getObjectValue([TransformationAttribute::class, 'createFromDiscriminatorValue'])), + 'value' => fn(ParseNode $n) => $o->setValue($n->getStringValue()), + ]); + } + + /** + * Gets the output property value. The output property + * @return TransformationAttribute|null + */ + public function getOutput(): ?TransformationAttribute { + $val = $this->getBackingStore()->get('output'); + if (is_null($val) || $val instanceof TransformationAttribute) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'output'"); + } + + /** + * Gets the value property value. The value to be used as part of the transformation. + * @return string|null + */ + public function getValue(): ?string { + $val = $this->getBackingStore()->get('value'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'value'"); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + parent::serialize($writer); + $writer->writeObjectValue('output', $this->getOutput()); + $writer->writeStringValue('value', $this->getValue()); + } + + /** + * Sets the output property value. The output property + * @param TransformationAttribute|null $value Value to set for the output property. + */ + public function setOutput(?TransformationAttribute $value): void { + $this->getBackingStore()->set('output', $value); + } + + /** + * Sets the value property value. The value to be used as part of the transformation. + * @param string|null $value Value to set for the value property. + */ + public function setValue(?string $value): void { + $this->getBackingStore()->set('value', $value); + } + +} diff --git a/src/Generated/Models/ContentCustomization.php b/src/Generated/Models/ContentCustomization.php new file mode 100644 index 00000000000..cd608ae0a4a --- /dev/null +++ b/src/Generated/Models/ContentCustomization.php @@ -0,0 +1,207 @@ +backingStore = BackingStoreFactorySingleton::getInstance()->createBackingStore(); + $this->setAdditionalData([]); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return ContentCustomization + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): ContentCustomization { + return new ContentCustomization(); + } + + /** + * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @return array|null + */ + public function getAdditionalData(): ?array { + $val = $this->getBackingStore()->get('additionalData'); + if (is_null($val) || is_array($val)) { + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'additionalData'"); + } + + /** + * Gets the attributeCollection property value. Represents the content options of External Identities to be customized throughout the authentication flow for a tenant. + * @return array|null + */ + public function getAttributeCollection(): ?array { + $val = $this->getBackingStore()->get('attributeCollection'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, KeyValue::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'attributeCollection'"); + } + + /** + * Gets the attributeCollectionRelativeUrl property value. A relative URL for the content options of External Identities to be customized throughout the authentication flow for a tenant. + * @return string|null + */ + public function getAttributeCollectionRelativeUrl(): ?string { + $val = $this->getBackingStore()->get('attributeCollectionRelativeUrl'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'attributeCollectionRelativeUrl'"); + } + + /** + * Gets the BackingStore property value. Stores model information. + * @return BackingStore + */ + public function getBackingStore(): BackingStore { + return $this->backingStore; + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return [ + 'attributeCollection' => fn(ParseNode $n) => $o->setAttributeCollection($n->getCollectionOfObjectValues([KeyValue::class, 'createFromDiscriminatorValue'])), + 'attributeCollectionRelativeUrl' => fn(ParseNode $n) => $o->setAttributeCollectionRelativeUrl($n->getStringValue()), + '@odata.type' => fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), + 'registrationCampaign' => fn(ParseNode $n) => $o->setRegistrationCampaign($n->getCollectionOfObjectValues([KeyValue::class, 'createFromDiscriminatorValue'])), + 'registrationCampaignRelativeUrl' => fn(ParseNode $n) => $o->setRegistrationCampaignRelativeUrl($n->getStringValue()), + ]; + } + + /** + * Gets the @odata.type property value. The OdataType property + * @return string|null + */ + public function getOdataType(): ?string { + $val = $this->getBackingStore()->get('odataType'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'odataType'"); + } + + /** + * Gets the registrationCampaign property value. Represents content options to customize during MFA proofup interruptions. + * @return array|null + */ + public function getRegistrationCampaign(): ?array { + $val = $this->getBackingStore()->get('registrationCampaign'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, KeyValue::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'registrationCampaign'"); + } + + /** + * Gets the registrationCampaignRelativeUrl property value. The relative URL of the content options to customize during MFA proofup interruptions. + * @return string|null + */ + public function getRegistrationCampaignRelativeUrl(): ?string { + $val = $this->getBackingStore()->get('registrationCampaignRelativeUrl'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'registrationCampaignRelativeUrl'"); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + $writer->writeCollectionOfObjectValues('attributeCollection', $this->getAttributeCollection()); + $writer->writeStringValue('attributeCollectionRelativeUrl', $this->getAttributeCollectionRelativeUrl()); + $writer->writeStringValue('@odata.type', $this->getOdataType()); + $writer->writeCollectionOfObjectValues('registrationCampaign', $this->getRegistrationCampaign()); + $writer->writeStringValue('registrationCampaignRelativeUrl', $this->getRegistrationCampaignRelativeUrl()); + $writer->writeAdditionalData($this->getAdditionalData()); + } + + /** + * Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @param array $value Value to set for the AdditionalData property. + */ + public function setAdditionalData(?array $value): void { + $this->getBackingStore()->set('additionalData', $value); + } + + /** + * Sets the attributeCollection property value. Represents the content options of External Identities to be customized throughout the authentication flow for a tenant. + * @param array|null $value Value to set for the attributeCollection property. + */ + public function setAttributeCollection(?array $value): void { + $this->getBackingStore()->set('attributeCollection', $value); + } + + /** + * Sets the attributeCollectionRelativeUrl property value. A relative URL for the content options of External Identities to be customized throughout the authentication flow for a tenant. + * @param string|null $value Value to set for the attributeCollectionRelativeUrl property. + */ + public function setAttributeCollectionRelativeUrl(?string $value): void { + $this->getBackingStore()->set('attributeCollectionRelativeUrl', $value); + } + + /** + * Sets the BackingStore property value. Stores model information. + * @param BackingStore $value Value to set for the BackingStore property. + */ + public function setBackingStore(BackingStore $value): void { + $this->backingStore = $value; + } + + /** + * Sets the @odata.type property value. The OdataType property + * @param string|null $value Value to set for the @odata.type property. + */ + public function setOdataType(?string $value): void { + $this->getBackingStore()->set('odataType', $value); + } + + /** + * Sets the registrationCampaign property value. Represents content options to customize during MFA proofup interruptions. + * @param array|null $value Value to set for the registrationCampaign property. + */ + public function setRegistrationCampaign(?array $value): void { + $this->getBackingStore()->set('registrationCampaign', $value); + } + + /** + * Sets the registrationCampaignRelativeUrl property value. The relative URL of the content options to customize during MFA proofup interruptions. + * @param string|null $value Value to set for the registrationCampaignRelativeUrl property. + */ + public function setRegistrationCampaignRelativeUrl(?string $value): void { + $this->getBackingStore()->set('registrationCampaignRelativeUrl', $value); + } + +} diff --git a/src/Generated/Models/CopilotAdminSetting.php b/src/Generated/Models/CopilotAdminSetting.php index 88c6e985324..5d4e3b6491b 100644 --- a/src/Generated/Models/CopilotAdminSetting.php +++ b/src/Generated/Models/CopilotAdminSetting.php @@ -31,15 +31,37 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Copil public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'limitedMode' => fn(ParseNode $n) => $o->setLimitedMode($n->getObjectValue([CopilotAdminLimitedMode::class, 'createFromDiscriminatorValue'])), ]); } + /** + * Gets the limitedMode property value. Represents a setting that controls whether users of Microsoft 365 Copilot in Teams meetings can receive responses to sentiment-related prompts. Read-only. Nullable. + * @return CopilotAdminLimitedMode|null + */ + public function getLimitedMode(): ?CopilotAdminLimitedMode { + $val = $this->getBackingStore()->get('limitedMode'); + if (is_null($val) || $val instanceof CopilotAdminLimitedMode) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'limitedMode'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeObjectValue('limitedMode', $this->getLimitedMode()); + } + + /** + * Sets the limitedMode property value. Represents a setting that controls whether users of Microsoft 365 Copilot in Teams meetings can receive responses to sentiment-related prompts. Read-only. Nullable. + * @param CopilotAdminLimitedMode|null $value Value to set for the limitedMode property. + */ + public function setLimitedMode(?CopilotAdminLimitedMode $value): void { + $this->getBackingStore()->set('limitedMode', $value); } } diff --git a/src/Generated/Models/CrossTenantAccessPolicyConfigurationDefault.php b/src/Generated/Models/CrossTenantAccessPolicyConfigurationDefault.php index 06e68efa087..5ec0521ba36 100644 --- a/src/Generated/Models/CrossTenantAccessPolicyConfigurationDefault.php +++ b/src/Generated/Models/CrossTenantAccessPolicyConfigurationDefault.php @@ -24,6 +24,66 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Cross return new CrossTenantAccessPolicyConfigurationDefault(); } + /** + * Gets the automaticUserConsentSettings property value. Determines the default configuration for automatic user consent settings. The inboundAllowed and outboundAllowed properties are always false and can't be updated in the default configuration. Read-only. + * @return InboundOutboundPolicyConfiguration|null + */ + public function getAutomaticUserConsentSettings(): ?InboundOutboundPolicyConfiguration { + $val = $this->getBackingStore()->get('automaticUserConsentSettings'); + if (is_null($val) || $val instanceof InboundOutboundPolicyConfiguration) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'automaticUserConsentSettings'"); + } + + /** + * Gets the b2bCollaborationInbound property value. Defines your default configuration for users from other organizations accessing your resources via Microsoft Entra B2B collaboration. + * @return CrossTenantAccessPolicyB2BSetting|null + */ + public function getB2bCollaborationInbound(): ?CrossTenantAccessPolicyB2BSetting { + $val = $this->getBackingStore()->get('b2bCollaborationInbound'); + if (is_null($val) || $val instanceof CrossTenantAccessPolicyB2BSetting) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'b2bCollaborationInbound'"); + } + + /** + * Gets the b2bCollaborationOutbound property value. Defines your default configuration for users in your organization going outbound to access resources in another organization via Microsoft Entra B2B collaboration. + * @return CrossTenantAccessPolicyB2BSetting|null + */ + public function getB2bCollaborationOutbound(): ?CrossTenantAccessPolicyB2BSetting { + $val = $this->getBackingStore()->get('b2bCollaborationOutbound'); + if (is_null($val) || $val instanceof CrossTenantAccessPolicyB2BSetting) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'b2bCollaborationOutbound'"); + } + + /** + * Gets the b2bDirectConnectInbound property value. Defines your default configuration for users from other organizations accessing your resources via Microsoft Entra B2B direct connect. + * @return CrossTenantAccessPolicyB2BSetting|null + */ + public function getB2bDirectConnectInbound(): ?CrossTenantAccessPolicyB2BSetting { + $val = $this->getBackingStore()->get('b2bDirectConnectInbound'); + if (is_null($val) || $val instanceof CrossTenantAccessPolicyB2BSetting) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'b2bDirectConnectInbound'"); + } + + /** + * Gets the b2bDirectConnectOutbound property value. Defines your default configuration for users in your organization going outbound to access resources in another organization via Microsoft Entra B2B direct connect. + * @return CrossTenantAccessPolicyB2BSetting|null + */ + public function getB2bDirectConnectOutbound(): ?CrossTenantAccessPolicyB2BSetting { + $val = $this->getBackingStore()->get('b2bDirectConnectOutbound'); + if (is_null($val) || $val instanceof CrossTenantAccessPolicyB2BSetting) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'b2bDirectConnectOutbound'"); + } + /** * The deserialization information for the current model * @return array @@ -31,15 +91,153 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Cross public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'automaticUserConsentSettings' => fn(ParseNode $n) => $o->setAutomaticUserConsentSettings($n->getObjectValue([InboundOutboundPolicyConfiguration::class, 'createFromDiscriminatorValue'])), + 'b2bCollaborationInbound' => fn(ParseNode $n) => $o->setB2bCollaborationInbound($n->getObjectValue([CrossTenantAccessPolicyB2BSetting::class, 'createFromDiscriminatorValue'])), + 'b2bCollaborationOutbound' => fn(ParseNode $n) => $o->setB2bCollaborationOutbound($n->getObjectValue([CrossTenantAccessPolicyB2BSetting::class, 'createFromDiscriminatorValue'])), + 'b2bDirectConnectInbound' => fn(ParseNode $n) => $o->setB2bDirectConnectInbound($n->getObjectValue([CrossTenantAccessPolicyB2BSetting::class, 'createFromDiscriminatorValue'])), + 'b2bDirectConnectOutbound' => fn(ParseNode $n) => $o->setB2bDirectConnectOutbound($n->getObjectValue([CrossTenantAccessPolicyB2BSetting::class, 'createFromDiscriminatorValue'])), + 'inboundTrust' => fn(ParseNode $n) => $o->setInboundTrust($n->getObjectValue([CrossTenantAccessPolicyInboundTrust::class, 'createFromDiscriminatorValue'])), + 'invitationRedemptionIdentityProviderConfiguration' => fn(ParseNode $n) => $o->setInvitationRedemptionIdentityProviderConfiguration($n->getObjectValue([DefaultInvitationRedemptionIdentityProviderConfiguration::class, 'createFromDiscriminatorValue'])), + 'isServiceDefault' => fn(ParseNode $n) => $o->setIsServiceDefault($n->getBooleanValue()), + 'tenantRestrictions' => fn(ParseNode $n) => $o->setTenantRestrictions($n->getObjectValue([CrossTenantAccessPolicyTenantRestrictions::class, 'createFromDiscriminatorValue'])), ]); } + /** + * Gets the inboundTrust property value. Determines the default configuration for trusting other Conditional Access claims from external Microsoft Entra organizations. + * @return CrossTenantAccessPolicyInboundTrust|null + */ + public function getInboundTrust(): ?CrossTenantAccessPolicyInboundTrust { + $val = $this->getBackingStore()->get('inboundTrust'); + if (is_null($val) || $val instanceof CrossTenantAccessPolicyInboundTrust) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'inboundTrust'"); + } + + /** + * Gets the invitationRedemptionIdentityProviderConfiguration property value. Defines the priority order based on which an identity provider is selected during invitation redemption for a guest user. + * @return DefaultInvitationRedemptionIdentityProviderConfiguration|null + */ + public function getInvitationRedemptionIdentityProviderConfiguration(): ?DefaultInvitationRedemptionIdentityProviderConfiguration { + $val = $this->getBackingStore()->get('invitationRedemptionIdentityProviderConfiguration'); + if (is_null($val) || $val instanceof DefaultInvitationRedemptionIdentityProviderConfiguration) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'invitationRedemptionIdentityProviderConfiguration'"); + } + + /** + * Gets the isServiceDefault property value. If true, the default configuration is set to the system default configuration. If false, the default settings are customized. + * @return bool|null + */ + public function getIsServiceDefault(): ?bool { + $val = $this->getBackingStore()->get('isServiceDefault'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'isServiceDefault'"); + } + + /** + * Gets the tenantRestrictions property value. Defines the default tenant restrictions configuration for users in your organization who access an external organization on your network or devices. + * @return CrossTenantAccessPolicyTenantRestrictions|null + */ + public function getTenantRestrictions(): ?CrossTenantAccessPolicyTenantRestrictions { + $val = $this->getBackingStore()->get('tenantRestrictions'); + if (is_null($val) || $val instanceof CrossTenantAccessPolicyTenantRestrictions) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'tenantRestrictions'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeObjectValue('automaticUserConsentSettings', $this->getAutomaticUserConsentSettings()); + $writer->writeObjectValue('b2bCollaborationInbound', $this->getB2bCollaborationInbound()); + $writer->writeObjectValue('b2bCollaborationOutbound', $this->getB2bCollaborationOutbound()); + $writer->writeObjectValue('b2bDirectConnectInbound', $this->getB2bDirectConnectInbound()); + $writer->writeObjectValue('b2bDirectConnectOutbound', $this->getB2bDirectConnectOutbound()); + $writer->writeObjectValue('inboundTrust', $this->getInboundTrust()); + $writer->writeObjectValue('invitationRedemptionIdentityProviderConfiguration', $this->getInvitationRedemptionIdentityProviderConfiguration()); + $writer->writeBooleanValue('isServiceDefault', $this->getIsServiceDefault()); + $writer->writeObjectValue('tenantRestrictions', $this->getTenantRestrictions()); + } + + /** + * Sets the automaticUserConsentSettings property value. Determines the default configuration for automatic user consent settings. The inboundAllowed and outboundAllowed properties are always false and can't be updated in the default configuration. Read-only. + * @param InboundOutboundPolicyConfiguration|null $value Value to set for the automaticUserConsentSettings property. + */ + public function setAutomaticUserConsentSettings(?InboundOutboundPolicyConfiguration $value): void { + $this->getBackingStore()->set('automaticUserConsentSettings', $value); + } + + /** + * Sets the b2bCollaborationInbound property value. Defines your default configuration for users from other organizations accessing your resources via Microsoft Entra B2B collaboration. + * @param CrossTenantAccessPolicyB2BSetting|null $value Value to set for the b2bCollaborationInbound property. + */ + public function setB2bCollaborationInbound(?CrossTenantAccessPolicyB2BSetting $value): void { + $this->getBackingStore()->set('b2bCollaborationInbound', $value); + } + + /** + * Sets the b2bCollaborationOutbound property value. Defines your default configuration for users in your organization going outbound to access resources in another organization via Microsoft Entra B2B collaboration. + * @param CrossTenantAccessPolicyB2BSetting|null $value Value to set for the b2bCollaborationOutbound property. + */ + public function setB2bCollaborationOutbound(?CrossTenantAccessPolicyB2BSetting $value): void { + $this->getBackingStore()->set('b2bCollaborationOutbound', $value); + } + + /** + * Sets the b2bDirectConnectInbound property value. Defines your default configuration for users from other organizations accessing your resources via Microsoft Entra B2B direct connect. + * @param CrossTenantAccessPolicyB2BSetting|null $value Value to set for the b2bDirectConnectInbound property. + */ + public function setB2bDirectConnectInbound(?CrossTenantAccessPolicyB2BSetting $value): void { + $this->getBackingStore()->set('b2bDirectConnectInbound', $value); + } + + /** + * Sets the b2bDirectConnectOutbound property value. Defines your default configuration for users in your organization going outbound to access resources in another organization via Microsoft Entra B2B direct connect. + * @param CrossTenantAccessPolicyB2BSetting|null $value Value to set for the b2bDirectConnectOutbound property. + */ + public function setB2bDirectConnectOutbound(?CrossTenantAccessPolicyB2BSetting $value): void { + $this->getBackingStore()->set('b2bDirectConnectOutbound', $value); + } + + /** + * Sets the inboundTrust property value. Determines the default configuration for trusting other Conditional Access claims from external Microsoft Entra organizations. + * @param CrossTenantAccessPolicyInboundTrust|null $value Value to set for the inboundTrust property. + */ + public function setInboundTrust(?CrossTenantAccessPolicyInboundTrust $value): void { + $this->getBackingStore()->set('inboundTrust', $value); + } + + /** + * Sets the invitationRedemptionIdentityProviderConfiguration property value. Defines the priority order based on which an identity provider is selected during invitation redemption for a guest user. + * @param DefaultInvitationRedemptionIdentityProviderConfiguration|null $value Value to set for the invitationRedemptionIdentityProviderConfiguration property. + */ + public function setInvitationRedemptionIdentityProviderConfiguration(?DefaultInvitationRedemptionIdentityProviderConfiguration $value): void { + $this->getBackingStore()->set('invitationRedemptionIdentityProviderConfiguration', $value); + } + + /** + * Sets the isServiceDefault property value. If true, the default configuration is set to the system default configuration. If false, the default settings are customized. + * @param bool|null $value Value to set for the isServiceDefault property. + */ + public function setIsServiceDefault(?bool $value): void { + $this->getBackingStore()->set('isServiceDefault', $value); + } + + /** + * Sets the tenantRestrictions property value. Defines the default tenant restrictions configuration for users in your organization who access an external organization on your network or devices. + * @param CrossTenantAccessPolicyTenantRestrictions|null $value Value to set for the tenantRestrictions property. + */ + public function setTenantRestrictions(?CrossTenantAccessPolicyTenantRestrictions $value): void { + $this->getBackingStore()->set('tenantRestrictions', $value); } } diff --git a/src/Generated/Models/CustomCalloutExtension.php b/src/Generated/Models/CustomCalloutExtension.php index 8f0628d6761..11e2687a817 100644 --- a/src/Generated/Models/CustomCalloutExtension.php +++ b/src/Generated/Models/CustomCalloutExtension.php @@ -40,6 +40,66 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Custo return new CustomCalloutExtension(); } + /** + * Gets the authenticationConfiguration property value. Configuration for securing the API call to the logic app. For example, using OAuth client credentials flow. + * @return CustomExtensionAuthenticationConfiguration|null + */ + public function getAuthenticationConfiguration(): ?CustomExtensionAuthenticationConfiguration { + $val = $this->getBackingStore()->get('authenticationConfiguration'); + if (is_null($val) || $val instanceof CustomExtensionAuthenticationConfiguration) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'authenticationConfiguration'"); + } + + /** + * Gets the clientConfiguration property value. HTTP connection settings that define how long Microsoft Entra ID can wait for a connection to a logic app, how many times you can retry a timed-out connection and the exception scenarios when retries are allowed. + * @return CustomExtensionClientConfiguration|null + */ + public function getClientConfiguration(): ?CustomExtensionClientConfiguration { + $val = $this->getBackingStore()->get('clientConfiguration'); + if (is_null($val) || $val instanceof CustomExtensionClientConfiguration) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'clientConfiguration'"); + } + + /** + * Gets the description property value. Description for the customCalloutExtension object. + * @return string|null + */ + public function getDescription(): ?string { + $val = $this->getBackingStore()->get('description'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'description'"); + } + + /** + * Gets the displayName property value. Display name for the customCalloutExtension object. + * @return string|null + */ + public function getDisplayName(): ?string { + $val = $this->getBackingStore()->get('displayName'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'displayName'"); + } + + /** + * Gets the endpointConfiguration property value. The type and details for configuring the endpoint to call the logic app's workflow. + * @return CustomExtensionEndpointConfiguration|null + */ + public function getEndpointConfiguration(): ?CustomExtensionEndpointConfiguration { + $val = $this->getBackingStore()->get('endpointConfiguration'); + if (is_null($val) || $val instanceof CustomExtensionEndpointConfiguration) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'endpointConfiguration'"); + } + /** * The deserialization information for the current model * @return array @@ -47,6 +107,11 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Custo public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'authenticationConfiguration' => fn(ParseNode $n) => $o->setAuthenticationConfiguration($n->getObjectValue([CustomExtensionAuthenticationConfiguration::class, 'createFromDiscriminatorValue'])), + 'clientConfiguration' => fn(ParseNode $n) => $o->setClientConfiguration($n->getObjectValue([CustomExtensionClientConfiguration::class, 'createFromDiscriminatorValue'])), + 'description' => fn(ParseNode $n) => $o->setDescription($n->getStringValue()), + 'displayName' => fn(ParseNode $n) => $o->setDisplayName($n->getStringValue()), + 'endpointConfiguration' => fn(ParseNode $n) => $o->setEndpointConfiguration($n->getObjectValue([CustomExtensionEndpointConfiguration::class, 'createFromDiscriminatorValue'])), ]); } @@ -56,6 +121,51 @@ public function getFieldDeserializers(): array { */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeObjectValue('authenticationConfiguration', $this->getAuthenticationConfiguration()); + $writer->writeObjectValue('clientConfiguration', $this->getClientConfiguration()); + $writer->writeStringValue('description', $this->getDescription()); + $writer->writeStringValue('displayName', $this->getDisplayName()); + $writer->writeObjectValue('endpointConfiguration', $this->getEndpointConfiguration()); + } + + /** + * Sets the authenticationConfiguration property value. Configuration for securing the API call to the logic app. For example, using OAuth client credentials flow. + * @param CustomExtensionAuthenticationConfiguration|null $value Value to set for the authenticationConfiguration property. + */ + public function setAuthenticationConfiguration(?CustomExtensionAuthenticationConfiguration $value): void { + $this->getBackingStore()->set('authenticationConfiguration', $value); + } + + /** + * Sets the clientConfiguration property value. HTTP connection settings that define how long Microsoft Entra ID can wait for a connection to a logic app, how many times you can retry a timed-out connection and the exception scenarios when retries are allowed. + * @param CustomExtensionClientConfiguration|null $value Value to set for the clientConfiguration property. + */ + public function setClientConfiguration(?CustomExtensionClientConfiguration $value): void { + $this->getBackingStore()->set('clientConfiguration', $value); + } + + /** + * Sets the description property value. Description for the customCalloutExtension object. + * @param string|null $value Value to set for the description property. + */ + public function setDescription(?string $value): void { + $this->getBackingStore()->set('description', $value); + } + + /** + * Sets the displayName property value. Display name for the customCalloutExtension object. + * @param string|null $value Value to set for the displayName property. + */ + public function setDisplayName(?string $value): void { + $this->getBackingStore()->set('displayName', $value); + } + + /** + * Sets the endpointConfiguration property value. The type and details for configuring the endpoint to call the logic app's workflow. + * @param CustomExtensionEndpointConfiguration|null $value Value to set for the endpointConfiguration property. + */ + public function setEndpointConfiguration(?CustomExtensionEndpointConfiguration $value): void { + $this->getBackingStore()->set('endpointConfiguration', $value); } } diff --git a/src/Generated/Models/CustomClaim.php b/src/Generated/Models/CustomClaim.php new file mode 100644 index 00000000000..a9b2d6e8389 --- /dev/null +++ b/src/Generated/Models/CustomClaim.php @@ -0,0 +1,137 @@ +setOdataType('#microsoft.graph.customClaim'); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return CustomClaim + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): CustomClaim { + return new CustomClaim(); + } + + /** + * Gets the namespace property value. An optional namespace to be included as part of the claim name. + * @return string|null + */ + public function getEscapedNamespace(): ?string { + $val = $this->getBackingStore()->get('escapedNamespace'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'escapedNamespace'"); + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return array_merge(parent::getFieldDeserializers(), [ + 'namespace' => fn(ParseNode $n) => $o->setEscapedNamespace($n->getStringValue()), + 'name' => fn(ParseNode $n) => $o->setName($n->getStringValue()), + 'samlAttributeNameFormat' => fn(ParseNode $n) => $o->setSamlAttributeNameFormat($n->getEnumValue(SamlAttributeNameFormat::class)), + 'tokenFormat' => fn(ParseNode $n) => $o->setTokenFormat($n->getCollectionOfEnumValues(TokenFormat::class)), + ]); + } + + /** + * Gets the name property value. The name of the claim to be emitted. + * @return string|null + */ + public function getName(): ?string { + $val = $this->getBackingStore()->get('name'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'name'"); + } + + /** + * Gets the samlAttributeNameFormat property value. If specified, it sets the nameFormat attribute associated with the claim in the SAML response. The possible values are: unspecified, uri, basic, unknownFutureValue. + * @return SamlAttributeNameFormat|null + */ + public function getSamlAttributeNameFormat(): ?SamlAttributeNameFormat { + $val = $this->getBackingStore()->get('samlAttributeNameFormat'); + if (is_null($val) || $val instanceof SamlAttributeNameFormat) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'samlAttributeNameFormat'"); + } + + /** + * Gets the tokenFormat property value. List of token formats for which this claim should be emitted. The possible values are: saml,jwt, unknownFutureValue + * @return array|null + */ + public function getTokenFormat(): ?array { + $val = $this->getBackingStore()->get('tokenFormat'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, TokenFormat::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'tokenFormat'"); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + parent::serialize($writer); + $writer->writeStringValue('namespace', $this->getEscapedNamespace()); + $writer->writeStringValue('name', $this->getName()); + $writer->writeEnumValue('samlAttributeNameFormat', $this->getSamlAttributeNameFormat()); + $writer->writeCollectionOfEnumValues('tokenFormat', $this->getTokenFormat()); + } + + /** + * Sets the namespace property value. An optional namespace to be included as part of the claim name. + * @param string|null $value Value to set for the namespace property. + */ + public function setEscapedNamespace(?string $value): void { + $this->getBackingStore()->set('escapedNamespace', $value); + } + + /** + * Sets the name property value. The name of the claim to be emitted. + * @param string|null $value Value to set for the name property. + */ + public function setName(?string $value): void { + $this->getBackingStore()->set('name', $value); + } + + /** + * Sets the samlAttributeNameFormat property value. If specified, it sets the nameFormat attribute associated with the claim in the SAML response. The possible values are: unspecified, uri, basic, unknownFutureValue. + * @param SamlAttributeNameFormat|null $value Value to set for the samlAttributeNameFormat property. + */ + public function setSamlAttributeNameFormat(?SamlAttributeNameFormat $value): void { + $this->getBackingStore()->set('samlAttributeNameFormat', $value); + } + + /** + * Sets the tokenFormat property value. List of token formats for which this claim should be emitted. The possible values are: saml,jwt, unknownFutureValue + * @param array|null $value Value to set for the tokenFormat property. + */ + public function setTokenFormat(?array $value): void { + $this->getBackingStore()->set('tokenFormat', $value); + } + +} diff --git a/src/Generated/Models/CustomClaimAttributeBase.php b/src/Generated/Models/CustomClaimAttributeBase.php new file mode 100644 index 00000000000..9a430994170 --- /dev/null +++ b/src/Generated/Models/CustomClaimAttributeBase.php @@ -0,0 +1,122 @@ +backingStore = BackingStoreFactorySingleton::getInstance()->createBackingStore(); + $this->setAdditionalData([]); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return CustomClaimAttributeBase + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): CustomClaimAttributeBase { + $mappingValueNode = $parseNode->getChildNode("@odata.type"); + if ($mappingValueNode !== null) { + $mappingValue = $mappingValueNode->getStringValue(); + switch ($mappingValue) { + case '#microsoft.graph.sourcedAttribute': return new SourcedAttribute(); + case '#microsoft.graph.valueBasedAttribute': return new ValueBasedAttribute(); + } + } + return new CustomClaimAttributeBase(); + } + + /** + * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @return array|null + */ + public function getAdditionalData(): ?array { + $val = $this->getBackingStore()->get('additionalData'); + if (is_null($val) || is_array($val)) { + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'additionalData'"); + } + + /** + * Gets the BackingStore property value. Stores model information. + * @return BackingStore + */ + public function getBackingStore(): BackingStore { + return $this->backingStore; + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return [ + '@odata.type' => fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), + ]; + } + + /** + * Gets the @odata.type property value. The OdataType property + * @return string|null + */ + public function getOdataType(): ?string { + $val = $this->getBackingStore()->get('odataType'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'odataType'"); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + $writer->writeStringValue('@odata.type', $this->getOdataType()); + $writer->writeAdditionalData($this->getAdditionalData()); + } + + /** + * Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @param array $value Value to set for the AdditionalData property. + */ + public function setAdditionalData(?array $value): void { + $this->getBackingStore()->set('additionalData', $value); + } + + /** + * Sets the BackingStore property value. Stores model information. + * @param BackingStore $value Value to set for the BackingStore property. + */ + public function setBackingStore(BackingStore $value): void { + $this->backingStore = $value; + } + + /** + * Sets the @odata.type property value. The OdataType property + * @param string|null $value Value to set for the @odata.type property. + */ + public function setOdataType(?string $value): void { + $this->getBackingStore()->set('odataType', $value); + } + +} diff --git a/src/Generated/Models/CustomClaimBase.php b/src/Generated/Models/CustomClaimBase.php new file mode 100644 index 00000000000..8b390f3cd4f --- /dev/null +++ b/src/Generated/Models/CustomClaimBase.php @@ -0,0 +1,147 @@ +backingStore = BackingStoreFactorySingleton::getInstance()->createBackingStore(); + $this->setAdditionalData([]); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return CustomClaimBase + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): CustomClaimBase { + $mappingValueNode = $parseNode->getChildNode("@odata.type"); + if ($mappingValueNode !== null) { + $mappingValue = $mappingValueNode->getStringValue(); + switch ($mappingValue) { + case '#microsoft.graph.customClaim': return new CustomClaim(); + case '#microsoft.graph.samlNameIdClaim': return new SamlNameIdClaim(); + } + } + return new CustomClaimBase(); + } + + /** + * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @return array|null + */ + public function getAdditionalData(): ?array { + $val = $this->getBackingStore()->get('additionalData'); + if (is_null($val) || is_array($val)) { + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'additionalData'"); + } + + /** + * Gets the BackingStore property value. Stores model information. + * @return BackingStore + */ + public function getBackingStore(): BackingStore { + return $this->backingStore; + } + + /** + * Gets the configurations property value. One or more configurations that describe how the claim is sourced and under what conditions. + * @return array|null + */ + public function getConfigurations(): ?array { + $val = $this->getBackingStore()->get('configurations'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, CustomClaimConfiguration::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'configurations'"); + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return [ + 'configurations' => fn(ParseNode $n) => $o->setConfigurations($n->getCollectionOfObjectValues([CustomClaimConfiguration::class, 'createFromDiscriminatorValue'])), + '@odata.type' => fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), + ]; + } + + /** + * Gets the @odata.type property value. The OdataType property + * @return string|null + */ + public function getOdataType(): ?string { + $val = $this->getBackingStore()->get('odataType'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'odataType'"); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + $writer->writeCollectionOfObjectValues('configurations', $this->getConfigurations()); + $writer->writeStringValue('@odata.type', $this->getOdataType()); + $writer->writeAdditionalData($this->getAdditionalData()); + } + + /** + * Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @param array $value Value to set for the AdditionalData property. + */ + public function setAdditionalData(?array $value): void { + $this->getBackingStore()->set('additionalData', $value); + } + + /** + * Sets the BackingStore property value. Stores model information. + * @param BackingStore $value Value to set for the BackingStore property. + */ + public function setBackingStore(BackingStore $value): void { + $this->backingStore = $value; + } + + /** + * Sets the configurations property value. One or more configurations that describe how the claim is sourced and under what conditions. + * @param array|null $value Value to set for the configurations property. + */ + public function setConfigurations(?array $value): void { + $this->getBackingStore()->set('configurations', $value); + } + + /** + * Sets the @odata.type property value. The OdataType property + * @param string|null $value Value to set for the @odata.type property. + */ + public function setOdataType(?string $value): void { + $this->getBackingStore()->set('odataType', $value); + } + +} diff --git a/src/Generated/Models/CustomClaimCondition.php b/src/Generated/Models/CustomClaimCondition.php new file mode 100644 index 00000000000..cf8ff29419e --- /dev/null +++ b/src/Generated/Models/CustomClaimCondition.php @@ -0,0 +1,100 @@ +setOdataType('#microsoft.graph.customClaimCondition'); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return CustomClaimCondition + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): CustomClaimCondition { + return new CustomClaimCondition(); + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return array_merge(parent::getFieldDeserializers(), [ + 'memberOf' => function (ParseNode $n) { + $val = $n->getCollectionOfPrimitiveValues(); + if (is_array($val)) { + TypeUtils::validateCollectionValues($val, 'string'); + } + /** @var array|null $val */ + $this->setMemberOf($val); + }, + 'userType' => fn(ParseNode $n) => $o->setUserType($n->getEnumValue(ClaimConditionUserType::class)), + ]); + } + + /** + * Gets the memberOf property value. A list of groups (GUIDs) to which the user/application must be a member for this condition to be applied. + * @return array|null + */ + public function getMemberOf(): ?array { + $val = $this->getBackingStore()->get('memberOf'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, 'string'); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'memberOf'"); + } + + /** + * Gets the userType property value. The type of user this condition applies to. The possible values are: any, members, allGuests, aadGuests, externalGuests, unknownFutureValue. + * @return ClaimConditionUserType|null + */ + public function getUserType(): ?ClaimConditionUserType { + $val = $this->getBackingStore()->get('userType'); + if (is_null($val) || $val instanceof ClaimConditionUserType) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'userType'"); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + parent::serialize($writer); + $writer->writeCollectionOfPrimitiveValues('memberOf', $this->getMemberOf()); + $writer->writeEnumValue('userType', $this->getUserType()); + } + + /** + * Sets the memberOf property value. A list of groups (GUIDs) to which the user/application must be a member for this condition to be applied. + * @param array|null $value Value to set for the memberOf property. + */ + public function setMemberOf(?array $value): void { + $this->getBackingStore()->set('memberOf', $value); + } + + /** + * Sets the userType property value. The type of user this condition applies to. The possible values are: any, members, allGuests, aadGuests, externalGuests, unknownFutureValue. + * @param ClaimConditionUserType|null $value Value to set for the userType property. + */ + public function setUserType(?ClaimConditionUserType $value): void { + $this->getBackingStore()->set('userType', $value); + } + +} diff --git a/src/Generated/Models/CustomClaimConditionBase.php b/src/Generated/Models/CustomClaimConditionBase.php new file mode 100644 index 00000000000..dc1b7616489 --- /dev/null +++ b/src/Generated/Models/CustomClaimConditionBase.php @@ -0,0 +1,121 @@ +backingStore = BackingStoreFactorySingleton::getInstance()->createBackingStore(); + $this->setAdditionalData([]); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return CustomClaimConditionBase + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): CustomClaimConditionBase { + $mappingValueNode = $parseNode->getChildNode("@odata.type"); + if ($mappingValueNode !== null) { + $mappingValue = $mappingValueNode->getStringValue(); + switch ($mappingValue) { + case '#microsoft.graph.customClaimCondition': return new CustomClaimCondition(); + } + } + return new CustomClaimConditionBase(); + } + + /** + * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @return array|null + */ + public function getAdditionalData(): ?array { + $val = $this->getBackingStore()->get('additionalData'); + if (is_null($val) || is_array($val)) { + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'additionalData'"); + } + + /** + * Gets the BackingStore property value. Stores model information. + * @return BackingStore + */ + public function getBackingStore(): BackingStore { + return $this->backingStore; + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return [ + '@odata.type' => fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), + ]; + } + + /** + * Gets the @odata.type property value. The OdataType property + * @return string|null + */ + public function getOdataType(): ?string { + $val = $this->getBackingStore()->get('odataType'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'odataType'"); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + $writer->writeStringValue('@odata.type', $this->getOdataType()); + $writer->writeAdditionalData($this->getAdditionalData()); + } + + /** + * Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @param array $value Value to set for the AdditionalData property. + */ + public function setAdditionalData(?array $value): void { + $this->getBackingStore()->set('additionalData', $value); + } + + /** + * Sets the BackingStore property value. Stores model information. + * @param BackingStore $value Value to set for the BackingStore property. + */ + public function setBackingStore(BackingStore $value): void { + $this->backingStore = $value; + } + + /** + * Sets the @odata.type property value. The OdataType property + * @param string|null $value Value to set for the @odata.type property. + */ + public function setOdataType(?string $value): void { + $this->getBackingStore()->set('odataType', $value); + } + +} diff --git a/src/Generated/Models/CustomClaimConfiguration.php b/src/Generated/Models/CustomClaimConfiguration.php new file mode 100644 index 00000000000..22b112bc443 --- /dev/null +++ b/src/Generated/Models/CustomClaimConfiguration.php @@ -0,0 +1,183 @@ +backingStore = BackingStoreFactorySingleton::getInstance()->createBackingStore(); + $this->setAdditionalData([]); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return CustomClaimConfiguration + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): CustomClaimConfiguration { + return new CustomClaimConfiguration(); + } + + /** + * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @return array|null + */ + public function getAdditionalData(): ?array { + $val = $this->getBackingStore()->get('additionalData'); + if (is_null($val) || is_array($val)) { + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'additionalData'"); + } + + /** + * Gets the attribute property value. The attribute on which we source this property. + * @return CustomClaimAttributeBase|null + */ + public function getAttribute(): ?CustomClaimAttributeBase { + $val = $this->getBackingStore()->get('attribute'); + if (is_null($val) || $val instanceof CustomClaimAttributeBase) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'attribute'"); + } + + /** + * Gets the BackingStore property value. Stores model information. + * @return BackingStore + */ + public function getBackingStore(): BackingStore { + return $this->backingStore; + } + + /** + * Gets the condition property value. The condition, if any, associated with this configuration. + * @return CustomClaimConditionBase|null + */ + public function getCondition(): ?CustomClaimConditionBase { + $val = $this->getBackingStore()->get('condition'); + if (is_null($val) || $val instanceof CustomClaimConditionBase) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'condition'"); + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return [ + 'attribute' => fn(ParseNode $n) => $o->setAttribute($n->getObjectValue([CustomClaimAttributeBase::class, 'createFromDiscriminatorValue'])), + 'condition' => fn(ParseNode $n) => $o->setCondition($n->getObjectValue([CustomClaimConditionBase::class, 'createFromDiscriminatorValue'])), + '@odata.type' => fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), + 'transformations' => fn(ParseNode $n) => $o->setTransformations($n->getCollectionOfObjectValues([CustomClaimTransformation::class, 'createFromDiscriminatorValue'])), + ]; + } + + /** + * Gets the @odata.type property value. The OdataType property + * @return string|null + */ + public function getOdataType(): ?string { + $val = $this->getBackingStore()->get('odataType'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'odataType'"); + } + + /** + * Gets the transformations property value. An ordered list of transformations that are applied in sequence. + * @return array|null + */ + public function getTransformations(): ?array { + $val = $this->getBackingStore()->get('transformations'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, CustomClaimTransformation::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'transformations'"); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + $writer->writeObjectValue('attribute', $this->getAttribute()); + $writer->writeObjectValue('condition', $this->getCondition()); + $writer->writeStringValue('@odata.type', $this->getOdataType()); + $writer->writeCollectionOfObjectValues('transformations', $this->getTransformations()); + $writer->writeAdditionalData($this->getAdditionalData()); + } + + /** + * Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @param array $value Value to set for the AdditionalData property. + */ + public function setAdditionalData(?array $value): void { + $this->getBackingStore()->set('additionalData', $value); + } + + /** + * Sets the attribute property value. The attribute on which we source this property. + * @param CustomClaimAttributeBase|null $value Value to set for the attribute property. + */ + public function setAttribute(?CustomClaimAttributeBase $value): void { + $this->getBackingStore()->set('attribute', $value); + } + + /** + * Sets the BackingStore property value. Stores model information. + * @param BackingStore $value Value to set for the BackingStore property. + */ + public function setBackingStore(BackingStore $value): void { + $this->backingStore = $value; + } + + /** + * Sets the condition property value. The condition, if any, associated with this configuration. + * @param CustomClaimConditionBase|null $value Value to set for the condition property. + */ + public function setCondition(?CustomClaimConditionBase $value): void { + $this->getBackingStore()->set('condition', $value); + } + + /** + * Sets the @odata.type property value. The OdataType property + * @param string|null $value Value to set for the @odata.type property. + */ + public function setOdataType(?string $value): void { + $this->getBackingStore()->set('odataType', $value); + } + + /** + * Sets the transformations property value. An ordered list of transformations that are applied in sequence. + * @param array|null $value Value to set for the transformations property. + */ + public function setTransformations(?array $value): void { + $this->getBackingStore()->set('transformations', $value); + } + +} diff --git a/src/Generated/Models/CustomClaimTransformation.php b/src/Generated/Models/CustomClaimTransformation.php new file mode 100644 index 00000000000..fee80e5c0f8 --- /dev/null +++ b/src/Generated/Models/CustomClaimTransformation.php @@ -0,0 +1,157 @@ +backingStore = BackingStoreFactorySingleton::getInstance()->createBackingStore(); + $this->setAdditionalData([]); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return CustomClaimTransformation + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): CustomClaimTransformation { + $mappingValueNode = $parseNode->getChildNode("@odata.type"); + if ($mappingValueNode !== null) { + $mappingValue = $mappingValueNode->getStringValue(); + switch ($mappingValue) { + case '#microsoft.graph.containsTransformation': return new ContainsTransformation(); + case '#microsoft.graph.endsWithTransformation': return new EndsWithTransformation(); + case '#microsoft.graph.extractAlphaTransformation': return new ExtractAlphaTransformation(); + case '#microsoft.graph.extractMailPrefixTransformation': return new ExtractMailPrefixTransformation(); + case '#microsoft.graph.extractNumberTransformation': return new ExtractNumberTransformation(); + case '#microsoft.graph.extractTransformation': return new ExtractTransformation(); + case '#microsoft.graph.ifEmptyTransformation': return new IfEmptyTransformation(); + case '#microsoft.graph.ifNotEmptyTransformation': return new IfNotEmptyTransformation(); + case '#microsoft.graph.joinTransformation': return new JoinTransformation(); + case '#microsoft.graph.regexReplaceTransformation': return new RegexReplaceTransformation(); + case '#microsoft.graph.startsWithTransformation': return new StartsWithTransformation(); + case '#microsoft.graph.substringTransformation': return new SubstringTransformation(); + case '#microsoft.graph.toLowercaseTransformation': return new ToLowercaseTransformation(); + case '#microsoft.graph.toUppercaseTransformation': return new ToUppercaseTransformation(); + case '#microsoft.graph.trimTransformation': return new TrimTransformation(); + } + } + return new CustomClaimTransformation(); + } + + /** + * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @return array|null + */ + public function getAdditionalData(): ?array { + $val = $this->getBackingStore()->get('additionalData'); + if (is_null($val) || is_array($val)) { + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'additionalData'"); + } + + /** + * Gets the BackingStore property value. Stores model information. + * @return BackingStore + */ + public function getBackingStore(): BackingStore { + return $this->backingStore; + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return [ + 'input' => fn(ParseNode $n) => $o->setInput($n->getObjectValue([TransformationAttribute::class, 'createFromDiscriminatorValue'])), + '@odata.type' => fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), + ]; + } + + /** + * Gets the input property value. The input attribute that provides the source for the transformation. This parameter is required if it's the first or only transformation in the list of transformations to be applied. Subsequent transformations use the output of the prior transformation as input. + * @return TransformationAttribute|null + */ + public function getInput(): ?TransformationAttribute { + $val = $this->getBackingStore()->get('input'); + if (is_null($val) || $val instanceof TransformationAttribute) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'input'"); + } + + /** + * Gets the @odata.type property value. The OdataType property + * @return string|null + */ + public function getOdataType(): ?string { + $val = $this->getBackingStore()->get('odataType'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'odataType'"); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + $writer->writeObjectValue('input', $this->getInput()); + $writer->writeStringValue('@odata.type', $this->getOdataType()); + $writer->writeAdditionalData($this->getAdditionalData()); + } + + /** + * Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @param array $value Value to set for the AdditionalData property. + */ + public function setAdditionalData(?array $value): void { + $this->getBackingStore()->set('additionalData', $value); + } + + /** + * Sets the BackingStore property value. Stores model information. + * @param BackingStore $value Value to set for the BackingStore property. + */ + public function setBackingStore(BackingStore $value): void { + $this->backingStore = $value; + } + + /** + * Sets the input property value. The input attribute that provides the source for the transformation. This parameter is required if it's the first or only transformation in the list of transformations to be applied. Subsequent transformations use the output of the prior transformation as input. + * @param TransformationAttribute|null $value Value to set for the input property. + */ + public function setInput(?TransformationAttribute $value): void { + $this->getBackingStore()->set('input', $value); + } + + /** + * Sets the @odata.type property value. The OdataType property + * @param string|null $value Value to set for the @odata.type property. + */ + public function setOdataType(?string $value): void { + $this->getBackingStore()->set('odataType', $value); + } + +} diff --git a/src/Generated/Models/CustomClaimsPolicy.php b/src/Generated/Models/CustomClaimsPolicy.php index 867cbc48303..878f62f9634 100644 --- a/src/Generated/Models/CustomClaimsPolicy.php +++ b/src/Generated/Models/CustomClaimsPolicy.php @@ -5,6 +5,7 @@ use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; +use Microsoft\Kiota\Abstractions\Types\TypeUtils; class CustomClaimsPolicy extends Entity implements Parsable { @@ -24,6 +25,32 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Custo return new CustomClaimsPolicy(); } + /** + * Gets the audienceOverride property value. If specified, it overrides the content of the audience claim for WS-Federation and SAML2 protocols. A custom signing key must be used for audienceOverride to be applied, otherwise, the audienceOverride value is ignored. The value provided must be in the format of an absolute URI. + * @return string|null + */ + public function getAudienceOverride(): ?string { + $val = $this->getBackingStore()->get('audienceOverride'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'audienceOverride'"); + } + + /** + * Gets the claims property value. Defines which claims are present in the tokens affected by the policy, in addition to the basic claim and the core claim set. Inherited from customclaimbase. + * @return array|null + */ + public function getClaims(): ?array { + $val = $this->getBackingStore()->get('claims'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, CustomClaimBase::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'claims'"); + } + /** * The deserialization information for the current model * @return array @@ -31,15 +58,79 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Custo public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'audienceOverride' => fn(ParseNode $n) => $o->setAudienceOverride($n->getStringValue()), + 'claims' => fn(ParseNode $n) => $o->setClaims($n->getCollectionOfObjectValues([CustomClaimBase::class, 'createFromDiscriminatorValue'])), + 'includeApplicationIdInIssuer' => fn(ParseNode $n) => $o->setIncludeApplicationIdInIssuer($n->getBooleanValue()), + 'includeBasicClaimSet' => fn(ParseNode $n) => $o->setIncludeBasicClaimSet($n->getBooleanValue()), ]); } + /** + * Gets the includeApplicationIdInIssuer property value. Indicates whether the application ID is added to the claim. It is relevant only for SAML2.0 and if a custom signing key is used. the default value is true. Optional. + * @return bool|null + */ + public function getIncludeApplicationIdInIssuer(): ?bool { + $val = $this->getBackingStore()->get('includeApplicationIdInIssuer'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'includeApplicationIdInIssuer'"); + } + + /** + * Gets the includeBasicClaimSet property value. Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. + * @return bool|null + */ + public function getIncludeBasicClaimSet(): ?bool { + $val = $this->getBackingStore()->get('includeBasicClaimSet'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'includeBasicClaimSet'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeStringValue('audienceOverride', $this->getAudienceOverride()); + $writer->writeCollectionOfObjectValues('claims', $this->getClaims()); + $writer->writeBooleanValue('includeApplicationIdInIssuer', $this->getIncludeApplicationIdInIssuer()); + $writer->writeBooleanValue('includeBasicClaimSet', $this->getIncludeBasicClaimSet()); + } + + /** + * Sets the audienceOverride property value. If specified, it overrides the content of the audience claim for WS-Federation and SAML2 protocols. A custom signing key must be used for audienceOverride to be applied, otherwise, the audienceOverride value is ignored. The value provided must be in the format of an absolute URI. + * @param string|null $value Value to set for the audienceOverride property. + */ + public function setAudienceOverride(?string $value): void { + $this->getBackingStore()->set('audienceOverride', $value); + } + + /** + * Sets the claims property value. Defines which claims are present in the tokens affected by the policy, in addition to the basic claim and the core claim set. Inherited from customclaimbase. + * @param array|null $value Value to set for the claims property. + */ + public function setClaims(?array $value): void { + $this->getBackingStore()->set('claims', $value); + } + + /** + * Sets the includeApplicationIdInIssuer property value. Indicates whether the application ID is added to the claim. It is relevant only for SAML2.0 and if a custom signing key is used. the default value is true. Optional. + * @param bool|null $value Value to set for the includeApplicationIdInIssuer property. + */ + public function setIncludeApplicationIdInIssuer(?bool $value): void { + $this->getBackingStore()->set('includeApplicationIdInIssuer', $value); + } + + /** + * Sets the includeBasicClaimSet property value. Determines whether the basic claim set is included in tokens affected by this policy. If set to true, all claims in the basic claim set are emitted in tokens affected by the policy. By default the basic claim set isn't in the tokens unless they're explicitly configured in this policy. + * @param bool|null $value Value to set for the includeBasicClaimSet property. + */ + public function setIncludeBasicClaimSet(?bool $value): void { + $this->getBackingStore()->set('includeBasicClaimSet', $value); } } diff --git a/src/Generated/Models/CustomTrainingSetting.php b/src/Generated/Models/CustomTrainingSetting.php index 40bcffdef49..bf07864e9b9 100644 --- a/src/Generated/Models/CustomTrainingSetting.php +++ b/src/Generated/Models/CustomTrainingSetting.php @@ -28,13 +28,13 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Custo /** * Gets the assignedTo property value. A user collection that specifies to whom the training should be assigned. Possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue. - * @return array|null + * @return array|null */ public function getAssignedTo(): ?array { $val = $this->getBackingStore()->get('assignedTo'); if (is_array($val) || is_null($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - /** @var array|null $val */ + TypeUtils::validateCollectionValues($val, TrainingAssignedTo::class); + /** @var array|null $val */ return $val; } throw new \UnexpectedValueException("Invalid type found in backing store for 'assignedTo'"); @@ -83,14 +83,7 @@ public function getDurationInMinutes(): ?int { public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ - 'assignedTo' => function (ParseNode $n) { - $val = $n->getCollectionOfPrimitiveValues(); - if (is_array($val)) { - TypeUtils::validateCollectionValues($val, 'string'); - } - /** @var array|null $val */ - $this->setAssignedTo($val); - }, + 'assignedTo' => fn(ParseNode $n) => $o->setAssignedTo($n->getCollectionOfEnumValues(TrainingAssignedTo::class)), 'description' => fn(ParseNode $n) => $o->setDescription($n->getStringValue()), 'displayName' => fn(ParseNode $n) => $o->setDisplayName($n->getStringValue()), 'durationInMinutes' => fn(ParseNode $n) => $o->setDurationInMinutes($n->getIntegerValue()), @@ -116,7 +109,7 @@ public function getUrl(): ?string { */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); - $writer->writeCollectionOfPrimitiveValues('assignedTo', $this->getAssignedTo()); + $writer->writeCollectionOfEnumValues('assignedTo', $this->getAssignedTo()); $writer->writeStringValue('description', $this->getDescription()); $writer->writeStringValue('displayName', $this->getDisplayName()); $writer->writeIntegerValue('durationInMinutes', $this->getDurationInMinutes()); @@ -125,7 +118,7 @@ public function serialize(SerializationWriter $writer): void { /** * Sets the assignedTo property value. A user collection that specifies to whom the training should be assigned. Possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue. - * @param array|null $value Value to set for the assignedTo property. + * @param array|null $value Value to set for the assignedTo property. */ public function setAssignedTo(?array $value): void { $this->getBackingStore()->set('assignedTo', $value); diff --git a/src/Generated/Models/DataCollectionInfo.php b/src/Generated/Models/DataCollectionInfo.php index 6a6fa483327..1ef18066433 100644 --- a/src/Generated/Models/DataCollectionInfo.php +++ b/src/Generated/Models/DataCollectionInfo.php @@ -24,6 +24,18 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): DataC return new DataCollectionInfo(); } + /** + * Gets the entitlements property value. The entitlements property + * @return EntitlementsDataCollectionInfo|null + */ + public function getEntitlements(): ?EntitlementsDataCollectionInfo { + $val = $this->getBackingStore()->get('entitlements'); + if (is_null($val) || $val instanceof EntitlementsDataCollectionInfo) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'entitlements'"); + } + /** * The deserialization information for the current model * @return array @@ -31,6 +43,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): DataC public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'entitlements' => fn(ParseNode $n) => $o->setEntitlements($n->getObjectValue([EntitlementsDataCollectionInfo::class, 'createFromDiscriminatorValue'])), ]); } @@ -40,6 +53,15 @@ public function getFieldDeserializers(): array { */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeObjectValue('entitlements', $this->getEntitlements()); + } + + /** + * Sets the entitlements property value. The entitlements property + * @param EntitlementsDataCollectionInfo|null $value Value to set for the entitlements property. + */ + public function setEntitlements(?EntitlementsDataCollectionInfo $value): void { + $this->getBackingStore()->set('entitlements', $value); } } diff --git a/src/Generated/Models/DataCollectionStatus.php b/src/Generated/Models/DataCollectionStatus.php new file mode 100644 index 00000000000..6fa27c55f8d --- /dev/null +++ b/src/Generated/Models/DataCollectionStatus.php @@ -0,0 +1,11 @@ + fn(ParseNode $n) => $o->setSensitivityLabels($n->getCollectionOfObjectValues([SensitivityLabel::class, 'createFromDiscriminatorValue'])), ]); } + /** + * Gets the sensitivityLabels property value. The sensitivityLabels property + * @return array|null + */ + public function getSensitivityLabels(): ?array { + $val = $this->getBackingStore()->get('sensitivityLabels'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, SensitivityLabel::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'sensitivityLabels'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeCollectionOfObjectValues('sensitivityLabels', $this->getSensitivityLabels()); + } + + /** + * Sets the sensitivityLabels property value. The sensitivityLabels property + * @param array|null $value Value to set for the sensitivityLabels property. + */ + public function setSensitivityLabels(?array $value): void { + $this->getBackingStore()->set('sensitivityLabels', $value); } } diff --git a/src/Generated/Models/DefaultInvitationRedemptionIdentityProviderConfiguration.php b/src/Generated/Models/DefaultInvitationRedemptionIdentityProviderConfiguration.php new file mode 100644 index 00000000000..ec6f7206638 --- /dev/null +++ b/src/Generated/Models/DefaultInvitationRedemptionIdentityProviderConfiguration.php @@ -0,0 +1,45 @@ + + */ + public function getFieldDeserializers(): array { + $o = $this; + return array_merge(parent::getFieldDeserializers(), [ + ]); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + parent::serialize($writer); + } + +} diff --git a/src/Generated/Models/DefaultSharingLink.php b/src/Generated/Models/DefaultSharingLink.php new file mode 100644 index 00000000000..99e316c1ff7 --- /dev/null +++ b/src/Generated/Models/DefaultSharingLink.php @@ -0,0 +1,180 @@ +backingStore = BackingStoreFactorySingleton::getInstance()->createBackingStore(); + $this->setAdditionalData([]); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return DefaultSharingLink + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): DefaultSharingLink { + return new DefaultSharingLink(); + } + + /** + * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @return array|null + */ + public function getAdditionalData(): ?array { + $val = $this->getBackingStore()->get('additionalData'); + if (is_null($val) || is_array($val)) { + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'additionalData'"); + } + + /** + * Gets the BackingStore property value. Stores model information. + * @return BackingStore + */ + public function getBackingStore(): BackingStore { + return $this->backingStore; + } + + /** + * Gets the defaultToExistingAccess property value. Indicates whether the default link setting for this object is a direct URL rather than a sharing link. + * @return bool|null + */ + public function getDefaultToExistingAccess(): ?bool { + $val = $this->getBackingStore()->get('defaultToExistingAccess'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'defaultToExistingAccess'"); + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return [ + 'defaultToExistingAccess' => fn(ParseNode $n) => $o->setDefaultToExistingAccess($n->getBooleanValue()), + '@odata.type' => fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), + 'role' => fn(ParseNode $n) => $o->setRole($n->getEnumValue(SharingRole::class)), + 'scope' => fn(ParseNode $n) => $o->setScope($n->getEnumValue(SharingScope::class)), + ]; + } + + /** + * Gets the @odata.type property value. The OdataType property + * @return string|null + */ + public function getOdataType(): ?string { + $val = $this->getBackingStore()->get('odataType'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'odataType'"); + } + + /** + * Gets the role property value. The default sharing link role. The possible values are: none, view, edit, manageList, review, restrictedView, submitOnly, unknownFutureValue. + * @return SharingRole|null + */ + public function getRole(): ?SharingRole { + $val = $this->getBackingStore()->get('role'); + if (is_null($val) || $val instanceof SharingRole) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'role'"); + } + + /** + * Gets the scope property value. The default sharing link scope. The possible values are: anyone, organization, specificPeople, anonymous, users, unknownFutureValue. + * @return SharingScope|null + */ + public function getScope(): ?SharingScope { + $val = $this->getBackingStore()->get('scope'); + if (is_null($val) || $val instanceof SharingScope) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'scope'"); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + $writer->writeBooleanValue('defaultToExistingAccess', $this->getDefaultToExistingAccess()); + $writer->writeStringValue('@odata.type', $this->getOdataType()); + $writer->writeEnumValue('role', $this->getRole()); + $writer->writeEnumValue('scope', $this->getScope()); + $writer->writeAdditionalData($this->getAdditionalData()); + } + + /** + * Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @param array $value Value to set for the AdditionalData property. + */ + public function setAdditionalData(?array $value): void { + $this->getBackingStore()->set('additionalData', $value); + } + + /** + * Sets the BackingStore property value. Stores model information. + * @param BackingStore $value Value to set for the BackingStore property. + */ + public function setBackingStore(BackingStore $value): void { + $this->backingStore = $value; + } + + /** + * Sets the defaultToExistingAccess property value. Indicates whether the default link setting for this object is a direct URL rather than a sharing link. + * @param bool|null $value Value to set for the defaultToExistingAccess property. + */ + public function setDefaultToExistingAccess(?bool $value): void { + $this->getBackingStore()->set('defaultToExistingAccess', $value); + } + + /** + * Sets the @odata.type property value. The OdataType property + * @param string|null $value Value to set for the @odata.type property. + */ + public function setOdataType(?string $value): void { + $this->getBackingStore()->set('odataType', $value); + } + + /** + * Sets the role property value. The default sharing link role. The possible values are: none, view, edit, manageList, review, restrictedView, submitOnly, unknownFutureValue. + * @param SharingRole|null $value Value to set for the role property. + */ + public function setRole(?SharingRole $value): void { + $this->getBackingStore()->set('role', $value); + } + + /** + * Sets the scope property value. The default sharing link scope. The possible values are: anyone, organization, specificPeople, anonymous, users, unknownFutureValue. + * @param SharingScope|null $value Value to set for the scope property. + */ + public function setScope(?SharingScope $value): void { + $this->getBackingStore()->set('scope', $value); + } + +} diff --git a/src/Generated/Models/Deleted.php b/src/Generated/Models/Deleted.php new file mode 100644 index 00000000000..9e67781784e --- /dev/null +++ b/src/Generated/Models/Deleted.php @@ -0,0 +1,136 @@ +backingStore = BackingStoreFactorySingleton::getInstance()->createBackingStore(); + $this->setAdditionalData([]); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return Deleted + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): Deleted { + return new Deleted(); + } + + /** + * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @return array|null + */ + public function getAdditionalData(): ?array { + $val = $this->getBackingStore()->get('additionalData'); + if (is_null($val) || is_array($val)) { + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'additionalData'"); + } + + /** + * Gets the BackingStore property value. Stores model information. + * @return BackingStore + */ + public function getBackingStore(): BackingStore { + return $this->backingStore; + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return [ + '@odata.type' => fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), + 'state' => fn(ParseNode $n) => $o->setState($n->getStringValue()), + ]; + } + + /** + * Gets the @odata.type property value. The OdataType property + * @return string|null + */ + public function getOdataType(): ?string { + $val = $this->getBackingStore()->get('odataType'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'odataType'"); + } + + /** + * Gets the state property value. Represents the state of the deleted item. + * @return string|null + */ + public function getState(): ?string { + $val = $this->getBackingStore()->get('state'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'state'"); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + $writer->writeStringValue('@odata.type', $this->getOdataType()); + $writer->writeStringValue('state', $this->getState()); + $writer->writeAdditionalData($this->getAdditionalData()); + } + + /** + * Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @param array $value Value to set for the AdditionalData property. + */ + public function setAdditionalData(?array $value): void { + $this->getBackingStore()->set('additionalData', $value); + } + + /** + * Sets the BackingStore property value. Stores model information. + * @param BackingStore $value Value to set for the BackingStore property. + */ + public function setBackingStore(BackingStore $value): void { + $this->backingStore = $value; + } + + /** + * Sets the @odata.type property value. The OdataType property + * @param string|null $value Value to set for the @odata.type property. + */ + public function setOdataType(?string $value): void { + $this->getBackingStore()->set('odataType', $value); + } + + /** + * Sets the state property value. Represents the state of the deleted item. + * @param string|null $value Value to set for the state property. + */ + public function setState(?string $value): void { + $this->getBackingStore()->set('state', $value); + } + +} diff --git a/src/Generated/Models/DeviceCategory.php b/src/Generated/Models/DeviceCategory.php index 0de0bc85a84..75a7f8ba5df 100644 --- a/src/Generated/Models/DeviceCategory.php +++ b/src/Generated/Models/DeviceCategory.php @@ -5,6 +5,7 @@ use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; +use Microsoft\Kiota\Abstractions\Types\TypeUtils; /** * Device categories provides a way to organize your devices. Using device categories, company administrators can define their own categories that make sense to their company. These categories can then be applied to a device in the Intune Azure console or selected by a user during device enrollment. You can filter reports and create dynamic Azure Active Directory device groups based on device categories. @@ -27,6 +28,30 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Devic return new DeviceCategory(); } + /** + * Gets the description property value. Optional description for the device category. + * @return string|null + */ + public function getDescription(): ?string { + $val = $this->getBackingStore()->get('description'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'description'"); + } + + /** + * Gets the displayName property value. Display name for the device category. + * @return string|null + */ + public function getDisplayName(): ?string { + $val = $this->getBackingStore()->get('displayName'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'displayName'"); + } + /** * The deserialization information for the current model * @return array @@ -34,15 +59,66 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Devic public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'description' => fn(ParseNode $n) => $o->setDescription($n->getStringValue()), + 'displayName' => fn(ParseNode $n) => $o->setDisplayName($n->getStringValue()), + 'roleScopeTagIds' => function (ParseNode $n) { + $val = $n->getCollectionOfPrimitiveValues(); + if (is_array($val)) { + TypeUtils::validateCollectionValues($val, 'string'); + } + /** @var array|null $val */ + $this->setRoleScopeTagIds($val); + }, ]); } + /** + * Gets the roleScopeTagIds property value. Optional role scope tags for the device category. + * @return array|null + */ + public function getRoleScopeTagIds(): ?array { + $val = $this->getBackingStore()->get('roleScopeTagIds'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, 'string'); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'roleScopeTagIds'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeStringValue('description', $this->getDescription()); + $writer->writeStringValue('displayName', $this->getDisplayName()); + $writer->writeCollectionOfPrimitiveValues('roleScopeTagIds', $this->getRoleScopeTagIds()); + } + + /** + * Sets the description property value. Optional description for the device category. + * @param string|null $value Value to set for the description property. + */ + public function setDescription(?string $value): void { + $this->getBackingStore()->set('description', $value); + } + + /** + * Sets the displayName property value. Display name for the device category. + * @param string|null $value Value to set for the displayName property. + */ + public function setDisplayName(?string $value): void { + $this->getBackingStore()->set('displayName', $value); + } + + /** + * Sets the roleScopeTagIds property value. Optional role scope tags for the device category. + * @param array|null $value Value to set for the roleScopeTagIds property. + */ + public function setRoleScopeTagIds(?array $value): void { + $this->getBackingStore()->set('roleScopeTagIds', $value); } } diff --git a/src/Generated/Models/DeviceComplianceDeviceOverview.php b/src/Generated/Models/DeviceComplianceDeviceOverview.php index 11bf2dae83f..13fda68befc 100644 --- a/src/Generated/Models/DeviceComplianceDeviceOverview.php +++ b/src/Generated/Models/DeviceComplianceDeviceOverview.php @@ -2,6 +2,7 @@ namespace Microsoft\Graph\Beta\Generated\Models; +use DateTime; use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; @@ -24,6 +25,54 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Devic return new DeviceComplianceDeviceOverview(); } + /** + * Gets the configurationVersion property value. Version of the policy for that overview + * @return int|null + */ + public function getConfigurationVersion(): ?int { + $val = $this->getBackingStore()->get('configurationVersion'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'configurationVersion'"); + } + + /** + * Gets the conflictCount property value. Number of devices in conflict + * @return int|null + */ + public function getConflictCount(): ?int { + $val = $this->getBackingStore()->get('conflictCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'conflictCount'"); + } + + /** + * Gets the errorCount property value. Number of error devices + * @return int|null + */ + public function getErrorCount(): ?int { + $val = $this->getBackingStore()->get('errorCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'errorCount'"); + } + + /** + * Gets the failedCount property value. Number of failed devices + * @return int|null + */ + public function getFailedCount(): ?int { + $val = $this->getBackingStore()->get('failedCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'failedCount'"); + } + /** * The deserialization information for the current model * @return array @@ -31,15 +80,165 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Devic public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'configurationVersion' => fn(ParseNode $n) => $o->setConfigurationVersion($n->getIntegerValue()), + 'conflictCount' => fn(ParseNode $n) => $o->setConflictCount($n->getIntegerValue()), + 'errorCount' => fn(ParseNode $n) => $o->setErrorCount($n->getIntegerValue()), + 'failedCount' => fn(ParseNode $n) => $o->setFailedCount($n->getIntegerValue()), + 'lastUpdateDateTime' => fn(ParseNode $n) => $o->setLastUpdateDateTime($n->getDateTimeValue()), + 'notApplicableCount' => fn(ParseNode $n) => $o->setNotApplicableCount($n->getIntegerValue()), + 'notApplicablePlatformCount' => fn(ParseNode $n) => $o->setNotApplicablePlatformCount($n->getIntegerValue()), + 'pendingCount' => fn(ParseNode $n) => $o->setPendingCount($n->getIntegerValue()), + 'successCount' => fn(ParseNode $n) => $o->setSuccessCount($n->getIntegerValue()), ]); } + /** + * Gets the lastUpdateDateTime property value. Last update time + * @return DateTime|null + */ + public function getLastUpdateDateTime(): ?DateTime { + $val = $this->getBackingStore()->get('lastUpdateDateTime'); + if (is_null($val) || $val instanceof DateTime) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'lastUpdateDateTime'"); + } + + /** + * Gets the notApplicableCount property value. Number of not applicable devices + * @return int|null + */ + public function getNotApplicableCount(): ?int { + $val = $this->getBackingStore()->get('notApplicableCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'notApplicableCount'"); + } + + /** + * Gets the notApplicablePlatformCount property value. Number of not applicable devices due to mismatch platform and policy + * @return int|null + */ + public function getNotApplicablePlatformCount(): ?int { + $val = $this->getBackingStore()->get('notApplicablePlatformCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'notApplicablePlatformCount'"); + } + + /** + * Gets the pendingCount property value. Number of pending devices + * @return int|null + */ + public function getPendingCount(): ?int { + $val = $this->getBackingStore()->get('pendingCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'pendingCount'"); + } + + /** + * Gets the successCount property value. Number of succeeded devices + * @return int|null + */ + public function getSuccessCount(): ?int { + $val = $this->getBackingStore()->get('successCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'successCount'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeIntegerValue('configurationVersion', $this->getConfigurationVersion()); + $writer->writeIntegerValue('conflictCount', $this->getConflictCount()); + $writer->writeIntegerValue('errorCount', $this->getErrorCount()); + $writer->writeIntegerValue('failedCount', $this->getFailedCount()); + $writer->writeDateTimeValue('lastUpdateDateTime', $this->getLastUpdateDateTime()); + $writer->writeIntegerValue('notApplicableCount', $this->getNotApplicableCount()); + $writer->writeIntegerValue('notApplicablePlatformCount', $this->getNotApplicablePlatformCount()); + $writer->writeIntegerValue('pendingCount', $this->getPendingCount()); + $writer->writeIntegerValue('successCount', $this->getSuccessCount()); + } + + /** + * Sets the configurationVersion property value. Version of the policy for that overview + * @param int|null $value Value to set for the configurationVersion property. + */ + public function setConfigurationVersion(?int $value): void { + $this->getBackingStore()->set('configurationVersion', $value); + } + + /** + * Sets the conflictCount property value. Number of devices in conflict + * @param int|null $value Value to set for the conflictCount property. + */ + public function setConflictCount(?int $value): void { + $this->getBackingStore()->set('conflictCount', $value); + } + + /** + * Sets the errorCount property value. Number of error devices + * @param int|null $value Value to set for the errorCount property. + */ + public function setErrorCount(?int $value): void { + $this->getBackingStore()->set('errorCount', $value); + } + + /** + * Sets the failedCount property value. Number of failed devices + * @param int|null $value Value to set for the failedCount property. + */ + public function setFailedCount(?int $value): void { + $this->getBackingStore()->set('failedCount', $value); + } + + /** + * Sets the lastUpdateDateTime property value. Last update time + * @param DateTime|null $value Value to set for the lastUpdateDateTime property. + */ + public function setLastUpdateDateTime(?DateTime $value): void { + $this->getBackingStore()->set('lastUpdateDateTime', $value); + } + + /** + * Sets the notApplicableCount property value. Number of not applicable devices + * @param int|null $value Value to set for the notApplicableCount property. + */ + public function setNotApplicableCount(?int $value): void { + $this->getBackingStore()->set('notApplicableCount', $value); + } + + /** + * Sets the notApplicablePlatformCount property value. Number of not applicable devices due to mismatch platform and policy + * @param int|null $value Value to set for the notApplicablePlatformCount property. + */ + public function setNotApplicablePlatformCount(?int $value): void { + $this->getBackingStore()->set('notApplicablePlatformCount', $value); + } + + /** + * Sets the pendingCount property value. Number of pending devices + * @param int|null $value Value to set for the pendingCount property. + */ + public function setPendingCount(?int $value): void { + $this->getBackingStore()->set('pendingCount', $value); + } + + /** + * Sets the successCount property value. Number of succeeded devices + * @param int|null $value Value to set for the successCount property. + */ + public function setSuccessCount(?int $value): void { + $this->getBackingStore()->set('successCount', $value); } } diff --git a/src/Generated/Models/DeviceCompliancePolicy.php b/src/Generated/Models/DeviceCompliancePolicy.php index 74baec07ed6..7a96a798370 100644 --- a/src/Generated/Models/DeviceCompliancePolicy.php +++ b/src/Generated/Models/DeviceCompliancePolicy.php @@ -194,7 +194,7 @@ public function getRoleScopeTagIds(): ?array { } /** - * Gets the scheduledActionsForRule property value. The list of scheduled action for this rule + * Gets the scheduledActionsForRule property value. The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. * @return array|null */ public function getScheduledActionsForRule(): ?array { @@ -339,7 +339,7 @@ public function setRoleScopeTagIds(?array $value): void { } /** - * Sets the scheduledActionsForRule property value. The list of scheduled action for this rule + * Sets the scheduledActionsForRule property value. The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. * @param array|null $value Value to set for the scheduledActionsForRule property. */ public function setScheduledActionsForRule(?array $value): void { diff --git a/src/Generated/Models/DeviceComplianceScriptRunSummary.php b/src/Generated/Models/DeviceComplianceScriptRunSummary.php index cab23dbfc06..f0cc7d63850 100644 --- a/src/Generated/Models/DeviceComplianceScriptRunSummary.php +++ b/src/Generated/Models/DeviceComplianceScriptRunSummary.php @@ -2,6 +2,7 @@ namespace Microsoft\Graph\Beta\Generated\Models; +use DateTime; use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; @@ -27,6 +28,30 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Devic return new DeviceComplianceScriptRunSummary(); } + /** + * Gets the detectionScriptErrorDeviceCount property value. Number of devices on which the detection script execution encountered an error and did not complete. Valid values -2147483648 to 2147483647 + * @return int|null + */ + public function getDetectionScriptErrorDeviceCount(): ?int { + $val = $this->getBackingStore()->get('detectionScriptErrorDeviceCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'detectionScriptErrorDeviceCount'"); + } + + /** + * Gets the detectionScriptPendingDeviceCount property value. Number of devices which have not yet run the latest version of the device compliance script. Valid values -2147483648 to 2147483647 + * @return int|null + */ + public function getDetectionScriptPendingDeviceCount(): ?int { + $val = $this->getBackingStore()->get('detectionScriptPendingDeviceCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'detectionScriptPendingDeviceCount'"); + } + /** * The deserialization information for the current model * @return array @@ -34,15 +59,101 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Devic public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'detectionScriptErrorDeviceCount' => fn(ParseNode $n) => $o->setDetectionScriptErrorDeviceCount($n->getIntegerValue()), + 'detectionScriptPendingDeviceCount' => fn(ParseNode $n) => $o->setDetectionScriptPendingDeviceCount($n->getIntegerValue()), + 'issueDetectedDeviceCount' => fn(ParseNode $n) => $o->setIssueDetectedDeviceCount($n->getIntegerValue()), + 'lastScriptRunDateTime' => fn(ParseNode $n) => $o->setLastScriptRunDateTime($n->getDateTimeValue()), + 'noIssueDetectedDeviceCount' => fn(ParseNode $n) => $o->setNoIssueDetectedDeviceCount($n->getIntegerValue()), ]); } + /** + * Gets the issueDetectedDeviceCount property value. Number of devices for which the detection script found an issue. Valid values -2147483648 to 2147483647 + * @return int|null + */ + public function getIssueDetectedDeviceCount(): ?int { + $val = $this->getBackingStore()->get('issueDetectedDeviceCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'issueDetectedDeviceCount'"); + } + + /** + * Gets the lastScriptRunDateTime property value. Last run time for the script across all devices + * @return DateTime|null + */ + public function getLastScriptRunDateTime(): ?DateTime { + $val = $this->getBackingStore()->get('lastScriptRunDateTime'); + if (is_null($val) || $val instanceof DateTime) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'lastScriptRunDateTime'"); + } + + /** + * Gets the noIssueDetectedDeviceCount property value. Number of devices for which the detection script did not find an issue and the device is healthy. Valid values -2147483648 to 2147483647 + * @return int|null + */ + public function getNoIssueDetectedDeviceCount(): ?int { + $val = $this->getBackingStore()->get('noIssueDetectedDeviceCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'noIssueDetectedDeviceCount'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeIntegerValue('detectionScriptErrorDeviceCount', $this->getDetectionScriptErrorDeviceCount()); + $writer->writeIntegerValue('detectionScriptPendingDeviceCount', $this->getDetectionScriptPendingDeviceCount()); + $writer->writeIntegerValue('issueDetectedDeviceCount', $this->getIssueDetectedDeviceCount()); + $writer->writeDateTimeValue('lastScriptRunDateTime', $this->getLastScriptRunDateTime()); + $writer->writeIntegerValue('noIssueDetectedDeviceCount', $this->getNoIssueDetectedDeviceCount()); + } + + /** + * Sets the detectionScriptErrorDeviceCount property value. Number of devices on which the detection script execution encountered an error and did not complete. Valid values -2147483648 to 2147483647 + * @param int|null $value Value to set for the detectionScriptErrorDeviceCount property. + */ + public function setDetectionScriptErrorDeviceCount(?int $value): void { + $this->getBackingStore()->set('detectionScriptErrorDeviceCount', $value); + } + + /** + * Sets the detectionScriptPendingDeviceCount property value. Number of devices which have not yet run the latest version of the device compliance script. Valid values -2147483648 to 2147483647 + * @param int|null $value Value to set for the detectionScriptPendingDeviceCount property. + */ + public function setDetectionScriptPendingDeviceCount(?int $value): void { + $this->getBackingStore()->set('detectionScriptPendingDeviceCount', $value); + } + + /** + * Sets the issueDetectedDeviceCount property value. Number of devices for which the detection script found an issue. Valid values -2147483648 to 2147483647 + * @param int|null $value Value to set for the issueDetectedDeviceCount property. + */ + public function setIssueDetectedDeviceCount(?int $value): void { + $this->getBackingStore()->set('issueDetectedDeviceCount', $value); + } + + /** + * Sets the lastScriptRunDateTime property value. Last run time for the script across all devices + * @param DateTime|null $value Value to set for the lastScriptRunDateTime property. + */ + public function setLastScriptRunDateTime(?DateTime $value): void { + $this->getBackingStore()->set('lastScriptRunDateTime', $value); + } + + /** + * Sets the noIssueDetectedDeviceCount property value. Number of devices for which the detection script did not find an issue and the device is healthy. Valid values -2147483648 to 2147483647 + * @param int|null $value Value to set for the noIssueDetectedDeviceCount property. + */ + public function setNoIssueDetectedDeviceCount(?int $value): void { + $this->getBackingStore()->set('noIssueDetectedDeviceCount', $value); } } diff --git a/src/Generated/Models/DeviceComplianceUserOverview.php b/src/Generated/Models/DeviceComplianceUserOverview.php index 9853bcbb29a..3013deec161 100644 --- a/src/Generated/Models/DeviceComplianceUserOverview.php +++ b/src/Generated/Models/DeviceComplianceUserOverview.php @@ -2,6 +2,7 @@ namespace Microsoft\Graph\Beta\Generated\Models; +use DateTime; use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; @@ -24,6 +25,54 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Devic return new DeviceComplianceUserOverview(); } + /** + * Gets the configurationVersion property value. Version of the policy for that overview + * @return int|null + */ + public function getConfigurationVersion(): ?int { + $val = $this->getBackingStore()->get('configurationVersion'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'configurationVersion'"); + } + + /** + * Gets the conflictCount property value. Number of users in conflict + * @return int|null + */ + public function getConflictCount(): ?int { + $val = $this->getBackingStore()->get('conflictCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'conflictCount'"); + } + + /** + * Gets the errorCount property value. Number of error Users + * @return int|null + */ + public function getErrorCount(): ?int { + $val = $this->getBackingStore()->get('errorCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'errorCount'"); + } + + /** + * Gets the failedCount property value. Number of failed Users + * @return int|null + */ + public function getFailedCount(): ?int { + $val = $this->getBackingStore()->get('failedCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'failedCount'"); + } + /** * The deserialization information for the current model * @return array @@ -31,15 +80,143 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Devic public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'configurationVersion' => fn(ParseNode $n) => $o->setConfigurationVersion($n->getIntegerValue()), + 'conflictCount' => fn(ParseNode $n) => $o->setConflictCount($n->getIntegerValue()), + 'errorCount' => fn(ParseNode $n) => $o->setErrorCount($n->getIntegerValue()), + 'failedCount' => fn(ParseNode $n) => $o->setFailedCount($n->getIntegerValue()), + 'lastUpdateDateTime' => fn(ParseNode $n) => $o->setLastUpdateDateTime($n->getDateTimeValue()), + 'notApplicableCount' => fn(ParseNode $n) => $o->setNotApplicableCount($n->getIntegerValue()), + 'pendingCount' => fn(ParseNode $n) => $o->setPendingCount($n->getIntegerValue()), + 'successCount' => fn(ParseNode $n) => $o->setSuccessCount($n->getIntegerValue()), ]); } + /** + * Gets the lastUpdateDateTime property value. Last update time + * @return DateTime|null + */ + public function getLastUpdateDateTime(): ?DateTime { + $val = $this->getBackingStore()->get('lastUpdateDateTime'); + if (is_null($val) || $val instanceof DateTime) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'lastUpdateDateTime'"); + } + + /** + * Gets the notApplicableCount property value. Number of not applicable users + * @return int|null + */ + public function getNotApplicableCount(): ?int { + $val = $this->getBackingStore()->get('notApplicableCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'notApplicableCount'"); + } + + /** + * Gets the pendingCount property value. Number of pending Users + * @return int|null + */ + public function getPendingCount(): ?int { + $val = $this->getBackingStore()->get('pendingCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'pendingCount'"); + } + + /** + * Gets the successCount property value. Number of succeeded Users + * @return int|null + */ + public function getSuccessCount(): ?int { + $val = $this->getBackingStore()->get('successCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'successCount'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeIntegerValue('configurationVersion', $this->getConfigurationVersion()); + $writer->writeIntegerValue('conflictCount', $this->getConflictCount()); + $writer->writeIntegerValue('errorCount', $this->getErrorCount()); + $writer->writeIntegerValue('failedCount', $this->getFailedCount()); + $writer->writeDateTimeValue('lastUpdateDateTime', $this->getLastUpdateDateTime()); + $writer->writeIntegerValue('notApplicableCount', $this->getNotApplicableCount()); + $writer->writeIntegerValue('pendingCount', $this->getPendingCount()); + $writer->writeIntegerValue('successCount', $this->getSuccessCount()); + } + + /** + * Sets the configurationVersion property value. Version of the policy for that overview + * @param int|null $value Value to set for the configurationVersion property. + */ + public function setConfigurationVersion(?int $value): void { + $this->getBackingStore()->set('configurationVersion', $value); + } + + /** + * Sets the conflictCount property value. Number of users in conflict + * @param int|null $value Value to set for the conflictCount property. + */ + public function setConflictCount(?int $value): void { + $this->getBackingStore()->set('conflictCount', $value); + } + + /** + * Sets the errorCount property value. Number of error Users + * @param int|null $value Value to set for the errorCount property. + */ + public function setErrorCount(?int $value): void { + $this->getBackingStore()->set('errorCount', $value); + } + + /** + * Sets the failedCount property value. Number of failed Users + * @param int|null $value Value to set for the failedCount property. + */ + public function setFailedCount(?int $value): void { + $this->getBackingStore()->set('failedCount', $value); + } + + /** + * Sets the lastUpdateDateTime property value. Last update time + * @param DateTime|null $value Value to set for the lastUpdateDateTime property. + */ + public function setLastUpdateDateTime(?DateTime $value): void { + $this->getBackingStore()->set('lastUpdateDateTime', $value); + } + + /** + * Sets the notApplicableCount property value. Number of not applicable users + * @param int|null $value Value to set for the notApplicableCount property. + */ + public function setNotApplicableCount(?int $value): void { + $this->getBackingStore()->set('notApplicableCount', $value); + } + + /** + * Sets the pendingCount property value. Number of pending Users + * @param int|null $value Value to set for the pendingCount property. + */ + public function setPendingCount(?int $value): void { + $this->getBackingStore()->set('pendingCount', $value); + } + + /** + * Sets the successCount property value. Number of succeeded Users + * @param int|null $value Value to set for the successCount property. + */ + public function setSuccessCount(?int $value): void { + $this->getBackingStore()->set('successCount', $value); } } diff --git a/src/Generated/Models/DeviceConfigurationDeviceOverview.php b/src/Generated/Models/DeviceConfigurationDeviceOverview.php index ecca3a6a88f..04823068aeb 100644 --- a/src/Generated/Models/DeviceConfigurationDeviceOverview.php +++ b/src/Generated/Models/DeviceConfigurationDeviceOverview.php @@ -2,6 +2,7 @@ namespace Microsoft\Graph\Beta\Generated\Models; +use DateTime; use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; @@ -24,6 +25,54 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Devic return new DeviceConfigurationDeviceOverview(); } + /** + * Gets the configurationVersion property value. Version of the policy for that overview + * @return int|null + */ + public function getConfigurationVersion(): ?int { + $val = $this->getBackingStore()->get('configurationVersion'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'configurationVersion'"); + } + + /** + * Gets the conflictCount property value. Number of devices in conflict + * @return int|null + */ + public function getConflictCount(): ?int { + $val = $this->getBackingStore()->get('conflictCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'conflictCount'"); + } + + /** + * Gets the errorCount property value. Number of error devices + * @return int|null + */ + public function getErrorCount(): ?int { + $val = $this->getBackingStore()->get('errorCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'errorCount'"); + } + + /** + * Gets the failedCount property value. Number of failed devices + * @return int|null + */ + public function getFailedCount(): ?int { + $val = $this->getBackingStore()->get('failedCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'failedCount'"); + } + /** * The deserialization information for the current model * @return array @@ -31,15 +80,165 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Devic public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'configurationVersion' => fn(ParseNode $n) => $o->setConfigurationVersion($n->getIntegerValue()), + 'conflictCount' => fn(ParseNode $n) => $o->setConflictCount($n->getIntegerValue()), + 'errorCount' => fn(ParseNode $n) => $o->setErrorCount($n->getIntegerValue()), + 'failedCount' => fn(ParseNode $n) => $o->setFailedCount($n->getIntegerValue()), + 'lastUpdateDateTime' => fn(ParseNode $n) => $o->setLastUpdateDateTime($n->getDateTimeValue()), + 'notApplicableCount' => fn(ParseNode $n) => $o->setNotApplicableCount($n->getIntegerValue()), + 'notApplicablePlatformCount' => fn(ParseNode $n) => $o->setNotApplicablePlatformCount($n->getIntegerValue()), + 'pendingCount' => fn(ParseNode $n) => $o->setPendingCount($n->getIntegerValue()), + 'successCount' => fn(ParseNode $n) => $o->setSuccessCount($n->getIntegerValue()), ]); } + /** + * Gets the lastUpdateDateTime property value. Last update time + * @return DateTime|null + */ + public function getLastUpdateDateTime(): ?DateTime { + $val = $this->getBackingStore()->get('lastUpdateDateTime'); + if (is_null($val) || $val instanceof DateTime) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'lastUpdateDateTime'"); + } + + /** + * Gets the notApplicableCount property value. Number of not applicable devices + * @return int|null + */ + public function getNotApplicableCount(): ?int { + $val = $this->getBackingStore()->get('notApplicableCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'notApplicableCount'"); + } + + /** + * Gets the notApplicablePlatformCount property value. Number of not applicable devices due to mismatch platform and policy + * @return int|null + */ + public function getNotApplicablePlatformCount(): ?int { + $val = $this->getBackingStore()->get('notApplicablePlatformCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'notApplicablePlatformCount'"); + } + + /** + * Gets the pendingCount property value. Number of pending devices + * @return int|null + */ + public function getPendingCount(): ?int { + $val = $this->getBackingStore()->get('pendingCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'pendingCount'"); + } + + /** + * Gets the successCount property value. Number of succeeded devices + * @return int|null + */ + public function getSuccessCount(): ?int { + $val = $this->getBackingStore()->get('successCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'successCount'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeIntegerValue('configurationVersion', $this->getConfigurationVersion()); + $writer->writeIntegerValue('conflictCount', $this->getConflictCount()); + $writer->writeIntegerValue('errorCount', $this->getErrorCount()); + $writer->writeIntegerValue('failedCount', $this->getFailedCount()); + $writer->writeDateTimeValue('lastUpdateDateTime', $this->getLastUpdateDateTime()); + $writer->writeIntegerValue('notApplicableCount', $this->getNotApplicableCount()); + $writer->writeIntegerValue('notApplicablePlatformCount', $this->getNotApplicablePlatformCount()); + $writer->writeIntegerValue('pendingCount', $this->getPendingCount()); + $writer->writeIntegerValue('successCount', $this->getSuccessCount()); + } + + /** + * Sets the configurationVersion property value. Version of the policy for that overview + * @param int|null $value Value to set for the configurationVersion property. + */ + public function setConfigurationVersion(?int $value): void { + $this->getBackingStore()->set('configurationVersion', $value); + } + + /** + * Sets the conflictCount property value. Number of devices in conflict + * @param int|null $value Value to set for the conflictCount property. + */ + public function setConflictCount(?int $value): void { + $this->getBackingStore()->set('conflictCount', $value); + } + + /** + * Sets the errorCount property value. Number of error devices + * @param int|null $value Value to set for the errorCount property. + */ + public function setErrorCount(?int $value): void { + $this->getBackingStore()->set('errorCount', $value); + } + + /** + * Sets the failedCount property value. Number of failed devices + * @param int|null $value Value to set for the failedCount property. + */ + public function setFailedCount(?int $value): void { + $this->getBackingStore()->set('failedCount', $value); + } + + /** + * Sets the lastUpdateDateTime property value. Last update time + * @param DateTime|null $value Value to set for the lastUpdateDateTime property. + */ + public function setLastUpdateDateTime(?DateTime $value): void { + $this->getBackingStore()->set('lastUpdateDateTime', $value); + } + + /** + * Sets the notApplicableCount property value. Number of not applicable devices + * @param int|null $value Value to set for the notApplicableCount property. + */ + public function setNotApplicableCount(?int $value): void { + $this->getBackingStore()->set('notApplicableCount', $value); + } + + /** + * Sets the notApplicablePlatformCount property value. Number of not applicable devices due to mismatch platform and policy + * @param int|null $value Value to set for the notApplicablePlatformCount property. + */ + public function setNotApplicablePlatformCount(?int $value): void { + $this->getBackingStore()->set('notApplicablePlatformCount', $value); + } + + /** + * Sets the pendingCount property value. Number of pending devices + * @param int|null $value Value to set for the pendingCount property. + */ + public function setPendingCount(?int $value): void { + $this->getBackingStore()->set('pendingCount', $value); + } + + /** + * Sets the successCount property value. Number of succeeded devices + * @param int|null $value Value to set for the successCount property. + */ + public function setSuccessCount(?int $value): void { + $this->getBackingStore()->set('successCount', $value); } } diff --git a/src/Generated/Models/DeviceConfigurationUserOverview.php b/src/Generated/Models/DeviceConfigurationUserOverview.php index 4aed0f3accf..289e448b6d3 100644 --- a/src/Generated/Models/DeviceConfigurationUserOverview.php +++ b/src/Generated/Models/DeviceConfigurationUserOverview.php @@ -2,6 +2,7 @@ namespace Microsoft\Graph\Beta\Generated\Models; +use DateTime; use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; @@ -24,6 +25,54 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Devic return new DeviceConfigurationUserOverview(); } + /** + * Gets the configurationVersion property value. Version of the policy for that overview + * @return int|null + */ + public function getConfigurationVersion(): ?int { + $val = $this->getBackingStore()->get('configurationVersion'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'configurationVersion'"); + } + + /** + * Gets the conflictCount property value. Number of users in conflict + * @return int|null + */ + public function getConflictCount(): ?int { + $val = $this->getBackingStore()->get('conflictCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'conflictCount'"); + } + + /** + * Gets the errorCount property value. Number of error Users + * @return int|null + */ + public function getErrorCount(): ?int { + $val = $this->getBackingStore()->get('errorCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'errorCount'"); + } + + /** + * Gets the failedCount property value. Number of failed Users + * @return int|null + */ + public function getFailedCount(): ?int { + $val = $this->getBackingStore()->get('failedCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'failedCount'"); + } + /** * The deserialization information for the current model * @return array @@ -31,15 +80,143 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Devic public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'configurationVersion' => fn(ParseNode $n) => $o->setConfigurationVersion($n->getIntegerValue()), + 'conflictCount' => fn(ParseNode $n) => $o->setConflictCount($n->getIntegerValue()), + 'errorCount' => fn(ParseNode $n) => $o->setErrorCount($n->getIntegerValue()), + 'failedCount' => fn(ParseNode $n) => $o->setFailedCount($n->getIntegerValue()), + 'lastUpdateDateTime' => fn(ParseNode $n) => $o->setLastUpdateDateTime($n->getDateTimeValue()), + 'notApplicableCount' => fn(ParseNode $n) => $o->setNotApplicableCount($n->getIntegerValue()), + 'pendingCount' => fn(ParseNode $n) => $o->setPendingCount($n->getIntegerValue()), + 'successCount' => fn(ParseNode $n) => $o->setSuccessCount($n->getIntegerValue()), ]); } + /** + * Gets the lastUpdateDateTime property value. Last update time + * @return DateTime|null + */ + public function getLastUpdateDateTime(): ?DateTime { + $val = $this->getBackingStore()->get('lastUpdateDateTime'); + if (is_null($val) || $val instanceof DateTime) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'lastUpdateDateTime'"); + } + + /** + * Gets the notApplicableCount property value. Number of not applicable users + * @return int|null + */ + public function getNotApplicableCount(): ?int { + $val = $this->getBackingStore()->get('notApplicableCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'notApplicableCount'"); + } + + /** + * Gets the pendingCount property value. Number of pending Users + * @return int|null + */ + public function getPendingCount(): ?int { + $val = $this->getBackingStore()->get('pendingCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'pendingCount'"); + } + + /** + * Gets the successCount property value. Number of succeeded Users + * @return int|null + */ + public function getSuccessCount(): ?int { + $val = $this->getBackingStore()->get('successCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'successCount'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeIntegerValue('configurationVersion', $this->getConfigurationVersion()); + $writer->writeIntegerValue('conflictCount', $this->getConflictCount()); + $writer->writeIntegerValue('errorCount', $this->getErrorCount()); + $writer->writeIntegerValue('failedCount', $this->getFailedCount()); + $writer->writeDateTimeValue('lastUpdateDateTime', $this->getLastUpdateDateTime()); + $writer->writeIntegerValue('notApplicableCount', $this->getNotApplicableCount()); + $writer->writeIntegerValue('pendingCount', $this->getPendingCount()); + $writer->writeIntegerValue('successCount', $this->getSuccessCount()); + } + + /** + * Sets the configurationVersion property value. Version of the policy for that overview + * @param int|null $value Value to set for the configurationVersion property. + */ + public function setConfigurationVersion(?int $value): void { + $this->getBackingStore()->set('configurationVersion', $value); + } + + /** + * Sets the conflictCount property value. Number of users in conflict + * @param int|null $value Value to set for the conflictCount property. + */ + public function setConflictCount(?int $value): void { + $this->getBackingStore()->set('conflictCount', $value); + } + + /** + * Sets the errorCount property value. Number of error Users + * @param int|null $value Value to set for the errorCount property. + */ + public function setErrorCount(?int $value): void { + $this->getBackingStore()->set('errorCount', $value); + } + + /** + * Sets the failedCount property value. Number of failed Users + * @param int|null $value Value to set for the failedCount property. + */ + public function setFailedCount(?int $value): void { + $this->getBackingStore()->set('failedCount', $value); + } + + /** + * Sets the lastUpdateDateTime property value. Last update time + * @param DateTime|null $value Value to set for the lastUpdateDateTime property. + */ + public function setLastUpdateDateTime(?DateTime $value): void { + $this->getBackingStore()->set('lastUpdateDateTime', $value); + } + + /** + * Sets the notApplicableCount property value. Number of not applicable users + * @param int|null $value Value to set for the notApplicableCount property. + */ + public function setNotApplicableCount(?int $value): void { + $this->getBackingStore()->set('notApplicableCount', $value); + } + + /** + * Sets the pendingCount property value. Number of pending Users + * @param int|null $value Value to set for the pendingCount property. + */ + public function setPendingCount(?int $value): void { + $this->getBackingStore()->set('pendingCount', $value); + } + + /** + * Sets the successCount property value. Number of succeeded Users + * @param int|null $value Value to set for the successCount property. + */ + public function setSuccessCount(?int $value): void { + $this->getBackingStore()->set('successCount', $value); } } diff --git a/src/Generated/Models/DeviceExchangeAccessStateSummary.php b/src/Generated/Models/DeviceExchangeAccessStateSummary.php new file mode 100644 index 00000000000..1f8da2cf354 --- /dev/null +++ b/src/Generated/Models/DeviceExchangeAccessStateSummary.php @@ -0,0 +1,227 @@ +backingStore = BackingStoreFactorySingleton::getInstance()->createBackingStore(); + $this->setAdditionalData([]); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return DeviceExchangeAccessStateSummary + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): DeviceExchangeAccessStateSummary { + return new DeviceExchangeAccessStateSummary(); + } + + /** + * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @return array|null + */ + public function getAdditionalData(): ?array { + $val = $this->getBackingStore()->get('additionalData'); + if (is_null($val) || is_array($val)) { + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'additionalData'"); + } + + /** + * Gets the allowedDeviceCount property value. Total count of devices with Exchange Access State: Allowed. + * @return int|null + */ + public function getAllowedDeviceCount(): ?int { + $val = $this->getBackingStore()->get('allowedDeviceCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'allowedDeviceCount'"); + } + + /** + * Gets the BackingStore property value. Stores model information. + * @return BackingStore + */ + public function getBackingStore(): BackingStore { + return $this->backingStore; + } + + /** + * Gets the blockedDeviceCount property value. Total count of devices with Exchange Access State: Blocked. + * @return int|null + */ + public function getBlockedDeviceCount(): ?int { + $val = $this->getBackingStore()->get('blockedDeviceCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'blockedDeviceCount'"); + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return [ + 'allowedDeviceCount' => fn(ParseNode $n) => $o->setAllowedDeviceCount($n->getIntegerValue()), + 'blockedDeviceCount' => fn(ParseNode $n) => $o->setBlockedDeviceCount($n->getIntegerValue()), + '@odata.type' => fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), + 'quarantinedDeviceCount' => fn(ParseNode $n) => $o->setQuarantinedDeviceCount($n->getIntegerValue()), + 'unavailableDeviceCount' => fn(ParseNode $n) => $o->setUnavailableDeviceCount($n->getIntegerValue()), + 'unknownDeviceCount' => fn(ParseNode $n) => $o->setUnknownDeviceCount($n->getIntegerValue()), + ]; + } + + /** + * Gets the @odata.type property value. The OdataType property + * @return string|null + */ + public function getOdataType(): ?string { + $val = $this->getBackingStore()->get('odataType'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'odataType'"); + } + + /** + * Gets the quarantinedDeviceCount property value. Total count of devices with Exchange Access State: Quarantined. + * @return int|null + */ + public function getQuarantinedDeviceCount(): ?int { + $val = $this->getBackingStore()->get('quarantinedDeviceCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'quarantinedDeviceCount'"); + } + + /** + * Gets the unavailableDeviceCount property value. Total count of devices for which no Exchange Access State could be found. + * @return int|null + */ + public function getUnavailableDeviceCount(): ?int { + $val = $this->getBackingStore()->get('unavailableDeviceCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'unavailableDeviceCount'"); + } + + /** + * Gets the unknownDeviceCount property value. Total count of devices with Exchange Access State: Unknown. + * @return int|null + */ + public function getUnknownDeviceCount(): ?int { + $val = $this->getBackingStore()->get('unknownDeviceCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'unknownDeviceCount'"); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + $writer->writeIntegerValue('allowedDeviceCount', $this->getAllowedDeviceCount()); + $writer->writeIntegerValue('blockedDeviceCount', $this->getBlockedDeviceCount()); + $writer->writeStringValue('@odata.type', $this->getOdataType()); + $writer->writeIntegerValue('quarantinedDeviceCount', $this->getQuarantinedDeviceCount()); + $writer->writeIntegerValue('unavailableDeviceCount', $this->getUnavailableDeviceCount()); + $writer->writeIntegerValue('unknownDeviceCount', $this->getUnknownDeviceCount()); + $writer->writeAdditionalData($this->getAdditionalData()); + } + + /** + * Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @param array $value Value to set for the AdditionalData property. + */ + public function setAdditionalData(?array $value): void { + $this->getBackingStore()->set('additionalData', $value); + } + + /** + * Sets the allowedDeviceCount property value. Total count of devices with Exchange Access State: Allowed. + * @param int|null $value Value to set for the allowedDeviceCount property. + */ + public function setAllowedDeviceCount(?int $value): void { + $this->getBackingStore()->set('allowedDeviceCount', $value); + } + + /** + * Sets the BackingStore property value. Stores model information. + * @param BackingStore $value Value to set for the BackingStore property. + */ + public function setBackingStore(BackingStore $value): void { + $this->backingStore = $value; + } + + /** + * Sets the blockedDeviceCount property value. Total count of devices with Exchange Access State: Blocked. + * @param int|null $value Value to set for the blockedDeviceCount property. + */ + public function setBlockedDeviceCount(?int $value): void { + $this->getBackingStore()->set('blockedDeviceCount', $value); + } + + /** + * Sets the @odata.type property value. The OdataType property + * @param string|null $value Value to set for the @odata.type property. + */ + public function setOdataType(?string $value): void { + $this->getBackingStore()->set('odataType', $value); + } + + /** + * Sets the quarantinedDeviceCount property value. Total count of devices with Exchange Access State: Quarantined. + * @param int|null $value Value to set for the quarantinedDeviceCount property. + */ + public function setQuarantinedDeviceCount(?int $value): void { + $this->getBackingStore()->set('quarantinedDeviceCount', $value); + } + + /** + * Sets the unavailableDeviceCount property value. Total count of devices for which no Exchange Access State could be found. + * @param int|null $value Value to set for the unavailableDeviceCount property. + */ + public function setUnavailableDeviceCount(?int $value): void { + $this->getBackingStore()->set('unavailableDeviceCount', $value); + } + + /** + * Sets the unknownDeviceCount property value. Total count of devices with Exchange Access State: Unknown. + * @param int|null $value Value to set for the unknownDeviceCount property. + */ + public function setUnknownDeviceCount(?int $value): void { + $this->getBackingStore()->set('unknownDeviceCount', $value); + } + +} diff --git a/src/Generated/Models/DeviceHealthScriptRunSummary.php b/src/Generated/Models/DeviceHealthScriptRunSummary.php index 5070da7aa09..070bd4287f7 100644 --- a/src/Generated/Models/DeviceHealthScriptRunSummary.php +++ b/src/Generated/Models/DeviceHealthScriptRunSummary.php @@ -2,6 +2,7 @@ namespace Microsoft\Graph\Beta\Generated\Models; +use DateTime; use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; @@ -27,6 +28,42 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Devic return new DeviceHealthScriptRunSummary(); } + /** + * Gets the detectionScriptErrorDeviceCount property value. Number of devices on which the detection script execution encountered an error and did not complete + * @return int|null + */ + public function getDetectionScriptErrorDeviceCount(): ?int { + $val = $this->getBackingStore()->get('detectionScriptErrorDeviceCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'detectionScriptErrorDeviceCount'"); + } + + /** + * Gets the detectionScriptNotApplicableDeviceCount property value. Number of devices for which the detection script was not applicable + * @return int|null + */ + public function getDetectionScriptNotApplicableDeviceCount(): ?int { + $val = $this->getBackingStore()->get('detectionScriptNotApplicableDeviceCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'detectionScriptNotApplicableDeviceCount'"); + } + + /** + * Gets the detectionScriptPendingDeviceCount property value. Number of devices which have not yet run the latest version of the device health script + * @return int|null + */ + public function getDetectionScriptPendingDeviceCount(): ?int { + $val = $this->getBackingStore()->get('detectionScriptPendingDeviceCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'detectionScriptPendingDeviceCount'"); + } + /** * The deserialization information for the current model * @return array @@ -34,15 +71,221 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Devic public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'detectionScriptErrorDeviceCount' => fn(ParseNode $n) => $o->setDetectionScriptErrorDeviceCount($n->getIntegerValue()), + 'detectionScriptNotApplicableDeviceCount' => fn(ParseNode $n) => $o->setDetectionScriptNotApplicableDeviceCount($n->getIntegerValue()), + 'detectionScriptPendingDeviceCount' => fn(ParseNode $n) => $o->setDetectionScriptPendingDeviceCount($n->getIntegerValue()), + 'issueDetectedDeviceCount' => fn(ParseNode $n) => $o->setIssueDetectedDeviceCount($n->getIntegerValue()), + 'issueRemediatedCumulativeDeviceCount' => fn(ParseNode $n) => $o->setIssueRemediatedCumulativeDeviceCount($n->getIntegerValue()), + 'issueRemediatedDeviceCount' => fn(ParseNode $n) => $o->setIssueRemediatedDeviceCount($n->getIntegerValue()), + 'issueReoccurredDeviceCount' => fn(ParseNode $n) => $o->setIssueReoccurredDeviceCount($n->getIntegerValue()), + 'lastScriptRunDateTime' => fn(ParseNode $n) => $o->setLastScriptRunDateTime($n->getDateTimeValue()), + 'noIssueDetectedDeviceCount' => fn(ParseNode $n) => $o->setNoIssueDetectedDeviceCount($n->getIntegerValue()), + 'remediationScriptErrorDeviceCount' => fn(ParseNode $n) => $o->setRemediationScriptErrorDeviceCount($n->getIntegerValue()), + 'remediationSkippedDeviceCount' => fn(ParseNode $n) => $o->setRemediationSkippedDeviceCount($n->getIntegerValue()), ]); } + /** + * Gets the issueDetectedDeviceCount property value. Number of devices for which the detection script found an issue + * @return int|null + */ + public function getIssueDetectedDeviceCount(): ?int { + $val = $this->getBackingStore()->get('issueDetectedDeviceCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'issueDetectedDeviceCount'"); + } + + /** + * Gets the issueRemediatedCumulativeDeviceCount property value. Number of devices that were remediated over the last 30 days + * @return int|null + */ + public function getIssueRemediatedCumulativeDeviceCount(): ?int { + $val = $this->getBackingStore()->get('issueRemediatedCumulativeDeviceCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'issueRemediatedCumulativeDeviceCount'"); + } + + /** + * Gets the issueRemediatedDeviceCount property value. Number of devices for which the remediation script was able to resolve the detected issue + * @return int|null + */ + public function getIssueRemediatedDeviceCount(): ?int { + $val = $this->getBackingStore()->get('issueRemediatedDeviceCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'issueRemediatedDeviceCount'"); + } + + /** + * Gets the issueReoccurredDeviceCount property value. Number of devices for which the remediation script executed successfully but failed to resolve the detected issue + * @return int|null + */ + public function getIssueReoccurredDeviceCount(): ?int { + $val = $this->getBackingStore()->get('issueReoccurredDeviceCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'issueReoccurredDeviceCount'"); + } + + /** + * Gets the lastScriptRunDateTime property value. Last run time for the script across all devices + * @return DateTime|null + */ + public function getLastScriptRunDateTime(): ?DateTime { + $val = $this->getBackingStore()->get('lastScriptRunDateTime'); + if (is_null($val) || $val instanceof DateTime) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'lastScriptRunDateTime'"); + } + + /** + * Gets the noIssueDetectedDeviceCount property value. Number of devices for which the detection script did not find an issue and the device is healthy + * @return int|null + */ + public function getNoIssueDetectedDeviceCount(): ?int { + $val = $this->getBackingStore()->get('noIssueDetectedDeviceCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'noIssueDetectedDeviceCount'"); + } + + /** + * Gets the remediationScriptErrorDeviceCount property value. Number of devices for which the remediation script execution encountered an error and did not complete + * @return int|null + */ + public function getRemediationScriptErrorDeviceCount(): ?int { + $val = $this->getBackingStore()->get('remediationScriptErrorDeviceCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'remediationScriptErrorDeviceCount'"); + } + + /** + * Gets the remediationSkippedDeviceCount property value. Number of devices for which remediation was skipped + * @return int|null + */ + public function getRemediationSkippedDeviceCount(): ?int { + $val = $this->getBackingStore()->get('remediationSkippedDeviceCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'remediationSkippedDeviceCount'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeIntegerValue('detectionScriptErrorDeviceCount', $this->getDetectionScriptErrorDeviceCount()); + $writer->writeIntegerValue('detectionScriptNotApplicableDeviceCount', $this->getDetectionScriptNotApplicableDeviceCount()); + $writer->writeIntegerValue('detectionScriptPendingDeviceCount', $this->getDetectionScriptPendingDeviceCount()); + $writer->writeIntegerValue('issueDetectedDeviceCount', $this->getIssueDetectedDeviceCount()); + $writer->writeIntegerValue('issueRemediatedCumulativeDeviceCount', $this->getIssueRemediatedCumulativeDeviceCount()); + $writer->writeIntegerValue('issueRemediatedDeviceCount', $this->getIssueRemediatedDeviceCount()); + $writer->writeIntegerValue('issueReoccurredDeviceCount', $this->getIssueReoccurredDeviceCount()); + $writer->writeDateTimeValue('lastScriptRunDateTime', $this->getLastScriptRunDateTime()); + $writer->writeIntegerValue('noIssueDetectedDeviceCount', $this->getNoIssueDetectedDeviceCount()); + $writer->writeIntegerValue('remediationScriptErrorDeviceCount', $this->getRemediationScriptErrorDeviceCount()); + $writer->writeIntegerValue('remediationSkippedDeviceCount', $this->getRemediationSkippedDeviceCount()); + } + + /** + * Sets the detectionScriptErrorDeviceCount property value. Number of devices on which the detection script execution encountered an error and did not complete + * @param int|null $value Value to set for the detectionScriptErrorDeviceCount property. + */ + public function setDetectionScriptErrorDeviceCount(?int $value): void { + $this->getBackingStore()->set('detectionScriptErrorDeviceCount', $value); + } + + /** + * Sets the detectionScriptNotApplicableDeviceCount property value. Number of devices for which the detection script was not applicable + * @param int|null $value Value to set for the detectionScriptNotApplicableDeviceCount property. + */ + public function setDetectionScriptNotApplicableDeviceCount(?int $value): void { + $this->getBackingStore()->set('detectionScriptNotApplicableDeviceCount', $value); + } + + /** + * Sets the detectionScriptPendingDeviceCount property value. Number of devices which have not yet run the latest version of the device health script + * @param int|null $value Value to set for the detectionScriptPendingDeviceCount property. + */ + public function setDetectionScriptPendingDeviceCount(?int $value): void { + $this->getBackingStore()->set('detectionScriptPendingDeviceCount', $value); + } + + /** + * Sets the issueDetectedDeviceCount property value. Number of devices for which the detection script found an issue + * @param int|null $value Value to set for the issueDetectedDeviceCount property. + */ + public function setIssueDetectedDeviceCount(?int $value): void { + $this->getBackingStore()->set('issueDetectedDeviceCount', $value); + } + + /** + * Sets the issueRemediatedCumulativeDeviceCount property value. Number of devices that were remediated over the last 30 days + * @param int|null $value Value to set for the issueRemediatedCumulativeDeviceCount property. + */ + public function setIssueRemediatedCumulativeDeviceCount(?int $value): void { + $this->getBackingStore()->set('issueRemediatedCumulativeDeviceCount', $value); + } + + /** + * Sets the issueRemediatedDeviceCount property value. Number of devices for which the remediation script was able to resolve the detected issue + * @param int|null $value Value to set for the issueRemediatedDeviceCount property. + */ + public function setIssueRemediatedDeviceCount(?int $value): void { + $this->getBackingStore()->set('issueRemediatedDeviceCount', $value); + } + + /** + * Sets the issueReoccurredDeviceCount property value. Number of devices for which the remediation script executed successfully but failed to resolve the detected issue + * @param int|null $value Value to set for the issueReoccurredDeviceCount property. + */ + public function setIssueReoccurredDeviceCount(?int $value): void { + $this->getBackingStore()->set('issueReoccurredDeviceCount', $value); + } + + /** + * Sets the lastScriptRunDateTime property value. Last run time for the script across all devices + * @param DateTime|null $value Value to set for the lastScriptRunDateTime property. + */ + public function setLastScriptRunDateTime(?DateTime $value): void { + $this->getBackingStore()->set('lastScriptRunDateTime', $value); + } + + /** + * Sets the noIssueDetectedDeviceCount property value. Number of devices for which the detection script did not find an issue and the device is healthy + * @param int|null $value Value to set for the noIssueDetectedDeviceCount property. + */ + public function setNoIssueDetectedDeviceCount(?int $value): void { + $this->getBackingStore()->set('noIssueDetectedDeviceCount', $value); + } + + /** + * Sets the remediationScriptErrorDeviceCount property value. Number of devices for which the remediation script execution encountered an error and did not complete + * @param int|null $value Value to set for the remediationScriptErrorDeviceCount property. + */ + public function setRemediationScriptErrorDeviceCount(?int $value): void { + $this->getBackingStore()->set('remediationScriptErrorDeviceCount', $value); + } + + /** + * Sets the remediationSkippedDeviceCount property value. Number of devices for which remediation was skipped + * @param int|null $value Value to set for the remediationSkippedDeviceCount property. + */ + public function setRemediationSkippedDeviceCount(?int $value): void { + $this->getBackingStore()->set('remediationSkippedDeviceCount', $value); } } diff --git a/src/Generated/Models/DeviceManagement/Monitoring.php b/src/Generated/Models/DeviceManagement/Monitoring.php index d8ad3194da5..7b7be2630d7 100644 --- a/src/Generated/Models/DeviceManagement/Monitoring.php +++ b/src/Generated/Models/DeviceManagement/Monitoring.php @@ -6,6 +6,7 @@ use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; +use Microsoft\Kiota\Abstractions\Types\TypeUtils; class Monitoring extends Entity implements Parsable { @@ -25,6 +26,34 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Monit return new Monitoring(); } + /** + * Gets the alertRecords property value. The collection of records of alert events. + * @return array|null + */ + public function getAlertRecords(): ?array { + $val = $this->getBackingStore()->get('alertRecords'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, AlertRecord::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'alertRecords'"); + } + + /** + * Gets the alertRules property value. The collection of alert rules. + * @return array|null + */ + public function getAlertRules(): ?array { + $val = $this->getBackingStore()->get('alertRules'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, AlertRule::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'alertRules'"); + } + /** * The deserialization information for the current model * @return array @@ -32,6 +61,8 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Monit public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'alertRecords' => fn(ParseNode $n) => $o->setAlertRecords($n->getCollectionOfObjectValues([AlertRecord::class, 'createFromDiscriminatorValue'])), + 'alertRules' => fn(ParseNode $n) => $o->setAlertRules($n->getCollectionOfObjectValues([AlertRule::class, 'createFromDiscriminatorValue'])), ]); } @@ -41,6 +72,24 @@ public function getFieldDeserializers(): array { */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeCollectionOfObjectValues('alertRecords', $this->getAlertRecords()); + $writer->writeCollectionOfObjectValues('alertRules', $this->getAlertRules()); + } + + /** + * Sets the alertRecords property value. The collection of records of alert events. + * @param array|null $value Value to set for the alertRecords property. + */ + public function setAlertRecords(?array $value): void { + $this->getBackingStore()->set('alertRecords', $value); + } + + /** + * Sets the alertRules property value. The collection of alert rules. + * @param array|null $value Value to set for the alertRules property. + */ + public function setAlertRules(?array $value): void { + $this->getBackingStore()->set('alertRules', $value); } } diff --git a/src/Generated/Models/DeviceManagementConfigurationReferredSettingInformation.php b/src/Generated/Models/DeviceManagementConfigurationReferredSettingInformation.php index 67276ec05b5..92534302123 100644 --- a/src/Generated/Models/DeviceManagementConfigurationReferredSettingInformation.php +++ b/src/Generated/Models/DeviceManagementConfigurationReferredSettingInformation.php @@ -83,7 +83,7 @@ public function getOdataType(): ?string { } /** - * Gets the settingDefinitionId property value. Setting definition id that is being referred to a setting. Applicable for reusable setting. + * Gets the settingDefinitionId property value. Setting definition id that is being referred to a setting. Applicable for reusable setting * @return string|null */ public function getSettingDefinitionId(): ?string { @@ -129,7 +129,7 @@ public function setOdataType(?string $value): void { } /** - * Sets the settingDefinitionId property value. Setting definition id that is being referred to a setting. Applicable for reusable setting. + * Sets the settingDefinitionId property value. Setting definition id that is being referred to a setting. Applicable for reusable setting * @param string|null $value Value to set for the settingDefinitionId property. */ public function setSettingDefinitionId(?string $value): void { diff --git a/src/Generated/Models/DeviceManagementConfigurationSettingDefinition.php b/src/Generated/Models/DeviceManagementConfigurationSettingDefinition.php index 8dbc200fd1d..b21a6453735 100644 --- a/src/Generated/Models/DeviceManagementConfigurationSettingDefinition.php +++ b/src/Generated/Models/DeviceManagementConfigurationSettingDefinition.php @@ -51,7 +51,7 @@ public function getAccessTypes(): ?DeviceManagementConfigurationSettingAccessTyp } /** - * Gets the applicability property value. Details which device setting is applicable on. Supports: $filters. + * Gets the applicability property value. Details which device setting is applicable on * @return DeviceManagementConfigurationSettingApplicability|null */ public function getApplicability(): ?DeviceManagementConfigurationSettingApplicability { @@ -75,7 +75,7 @@ public function getBaseUri(): ?string { } /** - * Gets the categoryId property value. Specify category in which the setting is under. Support $filters. + * Gets the categoryId property value. Specifies the area group under which the setting is configured in a specified configuration service provider (CSP) * @return string|null */ public function getCategoryId(): ?string { @@ -87,7 +87,7 @@ public function getCategoryId(): ?string { } /** - * Gets the description property value. Description of the setting. + * Gets the description property value. Description of the item * @return string|null */ public function getDescription(): ?string { @@ -99,7 +99,7 @@ public function getDescription(): ?string { } /** - * Gets the displayName property value. Name of the setting. For example: Allow Toast. + * Gets the displayName property value. Display name of the item * @return string|null */ public function getDisplayName(): ?string { @@ -154,7 +154,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the helpText property value. Help text of the setting. Give more details of the setting. + * Gets the helpText property value. Help text of the item * @return string|null */ public function getHelpText(): ?string { @@ -166,7 +166,7 @@ public function getHelpText(): ?string { } /** - * Gets the infoUrls property value. List of links more info for the setting can be found at. + * Gets the infoUrls property value. List of links more info for the setting can be found at * @return array|null */ public function getInfoUrls(): ?array { @@ -256,7 +256,7 @@ public function getRiskLevel(): ?DeviceManagementConfigurationSettingRiskLevel { } /** - * Gets the rootDefinitionId property value. Root setting definition id if the setting is a child setting. + * Gets the rootDefinitionId property value. Root setting definition if the setting is a child setting. * @return string|null */ public function getRootDefinitionId(): ?string { @@ -351,7 +351,7 @@ public function setAccessTypes(?DeviceManagementConfigurationSettingAccessTypes } /** - * Sets the applicability property value. Details which device setting is applicable on. Supports: $filters. + * Sets the applicability property value. Details which device setting is applicable on * @param DeviceManagementConfigurationSettingApplicability|null $value Value to set for the applicability property. */ public function setApplicability(?DeviceManagementConfigurationSettingApplicability $value): void { @@ -367,7 +367,7 @@ public function setBaseUri(?string $value): void { } /** - * Sets the categoryId property value. Specify category in which the setting is under. Support $filters. + * Sets the categoryId property value. Specifies the area group under which the setting is configured in a specified configuration service provider (CSP) * @param string|null $value Value to set for the categoryId property. */ public function setCategoryId(?string $value): void { @@ -375,7 +375,7 @@ public function setCategoryId(?string $value): void { } /** - * Sets the description property value. Description of the setting. + * Sets the description property value. Description of the item * @param string|null $value Value to set for the description property. */ public function setDescription(?string $value): void { @@ -383,7 +383,7 @@ public function setDescription(?string $value): void { } /** - * Sets the displayName property value. Name of the setting. For example: Allow Toast. + * Sets the displayName property value. Display name of the item * @param string|null $value Value to set for the displayName property. */ public function setDisplayName(?string $value): void { @@ -391,7 +391,7 @@ public function setDisplayName(?string $value): void { } /** - * Sets the helpText property value. Help text of the setting. Give more details of the setting. + * Sets the helpText property value. Help text of the item * @param string|null $value Value to set for the helpText property. */ public function setHelpText(?string $value): void { @@ -399,7 +399,7 @@ public function setHelpText(?string $value): void { } /** - * Sets the infoUrls property value. List of links more info for the setting can be found at. + * Sets the infoUrls property value. List of links more info for the setting can be found at * @param array|null $value Value to set for the infoUrls property. */ public function setInfoUrls(?array $value): void { @@ -455,7 +455,7 @@ public function setRiskLevel(?DeviceManagementConfigurationSettingRiskLevel $val } /** - * Sets the rootDefinitionId property value. Root setting definition id if the setting is a child setting. + * Sets the rootDefinitionId property value. Root setting definition if the setting is a child setting. * @param string|null $value Value to set for the rootDefinitionId property. */ public function setRootDefinitionId(?string $value): void { diff --git a/src/Generated/Models/DeviceManagementConfigurationSettingGroupDefinition.php b/src/Generated/Models/DeviceManagementConfigurationSettingGroupDefinition.php index 982aa240d1d..02e1aa77fc4 100644 --- a/src/Generated/Models/DeviceManagementConfigurationSettingGroupDefinition.php +++ b/src/Generated/Models/DeviceManagementConfigurationSettingGroupDefinition.php @@ -33,7 +33,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Devic } /** - * Gets the childIds property value. Dependent child settings to this group of settings. + * Gets the childIds property value. Dependent child settings to this group of settings * @return array|null */ public function getChildIds(): ?array { @@ -106,7 +106,7 @@ public function serialize(SerializationWriter $writer): void { } /** - * Sets the childIds property value. Dependent child settings to this group of settings. + * Sets the childIds property value. Dependent child settings to this group of settings * @param array|null $value Value to set for the childIds property. */ public function setChildIds(?array $value): void { diff --git a/src/Generated/Models/DeviceManagementConfigurationSimpleSettingDefinition.php b/src/Generated/Models/DeviceManagementConfigurationSimpleSettingDefinition.php index 4ca20155e81..a2778cbead7 100644 --- a/src/Generated/Models/DeviceManagementConfigurationSimpleSettingDefinition.php +++ b/src/Generated/Models/DeviceManagementConfigurationSimpleSettingDefinition.php @@ -33,7 +33,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Devic } /** - * Gets the defaultValue property value. Default setting value for this setting + * Gets the defaultValue property value. Default setting value for this setting. * @return DeviceManagementConfigurationSettingValue|null */ public function getDefaultValue(): ?DeviceManagementConfigurationSettingValue { @@ -45,7 +45,7 @@ public function getDefaultValue(): ?DeviceManagementConfigurationSettingValue { } /** - * Gets the dependedOnBy property value. list of child settings that depend on this setting + * Gets the dependedOnBy property value. list of child settings that depend on this setting. * @return array|null */ public function getDependedOnBy(): ?array { @@ -59,7 +59,7 @@ public function getDependedOnBy(): ?array { } /** - * Gets the dependentOn property value. list of parent settings this setting is dependent on + * Gets the dependentOn property value. list of parent settings this setting is dependent on. * @return array|null */ public function getDependentOn(): ?array { @@ -87,7 +87,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the valueDefinition property value. Definition of the value for this setting + * Gets the valueDefinition property value. Definition of the value for this setting. * @return DeviceManagementConfigurationSettingValueDefinition|null */ public function getValueDefinition(): ?DeviceManagementConfigurationSettingValueDefinition { @@ -111,7 +111,7 @@ public function serialize(SerializationWriter $writer): void { } /** - * Sets the defaultValue property value. Default setting value for this setting + * Sets the defaultValue property value. Default setting value for this setting. * @param DeviceManagementConfigurationSettingValue|null $value Value to set for the defaultValue property. */ public function setDefaultValue(?DeviceManagementConfigurationSettingValue $value): void { @@ -119,7 +119,7 @@ public function setDefaultValue(?DeviceManagementConfigurationSettingValue $valu } /** - * Sets the dependedOnBy property value. list of child settings that depend on this setting + * Sets the dependedOnBy property value. list of child settings that depend on this setting. * @param array|null $value Value to set for the dependedOnBy property. */ public function setDependedOnBy(?array $value): void { @@ -127,7 +127,7 @@ public function setDependedOnBy(?array $value): void { } /** - * Sets the dependentOn property value. list of parent settings this setting is dependent on + * Sets the dependentOn property value. list of parent settings this setting is dependent on. * @param array|null $value Value to set for the dependentOn property. */ public function setDependentOn(?array $value): void { @@ -135,7 +135,7 @@ public function setDependentOn(?array $value): void { } /** - * Sets the valueDefinition property value. Definition of the value for this setting + * Sets the valueDefinition property value. Definition of the value for this setting. * @param DeviceManagementConfigurationSettingValueDefinition|null $value Value to set for the valueDefinition property. */ public function setValueDefinition(?DeviceManagementConfigurationSettingValueDefinition $value): void { diff --git a/src/Generated/Models/DeviceManagementConfigurationStringSettingValueDefinition.php b/src/Generated/Models/DeviceManagementConfigurationStringSettingValueDefinition.php index 1eb922e8001..4e883bce7ea 100644 --- a/src/Generated/Models/DeviceManagementConfigurationStringSettingValueDefinition.php +++ b/src/Generated/Models/DeviceManagementConfigurationStringSettingValueDefinition.php @@ -67,7 +67,7 @@ public function getFileTypes(): ?array { } /** - * Gets the format property value. Pre-defined format of the string. Possible values are: none, email, guid, ip, base64, url, version, xml, date, time, binary, regEx, json, dateTime, surfaceHub. + * Gets the format property value. Pre-defined format of the string. Possible values are: none, email, guid, ip, base64, url, version, xml, date, time, binary, regEx, json, dateTime, surfaceHub, bashScript, unknownFutureValue. * @return DeviceManagementConfigurationStringFormat|null */ public function getFormat(): ?DeviceManagementConfigurationStringFormat { @@ -103,7 +103,7 @@ public function getIsSecret(): ?bool { } /** - * Gets the maximumLength property value. Maximum length of string + * Gets the maximumLength property value. Maximum length of string. Valid values 0 to 87516 * @return int|null */ public function getMaximumLength(): ?int { @@ -115,7 +115,7 @@ public function getMaximumLength(): ?int { } /** - * Gets the minimumLength property value. Minimum length of string + * Gets the minimumLength property value. Minimum length of string. Valid values 0 to 87516 * @return int|null */ public function getMinimumLength(): ?int { @@ -149,7 +149,7 @@ public function setFileTypes(?array $value): void { } /** - * Sets the format property value. Pre-defined format of the string. Possible values are: none, email, guid, ip, base64, url, version, xml, date, time, binary, regEx, json, dateTime, surfaceHub. + * Sets the format property value. Pre-defined format of the string. Possible values are: none, email, guid, ip, base64, url, version, xml, date, time, binary, regEx, json, dateTime, surfaceHub, bashScript, unknownFutureValue. * @param DeviceManagementConfigurationStringFormat|null $value Value to set for the format property. */ public function setFormat(?DeviceManagementConfigurationStringFormat $value): void { @@ -173,7 +173,7 @@ public function setIsSecret(?bool $value): void { } /** - * Sets the maximumLength property value. Maximum length of string + * Sets the maximumLength property value. Maximum length of string. Valid values 0 to 87516 * @param int|null $value Value to set for the maximumLength property. */ public function setMaximumLength(?int $value): void { @@ -181,7 +181,7 @@ public function setMaximumLength(?int $value): void { } /** - * Sets the minimumLength property value. Minimum length of string + * Sets the minimumLength property value. Minimum length of string. Valid values 0 to 87516 * @param int|null $value Value to set for the minimumLength property. */ public function setMinimumLength(?int $value): void { diff --git a/src/Generated/Models/DeviceManagementDerivedCredentialIssuer.php b/src/Generated/Models/DeviceManagementDerivedCredentialIssuer.php new file mode 100644 index 00000000000..5871c9f113b --- /dev/null +++ b/src/Generated/Models/DeviceManagementDerivedCredentialIssuer.php @@ -0,0 +1,12 @@ +getBackingStore()->get('displayName'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'displayName'"); + } + /** * The deserialization information for the current model * @return array @@ -34,15 +46,113 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Devic public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'displayName' => fn(ParseNode $n) => $o->setDisplayName($n->getStringValue()), + 'helpUrl' => fn(ParseNode $n) => $o->setHelpUrl($n->getStringValue()), + 'issuer' => fn(ParseNode $n) => $o->setIssuer($n->getEnumValue(DeviceManagementDerivedCredentialIssuer::class)), + 'notificationType' => fn(ParseNode $n) => $o->setNotificationType($n->getEnumValue(DeviceManagementDerivedCredentialNotificationType::class)), + 'renewalThresholdPercentage' => fn(ParseNode $n) => $o->setRenewalThresholdPercentage($n->getIntegerValue()), ]); } + /** + * Gets the helpUrl property value. The URL that will be accessible to end users as they retrieve a derived credential using the Company Portal. + * @return string|null + */ + public function getHelpUrl(): ?string { + $val = $this->getBackingStore()->get('helpUrl'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'helpUrl'"); + } + + /** + * Gets the issuer property value. Supported values for the derived credential issuer. + * @return DeviceManagementDerivedCredentialIssuer|null + */ + public function getIssuer(): ?DeviceManagementDerivedCredentialIssuer { + $val = $this->getBackingStore()->get('issuer'); + if (is_null($val) || $val instanceof DeviceManagementDerivedCredentialIssuer) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'issuer'"); + } + + /** + * Gets the notificationType property value. Supported values for the notification type to use. + * @return DeviceManagementDerivedCredentialNotificationType|null + */ + public function getNotificationType(): ?DeviceManagementDerivedCredentialNotificationType { + $val = $this->getBackingStore()->get('notificationType'); + if (is_null($val) || $val instanceof DeviceManagementDerivedCredentialNotificationType) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'notificationType'"); + } + + /** + * Gets the renewalThresholdPercentage property value. The nominal percentage of time before certificate renewal is initiated by the client. + * @return int|null + */ + public function getRenewalThresholdPercentage(): ?int { + $val = $this->getBackingStore()->get('renewalThresholdPercentage'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'renewalThresholdPercentage'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeStringValue('displayName', $this->getDisplayName()); + $writer->writeStringValue('helpUrl', $this->getHelpUrl()); + $writer->writeEnumValue('issuer', $this->getIssuer()); + $writer->writeEnumValue('notificationType', $this->getNotificationType()); + $writer->writeIntegerValue('renewalThresholdPercentage', $this->getRenewalThresholdPercentage()); + } + + /** + * Sets the displayName property value. The display name for the profile. + * @param string|null $value Value to set for the displayName property. + */ + public function setDisplayName(?string $value): void { + $this->getBackingStore()->set('displayName', $value); + } + + /** + * Sets the helpUrl property value. The URL that will be accessible to end users as they retrieve a derived credential using the Company Portal. + * @param string|null $value Value to set for the helpUrl property. + */ + public function setHelpUrl(?string $value): void { + $this->getBackingStore()->set('helpUrl', $value); + } + + /** + * Sets the issuer property value. Supported values for the derived credential issuer. + * @param DeviceManagementDerivedCredentialIssuer|null $value Value to set for the issuer property. + */ + public function setIssuer(?DeviceManagementDerivedCredentialIssuer $value): void { + $this->getBackingStore()->set('issuer', $value); + } + + /** + * Sets the notificationType property value. Supported values for the notification type to use. + * @param DeviceManagementDerivedCredentialNotificationType|null $value Value to set for the notificationType property. + */ + public function setNotificationType(?DeviceManagementDerivedCredentialNotificationType $value): void { + $this->getBackingStore()->set('notificationType', $value); + } + + /** + * Sets the renewalThresholdPercentage property value. The nominal percentage of time before certificate renewal is initiated by the client. + * @param int|null $value Value to set for the renewalThresholdPercentage property. + */ + public function setRenewalThresholdPercentage(?int $value): void { + $this->getBackingStore()->set('renewalThresholdPercentage', $value); } } diff --git a/src/Generated/Models/DeviceManagementIntentDeviceStateSummary.php b/src/Generated/Models/DeviceManagementIntentDeviceStateSummary.php index 59d8bbf4049..34ae1ba78fd 100644 --- a/src/Generated/Models/DeviceManagementIntentDeviceStateSummary.php +++ b/src/Generated/Models/DeviceManagementIntentDeviceStateSummary.php @@ -27,6 +27,42 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Devic return new DeviceManagementIntentDeviceStateSummary(); } + /** + * Gets the conflictCount property value. Number of devices in conflict + * @return int|null + */ + public function getConflictCount(): ?int { + $val = $this->getBackingStore()->get('conflictCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'conflictCount'"); + } + + /** + * Gets the errorCount property value. Number of error devices + * @return int|null + */ + public function getErrorCount(): ?int { + $val = $this->getBackingStore()->get('errorCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'errorCount'"); + } + + /** + * Gets the failedCount property value. Number of failed devices + * @return int|null + */ + public function getFailedCount(): ?int { + $val = $this->getBackingStore()->get('failedCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'failedCount'"); + } + /** * The deserialization information for the current model * @return array @@ -34,15 +70,111 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Devic public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'conflictCount' => fn(ParseNode $n) => $o->setConflictCount($n->getIntegerValue()), + 'errorCount' => fn(ParseNode $n) => $o->setErrorCount($n->getIntegerValue()), + 'failedCount' => fn(ParseNode $n) => $o->setFailedCount($n->getIntegerValue()), + 'notApplicableCount' => fn(ParseNode $n) => $o->setNotApplicableCount($n->getIntegerValue()), + 'notApplicablePlatformCount' => fn(ParseNode $n) => $o->setNotApplicablePlatformCount($n->getIntegerValue()), + 'successCount' => fn(ParseNode $n) => $o->setSuccessCount($n->getIntegerValue()), ]); } + /** + * Gets the notApplicableCount property value. Number of not applicable devices + * @return int|null + */ + public function getNotApplicableCount(): ?int { + $val = $this->getBackingStore()->get('notApplicableCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'notApplicableCount'"); + } + + /** + * Gets the notApplicablePlatformCount property value. Number of not applicable devices due to mismatch platform and policy + * @return int|null + */ + public function getNotApplicablePlatformCount(): ?int { + $val = $this->getBackingStore()->get('notApplicablePlatformCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'notApplicablePlatformCount'"); + } + + /** + * Gets the successCount property value. Number of succeeded devices + * @return int|null + */ + public function getSuccessCount(): ?int { + $val = $this->getBackingStore()->get('successCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'successCount'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeIntegerValue('conflictCount', $this->getConflictCount()); + $writer->writeIntegerValue('errorCount', $this->getErrorCount()); + $writer->writeIntegerValue('failedCount', $this->getFailedCount()); + $writer->writeIntegerValue('notApplicableCount', $this->getNotApplicableCount()); + $writer->writeIntegerValue('notApplicablePlatformCount', $this->getNotApplicablePlatformCount()); + $writer->writeIntegerValue('successCount', $this->getSuccessCount()); + } + + /** + * Sets the conflictCount property value. Number of devices in conflict + * @param int|null $value Value to set for the conflictCount property. + */ + public function setConflictCount(?int $value): void { + $this->getBackingStore()->set('conflictCount', $value); + } + + /** + * Sets the errorCount property value. Number of error devices + * @param int|null $value Value to set for the errorCount property. + */ + public function setErrorCount(?int $value): void { + $this->getBackingStore()->set('errorCount', $value); + } + + /** + * Sets the failedCount property value. Number of failed devices + * @param int|null $value Value to set for the failedCount property. + */ + public function setFailedCount(?int $value): void { + $this->getBackingStore()->set('failedCount', $value); + } + + /** + * Sets the notApplicableCount property value. Number of not applicable devices + * @param int|null $value Value to set for the notApplicableCount property. + */ + public function setNotApplicableCount(?int $value): void { + $this->getBackingStore()->set('notApplicableCount', $value); + } + + /** + * Sets the notApplicablePlatformCount property value. Number of not applicable devices due to mismatch platform and policy + * @param int|null $value Value to set for the notApplicablePlatformCount property. + */ + public function setNotApplicablePlatformCount(?int $value): void { + $this->getBackingStore()->set('notApplicablePlatformCount', $value); + } + + /** + * Sets the successCount property value. Number of succeeded devices + * @param int|null $value Value to set for the successCount property. + */ + public function setSuccessCount(?int $value): void { + $this->getBackingStore()->set('successCount', $value); } } diff --git a/src/Generated/Models/DeviceManagementIntentUserStateSummary.php b/src/Generated/Models/DeviceManagementIntentUserStateSummary.php index c452c978c3a..ca3e9e344ec 100644 --- a/src/Generated/Models/DeviceManagementIntentUserStateSummary.php +++ b/src/Generated/Models/DeviceManagementIntentUserStateSummary.php @@ -27,6 +27,42 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Devic return new DeviceManagementIntentUserStateSummary(); } + /** + * Gets the conflictCount property value. Number of users in conflict + * @return int|null + */ + public function getConflictCount(): ?int { + $val = $this->getBackingStore()->get('conflictCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'conflictCount'"); + } + + /** + * Gets the errorCount property value. Number of error users + * @return int|null + */ + public function getErrorCount(): ?int { + $val = $this->getBackingStore()->get('errorCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'errorCount'"); + } + + /** + * Gets the failedCount property value. Number of failed users + * @return int|null + */ + public function getFailedCount(): ?int { + $val = $this->getBackingStore()->get('failedCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'failedCount'"); + } + /** * The deserialization information for the current model * @return array @@ -34,15 +70,89 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Devic public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'conflictCount' => fn(ParseNode $n) => $o->setConflictCount($n->getIntegerValue()), + 'errorCount' => fn(ParseNode $n) => $o->setErrorCount($n->getIntegerValue()), + 'failedCount' => fn(ParseNode $n) => $o->setFailedCount($n->getIntegerValue()), + 'notApplicableCount' => fn(ParseNode $n) => $o->setNotApplicableCount($n->getIntegerValue()), + 'successCount' => fn(ParseNode $n) => $o->setSuccessCount($n->getIntegerValue()), ]); } + /** + * Gets the notApplicableCount property value. Number of not applicable users + * @return int|null + */ + public function getNotApplicableCount(): ?int { + $val = $this->getBackingStore()->get('notApplicableCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'notApplicableCount'"); + } + + /** + * Gets the successCount property value. Number of succeeded users + * @return int|null + */ + public function getSuccessCount(): ?int { + $val = $this->getBackingStore()->get('successCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'successCount'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeIntegerValue('conflictCount', $this->getConflictCount()); + $writer->writeIntegerValue('errorCount', $this->getErrorCount()); + $writer->writeIntegerValue('failedCount', $this->getFailedCount()); + $writer->writeIntegerValue('notApplicableCount', $this->getNotApplicableCount()); + $writer->writeIntegerValue('successCount', $this->getSuccessCount()); + } + + /** + * Sets the conflictCount property value. Number of users in conflict + * @param int|null $value Value to set for the conflictCount property. + */ + public function setConflictCount(?int $value): void { + $this->getBackingStore()->set('conflictCount', $value); + } + + /** + * Sets the errorCount property value. Number of error users + * @param int|null $value Value to set for the errorCount property. + */ + public function setErrorCount(?int $value): void { + $this->getBackingStore()->set('errorCount', $value); + } + + /** + * Sets the failedCount property value. Number of failed users + * @param int|null $value Value to set for the failedCount property. + */ + public function setFailedCount(?int $value): void { + $this->getBackingStore()->set('failedCount', $value); + } + + /** + * Sets the notApplicableCount property value. Number of not applicable users + * @param int|null $value Value to set for the notApplicableCount property. + */ + public function setNotApplicableCount(?int $value): void { + $this->getBackingStore()->set('notApplicableCount', $value); + } + + /** + * Sets the successCount property value. Number of succeeded users + * @param int|null $value Value to set for the successCount property. + */ + public function setSuccessCount(?int $value): void { + $this->getBackingStore()->set('successCount', $value); } } diff --git a/src/Generated/Models/DeviceManagementReports.php b/src/Generated/Models/DeviceManagementReports.php index 66c8d96c0d8..6462f16903c 100644 --- a/src/Generated/Models/DeviceManagementReports.php +++ b/src/Generated/Models/DeviceManagementReports.php @@ -5,6 +5,7 @@ use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; +use Microsoft\Kiota\Abstractions\Types\TypeUtils; class DeviceManagementReports extends Entity implements Parsable { @@ -24,6 +25,34 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Devic return new DeviceManagementReports(); } + /** + * Gets the cachedReportConfigurations property value. Entity representing the configuration of a cached report. + * @return array|null + */ + public function getCachedReportConfigurations(): ?array { + $val = $this->getBackingStore()->get('cachedReportConfigurations'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, DeviceManagementCachedReportConfiguration::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'cachedReportConfigurations'"); + } + + /** + * Gets the exportJobs property value. Entity representing a job to export a report. + * @return array|null + */ + public function getExportJobs(): ?array { + $val = $this->getBackingStore()->get('exportJobs'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, DeviceManagementExportJob::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'exportJobs'"); + } + /** * The deserialization information for the current model * @return array @@ -31,6 +60,8 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Devic public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'cachedReportConfigurations' => fn(ParseNode $n) => $o->setCachedReportConfigurations($n->getCollectionOfObjectValues([DeviceManagementCachedReportConfiguration::class, 'createFromDiscriminatorValue'])), + 'exportJobs' => fn(ParseNode $n) => $o->setExportJobs($n->getCollectionOfObjectValues([DeviceManagementExportJob::class, 'createFromDiscriminatorValue'])), ]); } @@ -40,6 +71,24 @@ public function getFieldDeserializers(): array { */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeCollectionOfObjectValues('cachedReportConfigurations', $this->getCachedReportConfigurations()); + $writer->writeCollectionOfObjectValues('exportJobs', $this->getExportJobs()); + } + + /** + * Sets the cachedReportConfigurations property value. Entity representing the configuration of a cached report. + * @param array|null $value Value to set for the cachedReportConfigurations property. + */ + public function setCachedReportConfigurations(?array $value): void { + $this->getBackingStore()->set('cachedReportConfigurations', $value); + } + + /** + * Sets the exportJobs property value. Entity representing a job to export a report. + * @param array|null $value Value to set for the exportJobs property. + */ + public function setExportJobs(?array $value): void { + $this->getBackingStore()->set('exportJobs', $value); } } diff --git a/src/Generated/Models/DeviceManagementScriptRunSummary.php b/src/Generated/Models/DeviceManagementScriptRunSummary.php index 653911c921d..6a01fc8efbc 100644 --- a/src/Generated/Models/DeviceManagementScriptRunSummary.php +++ b/src/Generated/Models/DeviceManagementScriptRunSummary.php @@ -27,6 +27,30 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Devic return new DeviceManagementScriptRunSummary(); } + /** + * Gets the errorDeviceCount property value. Error device count. + * @return int|null + */ + public function getErrorDeviceCount(): ?int { + $val = $this->getBackingStore()->get('errorDeviceCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'errorDeviceCount'"); + } + + /** + * Gets the errorUserCount property value. Error user count. + * @return int|null + */ + public function getErrorUserCount(): ?int { + $val = $this->getBackingStore()->get('errorUserCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'errorUserCount'"); + } + /** * The deserialization information for the current model * @return array @@ -34,15 +58,79 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Devic public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'errorDeviceCount' => fn(ParseNode $n) => $o->setErrorDeviceCount($n->getIntegerValue()), + 'errorUserCount' => fn(ParseNode $n) => $o->setErrorUserCount($n->getIntegerValue()), + 'successDeviceCount' => fn(ParseNode $n) => $o->setSuccessDeviceCount($n->getIntegerValue()), + 'successUserCount' => fn(ParseNode $n) => $o->setSuccessUserCount($n->getIntegerValue()), ]); } + /** + * Gets the successDeviceCount property value. Success device count. + * @return int|null + */ + public function getSuccessDeviceCount(): ?int { + $val = $this->getBackingStore()->get('successDeviceCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'successDeviceCount'"); + } + + /** + * Gets the successUserCount property value. Success user count. + * @return int|null + */ + public function getSuccessUserCount(): ?int { + $val = $this->getBackingStore()->get('successUserCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'successUserCount'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeIntegerValue('errorDeviceCount', $this->getErrorDeviceCount()); + $writer->writeIntegerValue('errorUserCount', $this->getErrorUserCount()); + $writer->writeIntegerValue('successDeviceCount', $this->getSuccessDeviceCount()); + $writer->writeIntegerValue('successUserCount', $this->getSuccessUserCount()); + } + + /** + * Sets the errorDeviceCount property value. Error device count. + * @param int|null $value Value to set for the errorDeviceCount property. + */ + public function setErrorDeviceCount(?int $value): void { + $this->getBackingStore()->set('errorDeviceCount', $value); + } + + /** + * Sets the errorUserCount property value. Error user count. + * @param int|null $value Value to set for the errorUserCount property. + */ + public function setErrorUserCount(?int $value): void { + $this->getBackingStore()->set('errorUserCount', $value); + } + + /** + * Sets the successDeviceCount property value. Success device count. + * @param int|null $value Value to set for the successDeviceCount property. + */ + public function setSuccessDeviceCount(?int $value): void { + $this->getBackingStore()->set('successDeviceCount', $value); + } + + /** + * Sets the successUserCount property value. Success user count. + * @param int|null $value Value to set for the successUserCount property. + */ + public function setSuccessUserCount(?int $value): void { + $this->getBackingStore()->set('successUserCount', $value); } } diff --git a/src/Generated/Models/DeviceOperatingSystemSummary.php b/src/Generated/Models/DeviceOperatingSystemSummary.php new file mode 100644 index 00000000000..002609683e5 --- /dev/null +++ b/src/Generated/Models/DeviceOperatingSystemSummary.php @@ -0,0 +1,469 @@ +backingStore = BackingStoreFactorySingleton::getInstance()->createBackingStore(); + $this->setAdditionalData([]); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return DeviceOperatingSystemSummary + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): DeviceOperatingSystemSummary { + return new DeviceOperatingSystemSummary(); + } + + /** + * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @return array|null + */ + public function getAdditionalData(): ?array { + $val = $this->getBackingStore()->get('additionalData'); + if (is_null($val) || is_array($val)) { + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'additionalData'"); + } + + /** + * Gets the androidCorporateWorkProfileCount property value. The count of Corporate work profile Android devices. Also known as Corporate Owned Personally Enabled (COPE). Valid values -1 to 2147483647 + * @return int|null + */ + public function getAndroidCorporateWorkProfileCount(): ?int { + $val = $this->getBackingStore()->get('androidCorporateWorkProfileCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'androidCorporateWorkProfileCount'"); + } + + /** + * Gets the androidCount property value. Number of android device count. + * @return int|null + */ + public function getAndroidCount(): ?int { + $val = $this->getBackingStore()->get('androidCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'androidCount'"); + } + + /** + * Gets the androidDedicatedCount property value. Number of dedicated Android devices. + * @return int|null + */ + public function getAndroidDedicatedCount(): ?int { + $val = $this->getBackingStore()->get('androidDedicatedCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'androidDedicatedCount'"); + } + + /** + * Gets the androidDeviceAdminCount property value. Number of device admin Android devices. + * @return int|null + */ + public function getAndroidDeviceAdminCount(): ?int { + $val = $this->getBackingStore()->get('androidDeviceAdminCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'androidDeviceAdminCount'"); + } + + /** + * Gets the androidFullyManagedCount property value. Number of fully managed Android devices. + * @return int|null + */ + public function getAndroidFullyManagedCount(): ?int { + $val = $this->getBackingStore()->get('androidFullyManagedCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'androidFullyManagedCount'"); + } + + /** + * Gets the androidWorkProfileCount property value. Number of work profile Android devices. + * @return int|null + */ + public function getAndroidWorkProfileCount(): ?int { + $val = $this->getBackingStore()->get('androidWorkProfileCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'androidWorkProfileCount'"); + } + + /** + * Gets the aospUserAssociatedCount property value. Number of AOSP user-associated Android devices. Valid values 0 to 2147483647 + * @return int|null + */ + public function getAospUserAssociatedCount(): ?int { + $val = $this->getBackingStore()->get('aospUserAssociatedCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'aospUserAssociatedCount'"); + } + + /** + * Gets the aospUserlessCount property value. Number of AOSP userless Android devices. Valid values 0 to 2147483647 + * @return int|null + */ + public function getAospUserlessCount(): ?int { + $val = $this->getBackingStore()->get('aospUserlessCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'aospUserlessCount'"); + } + + /** + * Gets the BackingStore property value. Stores model information. + * @return BackingStore + */ + public function getBackingStore(): BackingStore { + return $this->backingStore; + } + + /** + * Gets the chromeOSCount property value. Number of Chrome OS devices. Valid values 0 to 2147483647 + * @return int|null + */ + public function getChromeOSCount(): ?int { + $val = $this->getBackingStore()->get('chromeOSCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'chromeOSCount'"); + } + + /** + * Gets the configMgrDeviceCount property value. Number of ConfigMgr managed devices. + * @return int|null + */ + public function getConfigMgrDeviceCount(): ?int { + $val = $this->getBackingStore()->get('configMgrDeviceCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'configMgrDeviceCount'"); + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return [ + 'androidCorporateWorkProfileCount' => fn(ParseNode $n) => $o->setAndroidCorporateWorkProfileCount($n->getIntegerValue()), + 'androidCount' => fn(ParseNode $n) => $o->setAndroidCount($n->getIntegerValue()), + 'androidDedicatedCount' => fn(ParseNode $n) => $o->setAndroidDedicatedCount($n->getIntegerValue()), + 'androidDeviceAdminCount' => fn(ParseNode $n) => $o->setAndroidDeviceAdminCount($n->getIntegerValue()), + 'androidFullyManagedCount' => fn(ParseNode $n) => $o->setAndroidFullyManagedCount($n->getIntegerValue()), + 'androidWorkProfileCount' => fn(ParseNode $n) => $o->setAndroidWorkProfileCount($n->getIntegerValue()), + 'aospUserAssociatedCount' => fn(ParseNode $n) => $o->setAospUserAssociatedCount($n->getIntegerValue()), + 'aospUserlessCount' => fn(ParseNode $n) => $o->setAospUserlessCount($n->getIntegerValue()), + 'chromeOSCount' => fn(ParseNode $n) => $o->setChromeOSCount($n->getIntegerValue()), + 'configMgrDeviceCount' => fn(ParseNode $n) => $o->setConfigMgrDeviceCount($n->getIntegerValue()), + 'iosCount' => fn(ParseNode $n) => $o->setIosCount($n->getIntegerValue()), + 'linuxCount' => fn(ParseNode $n) => $o->setLinuxCount($n->getIntegerValue()), + 'macOSCount' => fn(ParseNode $n) => $o->setMacOSCount($n->getIntegerValue()), + '@odata.type' => fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), + 'unknownCount' => fn(ParseNode $n) => $o->setUnknownCount($n->getIntegerValue()), + 'windowsCount' => fn(ParseNode $n) => $o->setWindowsCount($n->getIntegerValue()), + 'windowsMobileCount' => fn(ParseNode $n) => $o->setWindowsMobileCount($n->getIntegerValue()), + ]; + } + + /** + * Gets the iosCount property value. Number of iOS device count. + * @return int|null + */ + public function getIosCount(): ?int { + $val = $this->getBackingStore()->get('iosCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'iosCount'"); + } + + /** + * Gets the linuxCount property value. Number of Linux OS devices. Valid values 0 to 2147483647 + * @return int|null + */ + public function getLinuxCount(): ?int { + $val = $this->getBackingStore()->get('linuxCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'linuxCount'"); + } + + /** + * Gets the macOSCount property value. Number of Mac OS X device count. + * @return int|null + */ + public function getMacOSCount(): ?int { + $val = $this->getBackingStore()->get('macOSCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'macOSCount'"); + } + + /** + * Gets the @odata.type property value. The OdataType property + * @return string|null + */ + public function getOdataType(): ?string { + $val = $this->getBackingStore()->get('odataType'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'odataType'"); + } + + /** + * Gets the unknownCount property value. Number of unknown device count. + * @return int|null + */ + public function getUnknownCount(): ?int { + $val = $this->getBackingStore()->get('unknownCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'unknownCount'"); + } + + /** + * Gets the windowsCount property value. Number of Windows device count. + * @return int|null + */ + public function getWindowsCount(): ?int { + $val = $this->getBackingStore()->get('windowsCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'windowsCount'"); + } + + /** + * Gets the windowsMobileCount property value. Number of Windows mobile device count. + * @return int|null + */ + public function getWindowsMobileCount(): ?int { + $val = $this->getBackingStore()->get('windowsMobileCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'windowsMobileCount'"); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + $writer->writeIntegerValue('androidCorporateWorkProfileCount', $this->getAndroidCorporateWorkProfileCount()); + $writer->writeIntegerValue('androidCount', $this->getAndroidCount()); + $writer->writeIntegerValue('androidDedicatedCount', $this->getAndroidDedicatedCount()); + $writer->writeIntegerValue('androidDeviceAdminCount', $this->getAndroidDeviceAdminCount()); + $writer->writeIntegerValue('androidFullyManagedCount', $this->getAndroidFullyManagedCount()); + $writer->writeIntegerValue('androidWorkProfileCount', $this->getAndroidWorkProfileCount()); + $writer->writeIntegerValue('aospUserAssociatedCount', $this->getAospUserAssociatedCount()); + $writer->writeIntegerValue('aospUserlessCount', $this->getAospUserlessCount()); + $writer->writeIntegerValue('chromeOSCount', $this->getChromeOSCount()); + $writer->writeIntegerValue('configMgrDeviceCount', $this->getConfigMgrDeviceCount()); + $writer->writeIntegerValue('iosCount', $this->getIosCount()); + $writer->writeIntegerValue('linuxCount', $this->getLinuxCount()); + $writer->writeIntegerValue('macOSCount', $this->getMacOSCount()); + $writer->writeStringValue('@odata.type', $this->getOdataType()); + $writer->writeIntegerValue('unknownCount', $this->getUnknownCount()); + $writer->writeIntegerValue('windowsCount', $this->getWindowsCount()); + $writer->writeIntegerValue('windowsMobileCount', $this->getWindowsMobileCount()); + $writer->writeAdditionalData($this->getAdditionalData()); + } + + /** + * Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @param array $value Value to set for the AdditionalData property. + */ + public function setAdditionalData(?array $value): void { + $this->getBackingStore()->set('additionalData', $value); + } + + /** + * Sets the androidCorporateWorkProfileCount property value. The count of Corporate work profile Android devices. Also known as Corporate Owned Personally Enabled (COPE). Valid values -1 to 2147483647 + * @param int|null $value Value to set for the androidCorporateWorkProfileCount property. + */ + public function setAndroidCorporateWorkProfileCount(?int $value): void { + $this->getBackingStore()->set('androidCorporateWorkProfileCount', $value); + } + + /** + * Sets the androidCount property value. Number of android device count. + * @param int|null $value Value to set for the androidCount property. + */ + public function setAndroidCount(?int $value): void { + $this->getBackingStore()->set('androidCount', $value); + } + + /** + * Sets the androidDedicatedCount property value. Number of dedicated Android devices. + * @param int|null $value Value to set for the androidDedicatedCount property. + */ + public function setAndroidDedicatedCount(?int $value): void { + $this->getBackingStore()->set('androidDedicatedCount', $value); + } + + /** + * Sets the androidDeviceAdminCount property value. Number of device admin Android devices. + * @param int|null $value Value to set for the androidDeviceAdminCount property. + */ + public function setAndroidDeviceAdminCount(?int $value): void { + $this->getBackingStore()->set('androidDeviceAdminCount', $value); + } + + /** + * Sets the androidFullyManagedCount property value. Number of fully managed Android devices. + * @param int|null $value Value to set for the androidFullyManagedCount property. + */ + public function setAndroidFullyManagedCount(?int $value): void { + $this->getBackingStore()->set('androidFullyManagedCount', $value); + } + + /** + * Sets the androidWorkProfileCount property value. Number of work profile Android devices. + * @param int|null $value Value to set for the androidWorkProfileCount property. + */ + public function setAndroidWorkProfileCount(?int $value): void { + $this->getBackingStore()->set('androidWorkProfileCount', $value); + } + + /** + * Sets the aospUserAssociatedCount property value. Number of AOSP user-associated Android devices. Valid values 0 to 2147483647 + * @param int|null $value Value to set for the aospUserAssociatedCount property. + */ + public function setAospUserAssociatedCount(?int $value): void { + $this->getBackingStore()->set('aospUserAssociatedCount', $value); + } + + /** + * Sets the aospUserlessCount property value. Number of AOSP userless Android devices. Valid values 0 to 2147483647 + * @param int|null $value Value to set for the aospUserlessCount property. + */ + public function setAospUserlessCount(?int $value): void { + $this->getBackingStore()->set('aospUserlessCount', $value); + } + + /** + * Sets the BackingStore property value. Stores model information. + * @param BackingStore $value Value to set for the BackingStore property. + */ + public function setBackingStore(BackingStore $value): void { + $this->backingStore = $value; + } + + /** + * Sets the chromeOSCount property value. Number of Chrome OS devices. Valid values 0 to 2147483647 + * @param int|null $value Value to set for the chromeOSCount property. + */ + public function setChromeOSCount(?int $value): void { + $this->getBackingStore()->set('chromeOSCount', $value); + } + + /** + * Sets the configMgrDeviceCount property value. Number of ConfigMgr managed devices. + * @param int|null $value Value to set for the configMgrDeviceCount property. + */ + public function setConfigMgrDeviceCount(?int $value): void { + $this->getBackingStore()->set('configMgrDeviceCount', $value); + } + + /** + * Sets the iosCount property value. Number of iOS device count. + * @param int|null $value Value to set for the iosCount property. + */ + public function setIosCount(?int $value): void { + $this->getBackingStore()->set('iosCount', $value); + } + + /** + * Sets the linuxCount property value. Number of Linux OS devices. Valid values 0 to 2147483647 + * @param int|null $value Value to set for the linuxCount property. + */ + public function setLinuxCount(?int $value): void { + $this->getBackingStore()->set('linuxCount', $value); + } + + /** + * Sets the macOSCount property value. Number of Mac OS X device count. + * @param int|null $value Value to set for the macOSCount property. + */ + public function setMacOSCount(?int $value): void { + $this->getBackingStore()->set('macOSCount', $value); + } + + /** + * Sets the @odata.type property value. The OdataType property + * @param string|null $value Value to set for the @odata.type property. + */ + public function setOdataType(?string $value): void { + $this->getBackingStore()->set('odataType', $value); + } + + /** + * Sets the unknownCount property value. Number of unknown device count. + * @param int|null $value Value to set for the unknownCount property. + */ + public function setUnknownCount(?int $value): void { + $this->getBackingStore()->set('unknownCount', $value); + } + + /** + * Sets the windowsCount property value. Number of Windows device count. + * @param int|null $value Value to set for the windowsCount property. + */ + public function setWindowsCount(?int $value): void { + $this->getBackingStore()->set('windowsCount', $value); + } + + /** + * Sets the windowsMobileCount property value. Number of Windows mobile device count. + * @param int|null $value Value to set for the windowsMobileCount property. + */ + public function setWindowsMobileCount(?int $value): void { + $this->getBackingStore()->set('windowsMobileCount', $value); + } + +} diff --git a/src/Generated/Models/Dictionary.php b/src/Generated/Models/Dictionary.php index c582e4b273e..e06fa5e9255 100644 --- a/src/Generated/Models/Dictionary.php +++ b/src/Generated/Models/Dictionary.php @@ -41,6 +41,7 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Dicti case '#microsoft.graph.fileStorageContainerCustomPropertyDictionary': return new FileStorageContainerCustomPropertyDictionary(); case '#microsoft.graph.openComplexDictionaryType': return new OpenComplexDictionaryType(); case '#microsoft.graph.partner.security.additionalDataDictionary': return new AdditionalDataDictionary(); + case '#microsoft.graph.plannerFormsDictionary': return new PlannerFormsDictionary(); case '#microsoft.graph.resultTemplateDictionary': return new ResultTemplateDictionary(); case '#microsoft.graph.wafAllowedHeadersDictionary': return new WafAllowedHeadersDictionary(); } diff --git a/src/Generated/Models/DirectSharingAbilities.php b/src/Generated/Models/DirectSharingAbilities.php new file mode 100644 index 00000000000..a3264f3d061 --- /dev/null +++ b/src/Generated/Models/DirectSharingAbilities.php @@ -0,0 +1,202 @@ +backingStore = BackingStoreFactorySingleton::getInstance()->createBackingStore(); + $this->setAdditionalData([]); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return DirectSharingAbilities + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): DirectSharingAbilities { + return new DirectSharingAbilities(); + } + + /** + * Gets the addExistingExternalUsers property value. Indicates whether the current user can add existing guest recipients to this item using direct sharing. + * @return SharingOperationStatus|null + */ + public function getAddExistingExternalUsers(): ?SharingOperationStatus { + $val = $this->getBackingStore()->get('addExistingExternalUsers'); + if (is_null($val) || $val instanceof SharingOperationStatus) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'addExistingExternalUsers'"); + } + + /** + * Gets the addInternalUsers property value. Indicates whether the current user can add internal recipients to this item using direct sharing. + * @return SharingOperationStatus|null + */ + public function getAddInternalUsers(): ?SharingOperationStatus { + $val = $this->getBackingStore()->get('addInternalUsers'); + if (is_null($val) || $val instanceof SharingOperationStatus) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'addInternalUsers'"); + } + + /** + * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @return array|null + */ + public function getAdditionalData(): ?array { + $val = $this->getBackingStore()->get('additionalData'); + if (is_null($val) || is_array($val)) { + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'additionalData'"); + } + + /** + * Gets the addNewExternalUsers property value. Indicates whether the current user can add new guest recipients to this item using direct sharing. + * @return SharingOperationStatus|null + */ + public function getAddNewExternalUsers(): ?SharingOperationStatus { + $val = $this->getBackingStore()->get('addNewExternalUsers'); + if (is_null($val) || $val instanceof SharingOperationStatus) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'addNewExternalUsers'"); + } + + /** + * Gets the BackingStore property value. Stores model information. + * @return BackingStore + */ + public function getBackingStore(): BackingStore { + return $this->backingStore; + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return [ + 'addExistingExternalUsers' => fn(ParseNode $n) => $o->setAddExistingExternalUsers($n->getObjectValue([SharingOperationStatus::class, 'createFromDiscriminatorValue'])), + 'addInternalUsers' => fn(ParseNode $n) => $o->setAddInternalUsers($n->getObjectValue([SharingOperationStatus::class, 'createFromDiscriminatorValue'])), + 'addNewExternalUsers' => fn(ParseNode $n) => $o->setAddNewExternalUsers($n->getObjectValue([SharingOperationStatus::class, 'createFromDiscriminatorValue'])), + '@odata.type' => fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), + 'requestGrantAccess' => fn(ParseNode $n) => $o->setRequestGrantAccess($n->getObjectValue([SharingOperationStatus::class, 'createFromDiscriminatorValue'])), + ]; + } + + /** + * Gets the @odata.type property value. The OdataType property + * @return string|null + */ + public function getOdataType(): ?string { + $val = $this->getBackingStore()->get('odataType'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'odataType'"); + } + + /** + * Gets the requestGrantAccess property value. Indicates whether the user querying this endpoint can request access for the user or on behalf of other users, after which, site admins, can approve or deny the creation of a potential sharing link. + * @return SharingOperationStatus|null + */ + public function getRequestGrantAccess(): ?SharingOperationStatus { + $val = $this->getBackingStore()->get('requestGrantAccess'); + if (is_null($val) || $val instanceof SharingOperationStatus) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'requestGrantAccess'"); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + $writer->writeObjectValue('addExistingExternalUsers', $this->getAddExistingExternalUsers()); + $writer->writeObjectValue('addInternalUsers', $this->getAddInternalUsers()); + $writer->writeObjectValue('addNewExternalUsers', $this->getAddNewExternalUsers()); + $writer->writeStringValue('@odata.type', $this->getOdataType()); + $writer->writeObjectValue('requestGrantAccess', $this->getRequestGrantAccess()); + $writer->writeAdditionalData($this->getAdditionalData()); + } + + /** + * Sets the addExistingExternalUsers property value. Indicates whether the current user can add existing guest recipients to this item using direct sharing. + * @param SharingOperationStatus|null $value Value to set for the addExistingExternalUsers property. + */ + public function setAddExistingExternalUsers(?SharingOperationStatus $value): void { + $this->getBackingStore()->set('addExistingExternalUsers', $value); + } + + /** + * Sets the addInternalUsers property value. Indicates whether the current user can add internal recipients to this item using direct sharing. + * @param SharingOperationStatus|null $value Value to set for the addInternalUsers property. + */ + public function setAddInternalUsers(?SharingOperationStatus $value): void { + $this->getBackingStore()->set('addInternalUsers', $value); + } + + /** + * Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @param array $value Value to set for the AdditionalData property. + */ + public function setAdditionalData(?array $value): void { + $this->getBackingStore()->set('additionalData', $value); + } + + /** + * Sets the addNewExternalUsers property value. Indicates whether the current user can add new guest recipients to this item using direct sharing. + * @param SharingOperationStatus|null $value Value to set for the addNewExternalUsers property. + */ + public function setAddNewExternalUsers(?SharingOperationStatus $value): void { + $this->getBackingStore()->set('addNewExternalUsers', $value); + } + + /** + * Sets the BackingStore property value. Stores model information. + * @param BackingStore $value Value to set for the BackingStore property. + */ + public function setBackingStore(BackingStore $value): void { + $this->backingStore = $value; + } + + /** + * Sets the @odata.type property value. The OdataType property + * @param string|null $value Value to set for the @odata.type property. + */ + public function setOdataType(?string $value): void { + $this->getBackingStore()->set('odataType', $value); + } + + /** + * Sets the requestGrantAccess property value. Indicates whether the user querying this endpoint can request access for the user or on behalf of other users, after which, site admins, can approve or deny the creation of a potential sharing link. + * @param SharingOperationStatus|null $value Value to set for the requestGrantAccess property. + */ + public function setRequestGrantAccess(?SharingOperationStatus $value): void { + $this->getBackingStore()->set('requestGrantAccess', $value); + } + +} diff --git a/src/Generated/Models/DriveItem.php b/src/Generated/Models/DriveItem.php index 18853777d84..1976e7680b2 100644 --- a/src/Generated/Models/DriveItem.php +++ b/src/Generated/Models/DriveItem.php @@ -5,6 +5,8 @@ use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; +use Microsoft\Kiota\Abstractions\Types\TypeUtils; +use Psr\Http\Message\StreamInterface; class DriveItem extends BaseItem implements Parsable { @@ -13,6 +15,7 @@ class DriveItem extends BaseItem implements Parsable */ public function __construct() { parent::__construct(); + $this->setOdataType('#microsoft.graph.driveItem'); } /** @@ -24,6 +27,132 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Drive return new DriveItem(); } + /** + * Gets the activities property value. The list of recent activities that took place on this item. + * @return array|null + */ + public function getActivities(): ?array { + $val = $this->getBackingStore()->get('activities'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, ItemActivityOLD::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'activities'"); + } + + /** + * Gets the analytics property value. Analytics about the view activities that took place on this item. + * @return ItemAnalytics|null + */ + public function getAnalytics(): ?ItemAnalytics { + $val = $this->getBackingStore()->get('analytics'); + if (is_null($val) || $val instanceof ItemAnalytics) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'analytics'"); + } + + /** + * Gets the audio property value. Audio metadata, if the item is an audio file. Read-only. Only on OneDrive Personal. + * @return Audio|null + */ + public function getAudio(): ?Audio { + $val = $this->getBackingStore()->get('audio'); + if (is_null($val) || $val instanceof Audio) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'audio'"); + } + + /** + * Gets the bundle property value. Bundle metadata, if the item is a bundle. Read-only. + * @return Bundle|null + */ + public function getBundle(): ?Bundle { + $val = $this->getBackingStore()->get('bundle'); + if (is_null($val) || $val instanceof Bundle) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'bundle'"); + } + + /** + * Gets the children property value. Collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable. + * @return array|null + */ + public function getChildren(): ?array { + $val = $this->getBackingStore()->get('children'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, DriveItem::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'children'"); + } + + /** + * Gets the content property value. The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead. + * @return StreamInterface|null + */ + public function getContent(): ?StreamInterface { + $val = $this->getBackingStore()->get('content'); + if (is_null($val) || $val instanceof StreamInterface) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'content'"); + } + + /** + * Gets the contentStream property value. The content stream, if the item represents a file. + * @return StreamInterface|null + */ + public function getContentStream(): ?StreamInterface { + $val = $this->getBackingStore()->get('contentStream'); + if (is_null($val) || $val instanceof StreamInterface) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'contentStream'"); + } + + /** + * Gets the cTag property value. An eTag for the content of the item. This eTag isn't changed if only the metadata is changed. Note This property isn't returned if the item is a folder. Read-only. + * @return string|null + */ + public function getCTag(): ?string { + $val = $this->getBackingStore()->get('cTag'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'cTag'"); + } + + /** + * Gets the deleted property value. Information about the deleted state of the item. Read-only. + * @return Deleted|null + */ + public function getDeleted(): ?Deleted { + $val = $this->getBackingStore()->get('deleted'); + if (is_null($val) || $val instanceof Deleted) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'deleted'"); + } + + /** + * Gets the extensions property value. The collection of open extensions defined for this item. Nullable. + * @return array|null + */ + public function getExtensions(): ?array { + $val = $this->getBackingStore()->get('extensions'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, Extension::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'extensions'"); + } + /** * The deserialization information for the current model * @return array @@ -31,15 +160,761 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Drive public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'activities' => fn(ParseNode $n) => $o->setActivities($n->getCollectionOfObjectValues([ItemActivityOLD::class, 'createFromDiscriminatorValue'])), + 'analytics' => fn(ParseNode $n) => $o->setAnalytics($n->getObjectValue([ItemAnalytics::class, 'createFromDiscriminatorValue'])), + 'audio' => fn(ParseNode $n) => $o->setAudio($n->getObjectValue([Audio::class, 'createFromDiscriminatorValue'])), + 'bundle' => fn(ParseNode $n) => $o->setBundle($n->getObjectValue([Bundle::class, 'createFromDiscriminatorValue'])), + 'children' => fn(ParseNode $n) => $o->setChildren($n->getCollectionOfObjectValues([DriveItem::class, 'createFromDiscriminatorValue'])), + 'content' => fn(ParseNode $n) => $o->setContent($n->getBinaryContent()), + 'contentStream' => fn(ParseNode $n) => $o->setContentStream($n->getBinaryContent()), + 'cTag' => fn(ParseNode $n) => $o->setCTag($n->getStringValue()), + 'deleted' => fn(ParseNode $n) => $o->setDeleted($n->getObjectValue([Deleted::class, 'createFromDiscriminatorValue'])), + 'extensions' => fn(ParseNode $n) => $o->setExtensions($n->getCollectionOfObjectValues([Extension::class, 'createFromDiscriminatorValue'])), + 'file' => fn(ParseNode $n) => $o->setFile($n->getObjectValue([File::class, 'createFromDiscriminatorValue'])), + 'fileSystemInfo' => fn(ParseNode $n) => $o->setFileSystemInfo($n->getObjectValue([FileSystemInfo::class, 'createFromDiscriminatorValue'])), + 'folder' => fn(ParseNode $n) => $o->setFolder($n->getObjectValue([Folder::class, 'createFromDiscriminatorValue'])), + 'image' => fn(ParseNode $n) => $o->setImage($n->getObjectValue([Image::class, 'createFromDiscriminatorValue'])), + 'listItem' => fn(ParseNode $n) => $o->setListItem($n->getObjectValue([ListItem::class, 'createFromDiscriminatorValue'])), + 'location' => fn(ParseNode $n) => $o->setLocation($n->getObjectValue([GeoCoordinates::class, 'createFromDiscriminatorValue'])), + 'malware' => fn(ParseNode $n) => $o->setMalware($n->getObjectValue([Malware::class, 'createFromDiscriminatorValue'])), + 'media' => fn(ParseNode $n) => $o->setMedia($n->getObjectValue([Media::class, 'createFromDiscriminatorValue'])), + 'package' => fn(ParseNode $n) => $o->setPackage($n->getObjectValue([Package::class, 'createFromDiscriminatorValue'])), + 'pendingOperations' => fn(ParseNode $n) => $o->setPendingOperations($n->getObjectValue([PendingOperations::class, 'createFromDiscriminatorValue'])), + 'permissions' => fn(ParseNode $n) => $o->setPermissions($n->getCollectionOfObjectValues([Permission::class, 'createFromDiscriminatorValue'])), + 'photo' => fn(ParseNode $n) => $o->setPhoto($n->getObjectValue([Photo::class, 'createFromDiscriminatorValue'])), + 'publication' => fn(ParseNode $n) => $o->setPublication($n->getObjectValue([PublicationFacet::class, 'createFromDiscriminatorValue'])), + 'remoteItem' => fn(ParseNode $n) => $o->setRemoteItem($n->getObjectValue([RemoteItem::class, 'createFromDiscriminatorValue'])), + 'retentionLabel' => fn(ParseNode $n) => $o->setRetentionLabel($n->getObjectValue([ItemRetentionLabel::class, 'createFromDiscriminatorValue'])), + 'root' => fn(ParseNode $n) => $o->setRoot($n->getObjectValue([Root::class, 'createFromDiscriminatorValue'])), + 'searchResult' => fn(ParseNode $n) => $o->setSearchResult($n->getObjectValue([SearchResult::class, 'createFromDiscriminatorValue'])), + 'shared' => fn(ParseNode $n) => $o->setShared($n->getObjectValue([Shared::class, 'createFromDiscriminatorValue'])), + 'sharepointIds' => fn(ParseNode $n) => $o->setSharepointIds($n->getObjectValue([SharepointIds::class, 'createFromDiscriminatorValue'])), + 'size' => fn(ParseNode $n) => $o->setSize($n->getIntegerValue()), + 'source' => fn(ParseNode $n) => $o->setSource($n->getObjectValue([DriveItemSource::class, 'createFromDiscriminatorValue'])), + 'specialFolder' => fn(ParseNode $n) => $o->setSpecialFolder($n->getObjectValue([SpecialFolder::class, 'createFromDiscriminatorValue'])), + 'subscriptions' => fn(ParseNode $n) => $o->setSubscriptions($n->getCollectionOfObjectValues([Subscription::class, 'createFromDiscriminatorValue'])), + 'thumbnails' => fn(ParseNode $n) => $o->setThumbnails($n->getCollectionOfObjectValues([ThumbnailSet::class, 'createFromDiscriminatorValue'])), + 'versions' => fn(ParseNode $n) => $o->setVersions($n->getCollectionOfObjectValues([DriveItemVersion::class, 'createFromDiscriminatorValue'])), + 'video' => fn(ParseNode $n) => $o->setVideo($n->getObjectValue([Video::class, 'createFromDiscriminatorValue'])), + 'viewpoint' => fn(ParseNode $n) => $o->setViewpoint($n->getObjectValue([DriveItemViewpoint::class, 'createFromDiscriminatorValue'])), + 'webDavUrl' => fn(ParseNode $n) => $o->setWebDavUrl($n->getStringValue()), + 'workbook' => fn(ParseNode $n) => $o->setWorkbook($n->getObjectValue([Workbook::class, 'createFromDiscriminatorValue'])), ]); } + /** + * Gets the file property value. File metadata, if the item is a file. Read-only. + * @return File|null + */ + public function getFile(): ?File { + $val = $this->getBackingStore()->get('file'); + if (is_null($val) || $val instanceof File) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'file'"); + } + + /** + * Gets the fileSystemInfo property value. File system information on client. Read-write. + * @return FileSystemInfo|null + */ + public function getFileSystemInfo(): ?FileSystemInfo { + $val = $this->getBackingStore()->get('fileSystemInfo'); + if (is_null($val) || $val instanceof FileSystemInfo) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'fileSystemInfo'"); + } + + /** + * Gets the folder property value. Folder metadata, if the item is a folder. Read-only. + * @return Folder|null + */ + public function getFolder(): ?Folder { + $val = $this->getBackingStore()->get('folder'); + if (is_null($val) || $val instanceof Folder) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'folder'"); + } + + /** + * Gets the image property value. Image metadata, if the item is an image. Read-only. + * @return Image|null + */ + public function getImage(): ?Image { + $val = $this->getBackingStore()->get('image'); + if (is_null($val) || $val instanceof Image) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'image'"); + } + + /** + * Gets the listItem property value. For drives in SharePoint, the associated document library list item. Read-only. Nullable. + * @return ListItem|null + */ + public function getListItem(): ?ListItem { + $val = $this->getBackingStore()->get('listItem'); + if (is_null($val) || $val instanceof ListItem) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'listItem'"); + } + + /** + * Gets the location property value. Location metadata, if the item has location data. Read-only. + * @return GeoCoordinates|null + */ + public function getLocation(): ?GeoCoordinates { + $val = $this->getBackingStore()->get('location'); + if (is_null($val) || $val instanceof GeoCoordinates) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'location'"); + } + + /** + * Gets the malware property value. Malware metadata, if the item was detected to contain malware. Read-only. + * @return Malware|null + */ + public function getMalware(): ?Malware { + $val = $this->getBackingStore()->get('malware'); + if (is_null($val) || $val instanceof Malware) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'malware'"); + } + + /** + * Gets the media property value. Information about the media (audio or video) item. Read-write. Only on OneDrive for Business and SharePoint. + * @return Media|null + */ + public function getMedia(): ?Media { + $val = $this->getBackingStore()->get('media'); + if (is_null($val) || $val instanceof Media) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'media'"); + } + + /** + * Gets the package property value. If present, indicates that this item is a package instead of a folder or file. Packages are treated like files in some contexts and folders in others. Read-only. + * @return Package|null + */ + public function getPackage(): ?Package { + $val = $this->getBackingStore()->get('package'); + if (is_null($val) || $val instanceof Package) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'package'"); + } + + /** + * Gets the pendingOperations property value. If present, indicates that indicates that one or more operations that might affect the state of the driveItem are pending completion. Read-only. + * @return PendingOperations|null + */ + public function getPendingOperations(): ?PendingOperations { + $val = $this->getBackingStore()->get('pendingOperations'); + if (is_null($val) || $val instanceof PendingOperations) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'pendingOperations'"); + } + + /** + * Gets the permissions property value. The set of permissions for the item. Read-only. Nullable. + * @return array|null + */ + public function getPermissions(): ?array { + $val = $this->getBackingStore()->get('permissions'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, Permission::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'permissions'"); + } + + /** + * Gets the photo property value. Photo metadata, if the item is a photo. Read-only. + * @return Photo|null + */ + public function getPhoto(): ?Photo { + $val = $this->getBackingStore()->get('photo'); + if (is_null($val) || $val instanceof Photo) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'photo'"); + } + + /** + * Gets the publication property value. Provides information about the published or checked-out state of an item, in locations that support such actions. This property isn't returned by default. Read-only. + * @return PublicationFacet|null + */ + public function getPublication(): ?PublicationFacet { + $val = $this->getBackingStore()->get('publication'); + if (is_null($val) || $val instanceof PublicationFacet) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'publication'"); + } + + /** + * Gets the remoteItem property value. Remote item data, if the item is shared from a drive other than the one being accessed. Read-only. + * @return RemoteItem|null + */ + public function getRemoteItem(): ?RemoteItem { + $val = $this->getBackingStore()->get('remoteItem'); + if (is_null($val) || $val instanceof RemoteItem) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'remoteItem'"); + } + + /** + * Gets the retentionLabel property value. Information about retention label and settings enforced on the driveItem. Read-write. + * @return ItemRetentionLabel|null + */ + public function getRetentionLabel(): ?ItemRetentionLabel { + $val = $this->getBackingStore()->get('retentionLabel'); + if (is_null($val) || $val instanceof ItemRetentionLabel) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'retentionLabel'"); + } + + /** + * Gets the root property value. If this property is non-null, it indicates that the driveItem is the top-most driveItem in the drive. + * @return Root|null + */ + public function getRoot(): ?Root { + $val = $this->getBackingStore()->get('root'); + if (is_null($val) || $val instanceof Root) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'root'"); + } + + /** + * Gets the searchResult property value. Search metadata, if the item is from a search result. Read-only. + * @return SearchResult|null + */ + public function getSearchResult(): ?SearchResult { + $val = $this->getBackingStore()->get('searchResult'); + if (is_null($val) || $val instanceof SearchResult) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'searchResult'"); + } + + /** + * Gets the shared property value. Indicates that the item was shared with others and provides information about the shared state of the item. Read-only. + * @return Shared|null + */ + public function getShared(): ?Shared { + $val = $this->getBackingStore()->get('shared'); + if (is_null($val) || $val instanceof Shared) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'shared'"); + } + + /** + * Gets the sharepointIds property value. Returns identifiers useful for SharePoint REST compatibility. Read-only. + * @return SharepointIds|null + */ + public function getSharepointIds(): ?SharepointIds { + $val = $this->getBackingStore()->get('sharepointIds'); + if (is_null($val) || $val instanceof SharepointIds) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'sharepointIds'"); + } + + /** + * Gets the size property value. Size of the item in bytes. Read-only. + * @return int|null + */ + public function getSize(): ?int { + $val = $this->getBackingStore()->get('size'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'size'"); + } + + /** + * Gets the source property value. Information about the drive item source. Read-only. Only on OneDrive for Business and SharePoint. + * @return DriveItemSource|null + */ + public function getSource(): ?DriveItemSource { + $val = $this->getBackingStore()->get('source'); + if (is_null($val) || $val instanceof DriveItemSource) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'source'"); + } + + /** + * Gets the specialFolder property value. If the current item is also available as a special folder, this facet is returned. Read-only. + * @return SpecialFolder|null + */ + public function getSpecialFolder(): ?SpecialFolder { + $val = $this->getBackingStore()->get('specialFolder'); + if (is_null($val) || $val instanceof SpecialFolder) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'specialFolder'"); + } + + /** + * Gets the subscriptions property value. The set of subscriptions on the item. Only supported on the root of a drive. + * @return array|null + */ + public function getSubscriptions(): ?array { + $val = $this->getBackingStore()->get('subscriptions'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, Subscription::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'subscriptions'"); + } + + /** + * Gets the thumbnails property value. Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable. + * @return array|null + */ + public function getThumbnails(): ?array { + $val = $this->getBackingStore()->get('thumbnails'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, ThumbnailSet::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'thumbnails'"); + } + + /** + * Gets the versions property value. The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable. + * @return array|null + */ + public function getVersions(): ?array { + $val = $this->getBackingStore()->get('versions'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, DriveItemVersion::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'versions'"); + } + + /** + * Gets the video property value. Video metadata, if the item is a video. Read-only. + * @return Video|null + */ + public function getVideo(): ?Video { + $val = $this->getBackingStore()->get('video'); + if (is_null($val) || $val instanceof Video) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'video'"); + } + + /** + * Gets the viewpoint property value. Returns information specific to the calling user for this drive item. Read-only. + * @return DriveItemViewpoint|null + */ + public function getViewpoint(): ?DriveItemViewpoint { + $val = $this->getBackingStore()->get('viewpoint'); + if (is_null($val) || $val instanceof DriveItemViewpoint) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'viewpoint'"); + } + + /** + * Gets the webDavUrl property value. WebDAV compatible URL for the item. + * @return string|null + */ + public function getWebDavUrl(): ?string { + $val = $this->getBackingStore()->get('webDavUrl'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'webDavUrl'"); + } + + /** + * Gets the workbook property value. For files that are Excel spreadsheets, access to the workbook API to work with the spreadsheet's contents. Nullable. + * @return Workbook|null + */ + public function getWorkbook(): ?Workbook { + $val = $this->getBackingStore()->get('workbook'); + if (is_null($val) || $val instanceof Workbook) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'workbook'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeCollectionOfObjectValues('activities', $this->getActivities()); + $writer->writeObjectValue('analytics', $this->getAnalytics()); + $writer->writeObjectValue('audio', $this->getAudio()); + $writer->writeObjectValue('bundle', $this->getBundle()); + $writer->writeCollectionOfObjectValues('children', $this->getChildren()); + $writer->writeBinaryContent('content', $this->getContent()); + $writer->writeBinaryContent('contentStream', $this->getContentStream()); + $writer->writeStringValue('cTag', $this->getCTag()); + $writer->writeObjectValue('deleted', $this->getDeleted()); + $writer->writeCollectionOfObjectValues('extensions', $this->getExtensions()); + $writer->writeObjectValue('file', $this->getFile()); + $writer->writeObjectValue('fileSystemInfo', $this->getFileSystemInfo()); + $writer->writeObjectValue('folder', $this->getFolder()); + $writer->writeObjectValue('image', $this->getImage()); + $writer->writeObjectValue('listItem', $this->getListItem()); + $writer->writeObjectValue('location', $this->getLocation()); + $writer->writeObjectValue('malware', $this->getMalware()); + $writer->writeObjectValue('media', $this->getMedia()); + $writer->writeObjectValue('package', $this->getPackage()); + $writer->writeObjectValue('pendingOperations', $this->getPendingOperations()); + $writer->writeCollectionOfObjectValues('permissions', $this->getPermissions()); + $writer->writeObjectValue('photo', $this->getPhoto()); + $writer->writeObjectValue('publication', $this->getPublication()); + $writer->writeObjectValue('remoteItem', $this->getRemoteItem()); + $writer->writeObjectValue('retentionLabel', $this->getRetentionLabel()); + $writer->writeObjectValue('root', $this->getRoot()); + $writer->writeObjectValue('searchResult', $this->getSearchResult()); + $writer->writeObjectValue('shared', $this->getShared()); + $writer->writeObjectValue('sharepointIds', $this->getSharepointIds()); + $writer->writeIntegerValue('size', $this->getSize()); + $writer->writeObjectValue('source', $this->getSource()); + $writer->writeObjectValue('specialFolder', $this->getSpecialFolder()); + $writer->writeCollectionOfObjectValues('subscriptions', $this->getSubscriptions()); + $writer->writeCollectionOfObjectValues('thumbnails', $this->getThumbnails()); + $writer->writeCollectionOfObjectValues('versions', $this->getVersions()); + $writer->writeObjectValue('video', $this->getVideo()); + $writer->writeObjectValue('viewpoint', $this->getViewpoint()); + $writer->writeStringValue('webDavUrl', $this->getWebDavUrl()); + $writer->writeObjectValue('workbook', $this->getWorkbook()); + } + + /** + * Sets the activities property value. The list of recent activities that took place on this item. + * @param array|null $value Value to set for the activities property. + */ + public function setActivities(?array $value): void { + $this->getBackingStore()->set('activities', $value); + } + + /** + * Sets the analytics property value. Analytics about the view activities that took place on this item. + * @param ItemAnalytics|null $value Value to set for the analytics property. + */ + public function setAnalytics(?ItemAnalytics $value): void { + $this->getBackingStore()->set('analytics', $value); + } + + /** + * Sets the audio property value. Audio metadata, if the item is an audio file. Read-only. Only on OneDrive Personal. + * @param Audio|null $value Value to set for the audio property. + */ + public function setAudio(?Audio $value): void { + $this->getBackingStore()->set('audio', $value); + } + + /** + * Sets the bundle property value. Bundle metadata, if the item is a bundle. Read-only. + * @param Bundle|null $value Value to set for the bundle property. + */ + public function setBundle(?Bundle $value): void { + $this->getBackingStore()->set('bundle', $value); + } + + /** + * Sets the children property value. Collection containing Item objects for the immediate children of Item. Only items representing folders have children. Read-only. Nullable. + * @param array|null $value Value to set for the children property. + */ + public function setChildren(?array $value): void { + $this->getBackingStore()->set('children', $value); + } + + /** + * Sets the content property value. The content stream, if the item represents a file. The content property will have a potentially breaking change in behavior in the future. It will stream content directly instead of redirecting. To proactively opt in to the new behavior ahead of time, use the contentStream property instead. + * @param StreamInterface|null $value Value to set for the content property. + */ + public function setContent(?StreamInterface $value): void { + $this->getBackingStore()->set('content', $value); + } + + /** + * Sets the contentStream property value. The content stream, if the item represents a file. + * @param StreamInterface|null $value Value to set for the contentStream property. + */ + public function setContentStream(?StreamInterface $value): void { + $this->getBackingStore()->set('contentStream', $value); + } + + /** + * Sets the cTag property value. An eTag for the content of the item. This eTag isn't changed if only the metadata is changed. Note This property isn't returned if the item is a folder. Read-only. + * @param string|null $value Value to set for the cTag property. + */ + public function setCTag(?string $value): void { + $this->getBackingStore()->set('cTag', $value); + } + + /** + * Sets the deleted property value. Information about the deleted state of the item. Read-only. + * @param Deleted|null $value Value to set for the deleted property. + */ + public function setDeleted(?Deleted $value): void { + $this->getBackingStore()->set('deleted', $value); + } + + /** + * Sets the extensions property value. The collection of open extensions defined for this item. Nullable. + * @param array|null $value Value to set for the extensions property. + */ + public function setExtensions(?array $value): void { + $this->getBackingStore()->set('extensions', $value); + } + + /** + * Sets the file property value. File metadata, if the item is a file. Read-only. + * @param File|null $value Value to set for the file property. + */ + public function setFile(?File $value): void { + $this->getBackingStore()->set('file', $value); + } + + /** + * Sets the fileSystemInfo property value. File system information on client. Read-write. + * @param FileSystemInfo|null $value Value to set for the fileSystemInfo property. + */ + public function setFileSystemInfo(?FileSystemInfo $value): void { + $this->getBackingStore()->set('fileSystemInfo', $value); + } + + /** + * Sets the folder property value. Folder metadata, if the item is a folder. Read-only. + * @param Folder|null $value Value to set for the folder property. + */ + public function setFolder(?Folder $value): void { + $this->getBackingStore()->set('folder', $value); + } + + /** + * Sets the image property value. Image metadata, if the item is an image. Read-only. + * @param Image|null $value Value to set for the image property. + */ + public function setImage(?Image $value): void { + $this->getBackingStore()->set('image', $value); + } + + /** + * Sets the listItem property value. For drives in SharePoint, the associated document library list item. Read-only. Nullable. + * @param ListItem|null $value Value to set for the listItem property. + */ + public function setListItem(?ListItem $value): void { + $this->getBackingStore()->set('listItem', $value); + } + + /** + * Sets the location property value. Location metadata, if the item has location data. Read-only. + * @param GeoCoordinates|null $value Value to set for the location property. + */ + public function setLocation(?GeoCoordinates $value): void { + $this->getBackingStore()->set('location', $value); + } + + /** + * Sets the malware property value. Malware metadata, if the item was detected to contain malware. Read-only. + * @param Malware|null $value Value to set for the malware property. + */ + public function setMalware(?Malware $value): void { + $this->getBackingStore()->set('malware', $value); + } + + /** + * Sets the media property value. Information about the media (audio or video) item. Read-write. Only on OneDrive for Business and SharePoint. + * @param Media|null $value Value to set for the media property. + */ + public function setMedia(?Media $value): void { + $this->getBackingStore()->set('media', $value); + } + + /** + * Sets the package property value. If present, indicates that this item is a package instead of a folder or file. Packages are treated like files in some contexts and folders in others. Read-only. + * @param Package|null $value Value to set for the package property. + */ + public function setPackage(?Package $value): void { + $this->getBackingStore()->set('package', $value); + } + + /** + * Sets the pendingOperations property value. If present, indicates that indicates that one or more operations that might affect the state of the driveItem are pending completion. Read-only. + * @param PendingOperations|null $value Value to set for the pendingOperations property. + */ + public function setPendingOperations(?PendingOperations $value): void { + $this->getBackingStore()->set('pendingOperations', $value); + } + + /** + * Sets the permissions property value. The set of permissions for the item. Read-only. Nullable. + * @param array|null $value Value to set for the permissions property. + */ + public function setPermissions(?array $value): void { + $this->getBackingStore()->set('permissions', $value); + } + + /** + * Sets the photo property value. Photo metadata, if the item is a photo. Read-only. + * @param Photo|null $value Value to set for the photo property. + */ + public function setPhoto(?Photo $value): void { + $this->getBackingStore()->set('photo', $value); + } + + /** + * Sets the publication property value. Provides information about the published or checked-out state of an item, in locations that support such actions. This property isn't returned by default. Read-only. + * @param PublicationFacet|null $value Value to set for the publication property. + */ + public function setPublication(?PublicationFacet $value): void { + $this->getBackingStore()->set('publication', $value); + } + + /** + * Sets the remoteItem property value. Remote item data, if the item is shared from a drive other than the one being accessed. Read-only. + * @param RemoteItem|null $value Value to set for the remoteItem property. + */ + public function setRemoteItem(?RemoteItem $value): void { + $this->getBackingStore()->set('remoteItem', $value); + } + + /** + * Sets the retentionLabel property value. Information about retention label and settings enforced on the driveItem. Read-write. + * @param ItemRetentionLabel|null $value Value to set for the retentionLabel property. + */ + public function setRetentionLabel(?ItemRetentionLabel $value): void { + $this->getBackingStore()->set('retentionLabel', $value); + } + + /** + * Sets the root property value. If this property is non-null, it indicates that the driveItem is the top-most driveItem in the drive. + * @param Root|null $value Value to set for the root property. + */ + public function setRoot(?Root $value): void { + $this->getBackingStore()->set('root', $value); + } + + /** + * Sets the searchResult property value. Search metadata, if the item is from a search result. Read-only. + * @param SearchResult|null $value Value to set for the searchResult property. + */ + public function setSearchResult(?SearchResult $value): void { + $this->getBackingStore()->set('searchResult', $value); + } + + /** + * Sets the shared property value. Indicates that the item was shared with others and provides information about the shared state of the item. Read-only. + * @param Shared|null $value Value to set for the shared property. + */ + public function setShared(?Shared $value): void { + $this->getBackingStore()->set('shared', $value); + } + + /** + * Sets the sharepointIds property value. Returns identifiers useful for SharePoint REST compatibility. Read-only. + * @param SharepointIds|null $value Value to set for the sharepointIds property. + */ + public function setSharepointIds(?SharepointIds $value): void { + $this->getBackingStore()->set('sharepointIds', $value); + } + + /** + * Sets the size property value. Size of the item in bytes. Read-only. + * @param int|null $value Value to set for the size property. + */ + public function setSize(?int $value): void { + $this->getBackingStore()->set('size', $value); + } + + /** + * Sets the source property value. Information about the drive item source. Read-only. Only on OneDrive for Business and SharePoint. + * @param DriveItemSource|null $value Value to set for the source property. + */ + public function setSource(?DriveItemSource $value): void { + $this->getBackingStore()->set('source', $value); + } + + /** + * Sets the specialFolder property value. If the current item is also available as a special folder, this facet is returned. Read-only. + * @param SpecialFolder|null $value Value to set for the specialFolder property. + */ + public function setSpecialFolder(?SpecialFolder $value): void { + $this->getBackingStore()->set('specialFolder', $value); + } + + /** + * Sets the subscriptions property value. The set of subscriptions on the item. Only supported on the root of a drive. + * @param array|null $value Value to set for the subscriptions property. + */ + public function setSubscriptions(?array $value): void { + $this->getBackingStore()->set('subscriptions', $value); + } + + /** + * Sets the thumbnails property value. Collection of thumbnailSet objects associated with the item. For more information, see getting thumbnails. Read-only. Nullable. + * @param array|null $value Value to set for the thumbnails property. + */ + public function setThumbnails(?array $value): void { + $this->getBackingStore()->set('thumbnails', $value); + } + + /** + * Sets the versions property value. The list of previous versions of the item. For more info, see getting previous versions. Read-only. Nullable. + * @param array|null $value Value to set for the versions property. + */ + public function setVersions(?array $value): void { + $this->getBackingStore()->set('versions', $value); + } + + /** + * Sets the video property value. Video metadata, if the item is a video. Read-only. + * @param Video|null $value Value to set for the video property. + */ + public function setVideo(?Video $value): void { + $this->getBackingStore()->set('video', $value); + } + + /** + * Sets the viewpoint property value. Returns information specific to the calling user for this drive item. Read-only. + * @param DriveItemViewpoint|null $value Value to set for the viewpoint property. + */ + public function setViewpoint(?DriveItemViewpoint $value): void { + $this->getBackingStore()->set('viewpoint', $value); + } + + /** + * Sets the webDavUrl property value. WebDAV compatible URL for the item. + * @param string|null $value Value to set for the webDavUrl property. + */ + public function setWebDavUrl(?string $value): void { + $this->getBackingStore()->set('webDavUrl', $value); + } + + /** + * Sets the workbook property value. For files that are Excel spreadsheets, access to the workbook API to work with the spreadsheet's contents. Nullable. + * @param Workbook|null $value Value to set for the workbook property. + */ + public function setWorkbook(?Workbook $value): void { + $this->getBackingStore()->set('workbook', $value); } } diff --git a/src/Generated/Models/DriveItemAccessOperationsViewpoint.php b/src/Generated/Models/DriveItemAccessOperationsViewpoint.php new file mode 100644 index 00000000000..f53eb78c51b --- /dev/null +++ b/src/Generated/Models/DriveItemAccessOperationsViewpoint.php @@ -0,0 +1,268 @@ +backingStore = BackingStoreFactorySingleton::getInstance()->createBackingStore(); + $this->setAdditionalData([]); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return DriveItemAccessOperationsViewpoint + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): DriveItemAccessOperationsViewpoint { + return new DriveItemAccessOperationsViewpoint(); + } + + /** + * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @return array|null + */ + public function getAdditionalData(): ?array { + $val = $this->getBackingStore()->get('additionalData'); + if (is_null($val) || is_array($val)) { + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'additionalData'"); + } + + /** + * Gets the BackingStore property value. Stores model information. + * @return BackingStore + */ + public function getBackingStore(): BackingStore { + return $this->backingStore; + } + + /** + * Gets the canComment property value. Indicates whether the user can comment on this item. + * @return bool|null + */ + public function getCanComment(): ?bool { + $val = $this->getBackingStore()->get('canComment'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'canComment'"); + } + + /** + * Gets the canCreateFile property value. Indicates whether the user can create files within this object. Returned only on folders. + * @return bool|null + */ + public function getCanCreateFile(): ?bool { + $val = $this->getBackingStore()->get('canCreateFile'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'canCreateFile'"); + } + + /** + * Gets the canCreateFolder property value. Indicates whether the user can create folders within this object. Returned only on folders. + * @return bool|null + */ + public function getCanCreateFolder(): ?bool { + $val = $this->getBackingStore()->get('canCreateFolder'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'canCreateFolder'"); + } + + /** + * Gets the canDelete property value. Indicates whether the user can delete this item. + * @return bool|null + */ + public function getCanDelete(): ?bool { + $val = $this->getBackingStore()->get('canDelete'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'canDelete'"); + } + + /** + * Gets the canDownload property value. Indicates whether the user can download this item. + * @return bool|null + */ + public function getCanDownload(): ?bool { + $val = $this->getBackingStore()->get('canDownload'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'canDownload'"); + } + + /** + * Gets the canRead property value. Indicates whether the user can read this item. + * @return bool|null + */ + public function getCanRead(): ?bool { + $val = $this->getBackingStore()->get('canRead'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'canRead'"); + } + + /** + * Gets the canUpdate property value. Indicates whether the user can update this item. + * @return bool|null + */ + public function getCanUpdate(): ?bool { + $val = $this->getBackingStore()->get('canUpdate'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'canUpdate'"); + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return [ + 'canComment' => fn(ParseNode $n) => $o->setCanComment($n->getBooleanValue()), + 'canCreateFile' => fn(ParseNode $n) => $o->setCanCreateFile($n->getBooleanValue()), + 'canCreateFolder' => fn(ParseNode $n) => $o->setCanCreateFolder($n->getBooleanValue()), + 'canDelete' => fn(ParseNode $n) => $o->setCanDelete($n->getBooleanValue()), + 'canDownload' => fn(ParseNode $n) => $o->setCanDownload($n->getBooleanValue()), + 'canRead' => fn(ParseNode $n) => $o->setCanRead($n->getBooleanValue()), + 'canUpdate' => fn(ParseNode $n) => $o->setCanUpdate($n->getBooleanValue()), + '@odata.type' => fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), + ]; + } + + /** + * Gets the @odata.type property value. The OdataType property + * @return string|null + */ + public function getOdataType(): ?string { + $val = $this->getBackingStore()->get('odataType'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'odataType'"); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + $writer->writeBooleanValue('canComment', $this->getCanComment()); + $writer->writeBooleanValue('canCreateFile', $this->getCanCreateFile()); + $writer->writeBooleanValue('canCreateFolder', $this->getCanCreateFolder()); + $writer->writeBooleanValue('canDelete', $this->getCanDelete()); + $writer->writeBooleanValue('canDownload', $this->getCanDownload()); + $writer->writeBooleanValue('canRead', $this->getCanRead()); + $writer->writeBooleanValue('canUpdate', $this->getCanUpdate()); + $writer->writeStringValue('@odata.type', $this->getOdataType()); + $writer->writeAdditionalData($this->getAdditionalData()); + } + + /** + * Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @param array $value Value to set for the AdditionalData property. + */ + public function setAdditionalData(?array $value): void { + $this->getBackingStore()->set('additionalData', $value); + } + + /** + * Sets the BackingStore property value. Stores model information. + * @param BackingStore $value Value to set for the BackingStore property. + */ + public function setBackingStore(BackingStore $value): void { + $this->backingStore = $value; + } + + /** + * Sets the canComment property value. Indicates whether the user can comment on this item. + * @param bool|null $value Value to set for the canComment property. + */ + public function setCanComment(?bool $value): void { + $this->getBackingStore()->set('canComment', $value); + } + + /** + * Sets the canCreateFile property value. Indicates whether the user can create files within this object. Returned only on folders. + * @param bool|null $value Value to set for the canCreateFile property. + */ + public function setCanCreateFile(?bool $value): void { + $this->getBackingStore()->set('canCreateFile', $value); + } + + /** + * Sets the canCreateFolder property value. Indicates whether the user can create folders within this object. Returned only on folders. + * @param bool|null $value Value to set for the canCreateFolder property. + */ + public function setCanCreateFolder(?bool $value): void { + $this->getBackingStore()->set('canCreateFolder', $value); + } + + /** + * Sets the canDelete property value. Indicates whether the user can delete this item. + * @param bool|null $value Value to set for the canDelete property. + */ + public function setCanDelete(?bool $value): void { + $this->getBackingStore()->set('canDelete', $value); + } + + /** + * Sets the canDownload property value. Indicates whether the user can download this item. + * @param bool|null $value Value to set for the canDownload property. + */ + public function setCanDownload(?bool $value): void { + $this->getBackingStore()->set('canDownload', $value); + } + + /** + * Sets the canRead property value. Indicates whether the user can read this item. + * @param bool|null $value Value to set for the canRead property. + */ + public function setCanRead(?bool $value): void { + $this->getBackingStore()->set('canRead', $value); + } + + /** + * Sets the canUpdate property value. Indicates whether the user can update this item. + * @param bool|null $value Value to set for the canUpdate property. + */ + public function setCanUpdate(?bool $value): void { + $this->getBackingStore()->set('canUpdate', $value); + } + + /** + * Sets the @odata.type property value. The OdataType property + * @param string|null $value Value to set for the @odata.type property. + */ + public function setOdataType(?string $value): void { + $this->getBackingStore()->set('odataType', $value); + } + +} diff --git a/src/Generated/Models/DriveItemViewpoint.php b/src/Generated/Models/DriveItemViewpoint.php new file mode 100644 index 00000000000..6ce41483db0 --- /dev/null +++ b/src/Generated/Models/DriveItemViewpoint.php @@ -0,0 +1,158 @@ +backingStore = BackingStoreFactorySingleton::getInstance()->createBackingStore(); + $this->setAdditionalData([]); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return DriveItemViewpoint + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): DriveItemViewpoint { + return new DriveItemViewpoint(); + } + + /** + * Gets the accessOperations property value. Indicates whether the user can perform the described actions on this item. + * @return DriveItemAccessOperationsViewpoint|null + */ + public function getAccessOperations(): ?DriveItemAccessOperationsViewpoint { + $val = $this->getBackingStore()->get('accessOperations'); + if (is_null($val) || $val instanceof DriveItemAccessOperationsViewpoint) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'accessOperations'"); + } + + /** + * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @return array|null + */ + public function getAdditionalData(): ?array { + $val = $this->getBackingStore()->get('additionalData'); + if (is_null($val) || is_array($val)) { + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'additionalData'"); + } + + /** + * Gets the BackingStore property value. Stores model information. + * @return BackingStore + */ + public function getBackingStore(): BackingStore { + return $this->backingStore; + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return [ + 'accessOperations' => fn(ParseNode $n) => $o->setAccessOperations($n->getObjectValue([DriveItemAccessOperationsViewpoint::class, 'createFromDiscriminatorValue'])), + '@odata.type' => fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), + 'sharing' => fn(ParseNode $n) => $o->setSharing($n->getObjectValue([SharingViewpoint::class, 'createFromDiscriminatorValue'])), + ]; + } + + /** + * Gets the @odata.type property value. The OdataType property + * @return string|null + */ + public function getOdataType(): ?string { + $val = $this->getBackingStore()->get('odataType'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'odataType'"); + } + + /** + * Gets the sharing property value. Indicates sharing operations the current user can take on the specified item. + * @return SharingViewpoint|null + */ + public function getSharing(): ?SharingViewpoint { + $val = $this->getBackingStore()->get('sharing'); + if (is_null($val) || $val instanceof SharingViewpoint) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'sharing'"); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + $writer->writeObjectValue('accessOperations', $this->getAccessOperations()); + $writer->writeStringValue('@odata.type', $this->getOdataType()); + $writer->writeObjectValue('sharing', $this->getSharing()); + $writer->writeAdditionalData($this->getAdditionalData()); + } + + /** + * Sets the accessOperations property value. Indicates whether the user can perform the described actions on this item. + * @param DriveItemAccessOperationsViewpoint|null $value Value to set for the accessOperations property. + */ + public function setAccessOperations(?DriveItemAccessOperationsViewpoint $value): void { + $this->getBackingStore()->set('accessOperations', $value); + } + + /** + * Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @param array $value Value to set for the AdditionalData property. + */ + public function setAdditionalData(?array $value): void { + $this->getBackingStore()->set('additionalData', $value); + } + + /** + * Sets the BackingStore property value. Stores model information. + * @param BackingStore $value Value to set for the BackingStore property. + */ + public function setBackingStore(BackingStore $value): void { + $this->backingStore = $value; + } + + /** + * Sets the @odata.type property value. The OdataType property + * @param string|null $value Value to set for the @odata.type property. + */ + public function setOdataType(?string $value): void { + $this->getBackingStore()->set('odataType', $value); + } + + /** + * Sets the sharing property value. Indicates sharing operations the current user can take on the specified item. + * @param SharingViewpoint|null $value Value to set for the sharing property. + */ + public function setSharing(?SharingViewpoint $value): void { + $this->getBackingStore()->set('sharing', $value); + } + +} diff --git a/src/Generated/Models/EBookInstallSummary.php b/src/Generated/Models/EBookInstallSummary.php index fd34c3d60f9..d0c8b86ad29 100644 --- a/src/Generated/Models/EBookInstallSummary.php +++ b/src/Generated/Models/EBookInstallSummary.php @@ -27,6 +27,30 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): EBook return new EBookInstallSummary(); } + /** + * Gets the failedDeviceCount property value. Number of Devices that have failed to install this book. + * @return int|null + */ + public function getFailedDeviceCount(): ?int { + $val = $this->getBackingStore()->get('failedDeviceCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'failedDeviceCount'"); + } + + /** + * Gets the failedUserCount property value. Number of Users that have 1 or more device that failed to install this book. + * @return int|null + */ + public function getFailedUserCount(): ?int { + $val = $this->getBackingStore()->get('failedUserCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'failedUserCount'"); + } + /** * The deserialization information for the current model * @return array @@ -34,15 +58,123 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): EBook public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'failedDeviceCount' => fn(ParseNode $n) => $o->setFailedDeviceCount($n->getIntegerValue()), + 'failedUserCount' => fn(ParseNode $n) => $o->setFailedUserCount($n->getIntegerValue()), + 'installedDeviceCount' => fn(ParseNode $n) => $o->setInstalledDeviceCount($n->getIntegerValue()), + 'installedUserCount' => fn(ParseNode $n) => $o->setInstalledUserCount($n->getIntegerValue()), + 'notInstalledDeviceCount' => fn(ParseNode $n) => $o->setNotInstalledDeviceCount($n->getIntegerValue()), + 'notInstalledUserCount' => fn(ParseNode $n) => $o->setNotInstalledUserCount($n->getIntegerValue()), ]); } + /** + * Gets the installedDeviceCount property value. Number of Devices that have successfully installed this book. + * @return int|null + */ + public function getInstalledDeviceCount(): ?int { + $val = $this->getBackingStore()->get('installedDeviceCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'installedDeviceCount'"); + } + + /** + * Gets the installedUserCount property value. Number of Users whose devices have all succeeded to install this book. + * @return int|null + */ + public function getInstalledUserCount(): ?int { + $val = $this->getBackingStore()->get('installedUserCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'installedUserCount'"); + } + + /** + * Gets the notInstalledDeviceCount property value. Number of Devices that does not have this book installed. + * @return int|null + */ + public function getNotInstalledDeviceCount(): ?int { + $val = $this->getBackingStore()->get('notInstalledDeviceCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'notInstalledDeviceCount'"); + } + + /** + * Gets the notInstalledUserCount property value. Number of Users that did not install this book. + * @return int|null + */ + public function getNotInstalledUserCount(): ?int { + $val = $this->getBackingStore()->get('notInstalledUserCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'notInstalledUserCount'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeIntegerValue('failedDeviceCount', $this->getFailedDeviceCount()); + $writer->writeIntegerValue('failedUserCount', $this->getFailedUserCount()); + $writer->writeIntegerValue('installedDeviceCount', $this->getInstalledDeviceCount()); + $writer->writeIntegerValue('installedUserCount', $this->getInstalledUserCount()); + $writer->writeIntegerValue('notInstalledDeviceCount', $this->getNotInstalledDeviceCount()); + $writer->writeIntegerValue('notInstalledUserCount', $this->getNotInstalledUserCount()); + } + + /** + * Sets the failedDeviceCount property value. Number of Devices that have failed to install this book. + * @param int|null $value Value to set for the failedDeviceCount property. + */ + public function setFailedDeviceCount(?int $value): void { + $this->getBackingStore()->set('failedDeviceCount', $value); + } + + /** + * Sets the failedUserCount property value. Number of Users that have 1 or more device that failed to install this book. + * @param int|null $value Value to set for the failedUserCount property. + */ + public function setFailedUserCount(?int $value): void { + $this->getBackingStore()->set('failedUserCount', $value); + } + + /** + * Sets the installedDeviceCount property value. Number of Devices that have successfully installed this book. + * @param int|null $value Value to set for the installedDeviceCount property. + */ + public function setInstalledDeviceCount(?int $value): void { + $this->getBackingStore()->set('installedDeviceCount', $value); + } + + /** + * Sets the installedUserCount property value. Number of Users whose devices have all succeeded to install this book. + * @param int|null $value Value to set for the installedUserCount property. + */ + public function setInstalledUserCount(?int $value): void { + $this->getBackingStore()->set('installedUserCount', $value); + } + + /** + * Sets the notInstalledDeviceCount property value. Number of Devices that does not have this book installed. + * @param int|null $value Value to set for the notInstalledDeviceCount property. + */ + public function setNotInstalledDeviceCount(?int $value): void { + $this->getBackingStore()->set('notInstalledDeviceCount', $value); + } + + /** + * Sets the notInstalledUserCount property value. Number of Users that did not install this book. + * @param int|null $value Value to set for the notInstalledUserCount property. + */ + public function setNotInstalledUserCount(?int $value): void { + $this->getBackingStore()->set('notInstalledUserCount', $value); } } diff --git a/src/Generated/Models/Ediscovery/CaseSettings.php b/src/Generated/Models/Ediscovery/CaseSettings.php index c61b93b4df6..ec72812df0b 100644 --- a/src/Generated/Models/Ediscovery/CaseSettings.php +++ b/src/Generated/Models/Ediscovery/CaseSettings.php @@ -32,15 +32,81 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): CaseS public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'ocr' => fn(ParseNode $n) => $o->setOcr($n->getObjectValue([OcrSettings::class, 'createFromDiscriminatorValue'])), + 'redundancyDetection' => fn(ParseNode $n) => $o->setRedundancyDetection($n->getObjectValue([RedundancyDetectionSettings::class, 'createFromDiscriminatorValue'])), + 'topicModeling' => fn(ParseNode $n) => $o->setTopicModeling($n->getObjectValue([TopicModelingSettings::class, 'createFromDiscriminatorValue'])), ]); } + /** + * Gets the ocr property value. The OCR (Optical Character Recognition) settings for the case. + * @return OcrSettings|null + */ + public function getOcr(): ?OcrSettings { + $val = $this->getBackingStore()->get('ocr'); + if (is_null($val) || $val instanceof OcrSettings) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'ocr'"); + } + + /** + * Gets the redundancyDetection property value. The redundancy (near duplicate and email threading) detection settings for the case. + * @return RedundancyDetectionSettings|null + */ + public function getRedundancyDetection(): ?RedundancyDetectionSettings { + $val = $this->getBackingStore()->get('redundancyDetection'); + if (is_null($val) || $val instanceof RedundancyDetectionSettings) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'redundancyDetection'"); + } + + /** + * Gets the topicModeling property value. The article Modeling (Themes) settings for the case. + * @return TopicModelingSettings|null + */ + public function getTopicModeling(): ?TopicModelingSettings { + $val = $this->getBackingStore()->get('topicModeling'); + if (is_null($val) || $val instanceof TopicModelingSettings) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'topicModeling'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeObjectValue('ocr', $this->getOcr()); + $writer->writeObjectValue('redundancyDetection', $this->getRedundancyDetection()); + $writer->writeObjectValue('topicModeling', $this->getTopicModeling()); + } + + /** + * Sets the ocr property value. The OCR (Optical Character Recognition) settings for the case. + * @param OcrSettings|null $value Value to set for the ocr property. + */ + public function setOcr(?OcrSettings $value): void { + $this->getBackingStore()->set('ocr', $value); + } + + /** + * Sets the redundancyDetection property value. The redundancy (near duplicate and email threading) detection settings for the case. + * @param RedundancyDetectionSettings|null $value Value to set for the redundancyDetection property. + */ + public function setRedundancyDetection(?RedundancyDetectionSettings $value): void { + $this->getBackingStore()->set('redundancyDetection', $value); + } + + /** + * Sets the topicModeling property value. The article Modeling (Themes) settings for the case. + * @param TopicModelingSettings|null $value Value to set for the topicModeling property. + */ + public function setTopicModeling(?TopicModelingSettings $value): void { + $this->getBackingStore()->set('topicModeling', $value); } } diff --git a/src/Generated/Models/Ediscovery/DataSourceScopes.php b/src/Generated/Models/Ediscovery/DataSourceScopes.php new file mode 100644 index 00000000000..f71fbbae209 --- /dev/null +++ b/src/Generated/Models/Ediscovery/DataSourceScopes.php @@ -0,0 +1,14 @@ +backingStore = BackingStoreFactorySingleton::getInstance()->createBackingStore(); + $this->setAdditionalData([]); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return OcrSettings + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): OcrSettings { + return new OcrSettings(); + } + + /** + * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @return array|null + */ + public function getAdditionalData(): ?array { + $val = $this->getBackingStore()->get('additionalData'); + if (is_null($val) || is_array($val)) { + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'additionalData'"); + } + + /** + * Gets the BackingStore property value. Stores model information. + * @return BackingStore + */ + public function getBackingStore(): BackingStore { + return $this->backingStore; + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return [ + 'isEnabled' => fn(ParseNode $n) => $o->setIsEnabled($n->getBooleanValue()), + 'maxImageSize' => fn(ParseNode $n) => $o->setMaxImageSize($n->getIntegerValue()), + '@odata.type' => fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), + 'timeout' => fn(ParseNode $n) => $o->setTimeout($n->getDateIntervalValue()), + ]; + } + + /** + * Gets the isEnabled property value. Indicates whether or not OCR is enabled for the case. + * @return bool|null + */ + public function getIsEnabled(): ?bool { + $val = $this->getBackingStore()->get('isEnabled'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'isEnabled'"); + } + + /** + * Gets the maxImageSize property value. Maximum image size that will be processed in KB). + * @return int|null + */ + public function getMaxImageSize(): ?int { + $val = $this->getBackingStore()->get('maxImageSize'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'maxImageSize'"); + } + + /** + * Gets the @odata.type property value. The OdataType property + * @return string|null + */ + public function getOdataType(): ?string { + $val = $this->getBackingStore()->get('odataType'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'odataType'"); + } + + /** + * Gets the timeout property value. The timeout duration for the OCR engine. A longer timeout may increase success of OCR, but may add to the total processing time. + * @return DateInterval|null + */ + public function getTimeout(): ?DateInterval { + $val = $this->getBackingStore()->get('timeout'); + if (is_null($val) || $val instanceof DateInterval) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'timeout'"); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + $writer->writeBooleanValue('isEnabled', $this->getIsEnabled()); + $writer->writeIntegerValue('maxImageSize', $this->getMaxImageSize()); + $writer->writeStringValue('@odata.type', $this->getOdataType()); + $writer->writeDateIntervalValue('timeout', $this->getTimeout()); + $writer->writeAdditionalData($this->getAdditionalData()); + } + + /** + * Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @param array $value Value to set for the AdditionalData property. + */ + public function setAdditionalData(?array $value): void { + $this->getBackingStore()->set('additionalData', $value); + } + + /** + * Sets the BackingStore property value. Stores model information. + * @param BackingStore $value Value to set for the BackingStore property. + */ + public function setBackingStore(BackingStore $value): void { + $this->backingStore = $value; + } + + /** + * Sets the isEnabled property value. Indicates whether or not OCR is enabled for the case. + * @param bool|null $value Value to set for the isEnabled property. + */ + public function setIsEnabled(?bool $value): void { + $this->getBackingStore()->set('isEnabled', $value); + } + + /** + * Sets the maxImageSize property value. Maximum image size that will be processed in KB). + * @param int|null $value Value to set for the maxImageSize property. + */ + public function setMaxImageSize(?int $value): void { + $this->getBackingStore()->set('maxImageSize', $value); + } + + /** + * Sets the @odata.type property value. The OdataType property + * @param string|null $value Value to set for the @odata.type property. + */ + public function setOdataType(?string $value): void { + $this->getBackingStore()->set('odataType', $value); + } + + /** + * Sets the timeout property value. The timeout duration for the OCR engine. A longer timeout may increase success of OCR, but may add to the total processing time. + * @param DateInterval|null $value Value to set for the timeout property. + */ + public function setTimeout(?DateInterval $value): void { + $this->getBackingStore()->set('timeout', $value); + } + +} diff --git a/src/Generated/Models/Ediscovery/RedundancyDetectionSettings.php b/src/Generated/Models/Ediscovery/RedundancyDetectionSettings.php new file mode 100644 index 00000000000..f4ceea63f95 --- /dev/null +++ b/src/Generated/Models/Ediscovery/RedundancyDetectionSettings.php @@ -0,0 +1,202 @@ +backingStore = BackingStoreFactorySingleton::getInstance()->createBackingStore(); + $this->setAdditionalData([]); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return RedundancyDetectionSettings + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): RedundancyDetectionSettings { + return new RedundancyDetectionSettings(); + } + + /** + * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @return array|null + */ + public function getAdditionalData(): ?array { + $val = $this->getBackingStore()->get('additionalData'); + if (is_null($val) || is_array($val)) { + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'additionalData'"); + } + + /** + * Gets the BackingStore property value. Stores model information. + * @return BackingStore + */ + public function getBackingStore(): BackingStore { + return $this->backingStore; + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return [ + 'isEnabled' => fn(ParseNode $n) => $o->setIsEnabled($n->getBooleanValue()), + 'maxWords' => fn(ParseNode $n) => $o->setMaxWords($n->getIntegerValue()), + 'minWords' => fn(ParseNode $n) => $o->setMinWords($n->getIntegerValue()), + '@odata.type' => fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), + 'similarityThreshold' => fn(ParseNode $n) => $o->setSimilarityThreshold($n->getIntegerValue()), + ]; + } + + /** + * Gets the isEnabled property value. Indicates whether email threading and near duplicate detection are enabled. + * @return bool|null + */ + public function getIsEnabled(): ?bool { + $val = $this->getBackingStore()->get('isEnabled'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'isEnabled'"); + } + + /** + * Gets the maxWords property value. Specifies the maximum number of words used for email threading and near duplicate detection. To learn more, see Minimum/maximum number of words. + * @return int|null + */ + public function getMaxWords(): ?int { + $val = $this->getBackingStore()->get('maxWords'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'maxWords'"); + } + + /** + * Gets the minWords property value. Specifies the minimum number of words used for email threading and near duplicate detection. To learn more, see Minimum/maximum number of words. + * @return int|null + */ + public function getMinWords(): ?int { + $val = $this->getBackingStore()->get('minWords'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'minWords'"); + } + + /** + * Gets the @odata.type property value. The OdataType property + * @return string|null + */ + public function getOdataType(): ?string { + $val = $this->getBackingStore()->get('odataType'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'odataType'"); + } + + /** + * Gets the similarityThreshold property value. Specifies the similarity level for documents to be put in the same near duplicate set. To learn more, see Document and email similarity threshold. + * @return int|null + */ + public function getSimilarityThreshold(): ?int { + $val = $this->getBackingStore()->get('similarityThreshold'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'similarityThreshold'"); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + $writer->writeBooleanValue('isEnabled', $this->getIsEnabled()); + $writer->writeIntegerValue('maxWords', $this->getMaxWords()); + $writer->writeIntegerValue('minWords', $this->getMinWords()); + $writer->writeStringValue('@odata.type', $this->getOdataType()); + $writer->writeIntegerValue('similarityThreshold', $this->getSimilarityThreshold()); + $writer->writeAdditionalData($this->getAdditionalData()); + } + + /** + * Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @param array $value Value to set for the AdditionalData property. + */ + public function setAdditionalData(?array $value): void { + $this->getBackingStore()->set('additionalData', $value); + } + + /** + * Sets the BackingStore property value. Stores model information. + * @param BackingStore $value Value to set for the BackingStore property. + */ + public function setBackingStore(BackingStore $value): void { + $this->backingStore = $value; + } + + /** + * Sets the isEnabled property value. Indicates whether email threading and near duplicate detection are enabled. + * @param bool|null $value Value to set for the isEnabled property. + */ + public function setIsEnabled(?bool $value): void { + $this->getBackingStore()->set('isEnabled', $value); + } + + /** + * Sets the maxWords property value. Specifies the maximum number of words used for email threading and near duplicate detection. To learn more, see Minimum/maximum number of words. + * @param int|null $value Value to set for the maxWords property. + */ + public function setMaxWords(?int $value): void { + $this->getBackingStore()->set('maxWords', $value); + } + + /** + * Sets the minWords property value. Specifies the minimum number of words used for email threading and near duplicate detection. To learn more, see Minimum/maximum number of words. + * @param int|null $value Value to set for the minWords property. + */ + public function setMinWords(?int $value): void { + $this->getBackingStore()->set('minWords', $value); + } + + /** + * Sets the @odata.type property value. The OdataType property + * @param string|null $value Value to set for the @odata.type property. + */ + public function setOdataType(?string $value): void { + $this->getBackingStore()->set('odataType', $value); + } + + /** + * Sets the similarityThreshold property value. Specifies the similarity level for documents to be put in the same near duplicate set. To learn more, see Document and email similarity threshold. + * @param int|null $value Value to set for the similarityThreshold property. + */ + public function setSimilarityThreshold(?int $value): void { + $this->getBackingStore()->set('similarityThreshold', $value); + } + +} diff --git a/src/Generated/Models/Ediscovery/ReviewSet.php b/src/Generated/Models/Ediscovery/ReviewSet.php index 37b9cdc829f..5e1a0cb34f9 100644 --- a/src/Generated/Models/Ediscovery/ReviewSet.php +++ b/src/Generated/Models/Ediscovery/ReviewSet.php @@ -2,10 +2,13 @@ namespace Microsoft\Graph\Beta\Generated\Models\Ediscovery; +use DateTime; use Microsoft\Graph\Beta\Generated\Models\Entity; +use Microsoft\Graph\Beta\Generated\Models\IdentitySet; use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; +use Microsoft\Kiota\Abstractions\Types\TypeUtils; class ReviewSet extends Entity implements Parsable { @@ -25,6 +28,42 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Revie return new ReviewSet(); } + /** + * Gets the createdBy property value. The user who created the review set. Read-only. + * @return IdentitySet|null + */ + public function getCreatedBy(): ?IdentitySet { + $val = $this->getBackingStore()->get('createdBy'); + if (is_null($val) || $val instanceof IdentitySet) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'createdBy'"); + } + + /** + * Gets the createdDateTime property value. The datetime when the review set was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. + * @return DateTime|null + */ + public function getCreatedDateTime(): ?DateTime { + $val = $this->getBackingStore()->get('createdDateTime'); + if (is_null($val) || $val instanceof DateTime) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'createdDateTime'"); + } + + /** + * Gets the displayName property value. The review set name. The name is unique with a maximum limit of 64 characters. + * @return string|null + */ + public function getDisplayName(): ?string { + $val = $this->getBackingStore()->get('displayName'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'displayName'"); + } + /** * The deserialization information for the current model * @return array @@ -32,15 +71,69 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Revie public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'createdBy' => fn(ParseNode $n) => $o->setCreatedBy($n->getObjectValue([IdentitySet::class, 'createFromDiscriminatorValue'])), + 'createdDateTime' => fn(ParseNode $n) => $o->setCreatedDateTime($n->getDateTimeValue()), + 'displayName' => fn(ParseNode $n) => $o->setDisplayName($n->getStringValue()), + 'queries' => fn(ParseNode $n) => $o->setQueries($n->getCollectionOfObjectValues([ReviewSetQuery::class, 'createFromDiscriminatorValue'])), ]); } + /** + * Gets the queries property value. The queries property + * @return array|null + */ + public function getQueries(): ?array { + $val = $this->getBackingStore()->get('queries'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, ReviewSetQuery::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'queries'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeObjectValue('createdBy', $this->getCreatedBy()); + $writer->writeDateTimeValue('createdDateTime', $this->getCreatedDateTime()); + $writer->writeStringValue('displayName', $this->getDisplayName()); + $writer->writeCollectionOfObjectValues('queries', $this->getQueries()); + } + + /** + * Sets the createdBy property value. The user who created the review set. Read-only. + * @param IdentitySet|null $value Value to set for the createdBy property. + */ + public function setCreatedBy(?IdentitySet $value): void { + $this->getBackingStore()->set('createdBy', $value); + } + + /** + * Sets the createdDateTime property value. The datetime when the review set was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. + * @param DateTime|null $value Value to set for the createdDateTime property. + */ + public function setCreatedDateTime(?DateTime $value): void { + $this->getBackingStore()->set('createdDateTime', $value); + } + + /** + * Sets the displayName property value. The review set name. The name is unique with a maximum limit of 64 characters. + * @param string|null $value Value to set for the displayName property. + */ + public function setDisplayName(?string $value): void { + $this->getBackingStore()->set('displayName', $value); + } + + /** + * Sets the queries property value. The queries property + * @param array|null $value Value to set for the queries property. + */ + public function setQueries(?array $value): void { + $this->getBackingStore()->set('queries', $value); } } diff --git a/src/Generated/Models/Ediscovery/SourceCollection.php b/src/Generated/Models/Ediscovery/SourceCollection.php index d72219b3152..36cfd2e9d3e 100644 --- a/src/Generated/Models/Ediscovery/SourceCollection.php +++ b/src/Generated/Models/Ediscovery/SourceCollection.php @@ -2,10 +2,13 @@ namespace Microsoft\Graph\Beta\Generated\Models\Ediscovery; +use DateTime; use Microsoft\Graph\Beta\Generated\Models\Entity; +use Microsoft\Graph\Beta\Generated\Models\IdentitySet; use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; +use Microsoft\Kiota\Abstractions\Types\TypeUtils; class SourceCollection extends Entity implements Parsable { @@ -25,6 +28,118 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Sourc return new SourceCollection(); } + /** + * Gets the additionalSources property value. Adds an additional source to the sourceCollection. + * @return array|null + */ + public function getAdditionalSources(): ?array { + $val = $this->getBackingStore()->get('additionalSources'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, DataSource::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'additionalSources'"); + } + + /** + * Gets the addToReviewSetOperation property value. Adds the results of the sourceCollection to the specified reviewSet. + * @return AddToReviewSetOperation|null + */ + public function getAddToReviewSetOperation(): ?AddToReviewSetOperation { + $val = $this->getBackingStore()->get('addToReviewSetOperation'); + if (is_null($val) || $val instanceof AddToReviewSetOperation) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'addToReviewSetOperation'"); + } + + /** + * Gets the contentQuery property value. The query string in KQL (Keyword Query Language) query. For details, see Keyword queries and search conditions for Content Search and eDiscovery. You can refine searches by using fields paired with values; for example, subject:'Quarterly Financials' AND Date>=06/01/2016 AND Date<=07/01/2016. + * @return string|null + */ + public function getContentQuery(): ?string { + $val = $this->getBackingStore()->get('contentQuery'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'contentQuery'"); + } + + /** + * Gets the createdBy property value. The user who created the sourceCollection. + * @return IdentitySet|null + */ + public function getCreatedBy(): ?IdentitySet { + $val = $this->getBackingStore()->get('createdBy'); + if (is_null($val) || $val instanceof IdentitySet) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'createdBy'"); + } + + /** + * Gets the createdDateTime property value. The date and time the sourceCollection was created. + * @return DateTime|null + */ + public function getCreatedDateTime(): ?DateTime { + $val = $this->getBackingStore()->get('createdDateTime'); + if (is_null($val) || $val instanceof DateTime) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'createdDateTime'"); + } + + /** + * Gets the custodianSources property value. Custodian sources that are included in the sourceCollection. + * @return array|null + */ + public function getCustodianSources(): ?array { + $val = $this->getBackingStore()->get('custodianSources'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, DataSource::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'custodianSources'"); + } + + /** + * Gets the dataSourceScopes property value. When specified, the collection spans across a service for an entire workload. Possible values are: none, allTenantMailboxes, allTenantSites, allCaseCustodians, allCaseNoncustodialDataSources. + * @return DataSourceScopes|null + */ + public function getDataSourceScopes(): ?DataSourceScopes { + $val = $this->getBackingStore()->get('dataSourceScopes'); + if (is_null($val) || $val instanceof DataSourceScopes) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'dataSourceScopes'"); + } + + /** + * Gets the description property value. The description of the sourceCollection. + * @return string|null + */ + public function getDescription(): ?string { + $val = $this->getBackingStore()->get('description'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'description'"); + } + + /** + * Gets the displayName property value. The display name of the sourceCollection. + * @return string|null + */ + public function getDisplayName(): ?string { + $val = $this->getBackingStore()->get('displayName'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'displayName'"); + } + /** * The deserialization information for the current model * @return array @@ -32,15 +147,195 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Sourc public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'additionalSources' => fn(ParseNode $n) => $o->setAdditionalSources($n->getCollectionOfObjectValues([DataSource::class, 'createFromDiscriminatorValue'])), + 'addToReviewSetOperation' => fn(ParseNode $n) => $o->setAddToReviewSetOperation($n->getObjectValue([AddToReviewSetOperation::class, 'createFromDiscriminatorValue'])), + 'contentQuery' => fn(ParseNode $n) => $o->setContentQuery($n->getStringValue()), + 'createdBy' => fn(ParseNode $n) => $o->setCreatedBy($n->getObjectValue([IdentitySet::class, 'createFromDiscriminatorValue'])), + 'createdDateTime' => fn(ParseNode $n) => $o->setCreatedDateTime($n->getDateTimeValue()), + 'custodianSources' => fn(ParseNode $n) => $o->setCustodianSources($n->getCollectionOfObjectValues([DataSource::class, 'createFromDiscriminatorValue'])), + 'dataSourceScopes' => fn(ParseNode $n) => $o->setDataSourceScopes($n->getEnumValue(DataSourceScopes::class)), + 'description' => fn(ParseNode $n) => $o->setDescription($n->getStringValue()), + 'displayName' => fn(ParseNode $n) => $o->setDisplayName($n->getStringValue()), + 'lastEstimateStatisticsOperation' => fn(ParseNode $n) => $o->setLastEstimateStatisticsOperation($n->getObjectValue([EstimateStatisticsOperation::class, 'createFromDiscriminatorValue'])), + 'lastModifiedBy' => fn(ParseNode $n) => $o->setLastModifiedBy($n->getObjectValue([IdentitySet::class, 'createFromDiscriminatorValue'])), + 'lastModifiedDateTime' => fn(ParseNode $n) => $o->setLastModifiedDateTime($n->getDateTimeValue()), + 'noncustodialSources' => fn(ParseNode $n) => $o->setNoncustodialSources($n->getCollectionOfObjectValues([NoncustodialDataSource::class, 'createFromDiscriminatorValue'])), ]); } + /** + * Gets the lastEstimateStatisticsOperation property value. The last estimate operation associated with the sourceCollection. + * @return EstimateStatisticsOperation|null + */ + public function getLastEstimateStatisticsOperation(): ?EstimateStatisticsOperation { + $val = $this->getBackingStore()->get('lastEstimateStatisticsOperation'); + if (is_null($val) || $val instanceof EstimateStatisticsOperation) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'lastEstimateStatisticsOperation'"); + } + + /** + * Gets the lastModifiedBy property value. The last user who modified the sourceCollection. + * @return IdentitySet|null + */ + public function getLastModifiedBy(): ?IdentitySet { + $val = $this->getBackingStore()->get('lastModifiedBy'); + if (is_null($val) || $val instanceof IdentitySet) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'lastModifiedBy'"); + } + + /** + * Gets the lastModifiedDateTime property value. The last date and time the sourceCollection was modified. + * @return DateTime|null + */ + public function getLastModifiedDateTime(): ?DateTime { + $val = $this->getBackingStore()->get('lastModifiedDateTime'); + if (is_null($val) || $val instanceof DateTime) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'lastModifiedDateTime'"); + } + + /** + * Gets the noncustodialSources property value. noncustodialDataSource sources that are included in the sourceCollection + * @return array|null + */ + public function getNoncustodialSources(): ?array { + $val = $this->getBackingStore()->get('noncustodialSources'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, NoncustodialDataSource::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'noncustodialSources'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeCollectionOfObjectValues('additionalSources', $this->getAdditionalSources()); + $writer->writeObjectValue('addToReviewSetOperation', $this->getAddToReviewSetOperation()); + $writer->writeStringValue('contentQuery', $this->getContentQuery()); + $writer->writeObjectValue('createdBy', $this->getCreatedBy()); + $writer->writeDateTimeValue('createdDateTime', $this->getCreatedDateTime()); + $writer->writeCollectionOfObjectValues('custodianSources', $this->getCustodianSources()); + $writer->writeEnumValue('dataSourceScopes', $this->getDataSourceScopes()); + $writer->writeStringValue('description', $this->getDescription()); + $writer->writeStringValue('displayName', $this->getDisplayName()); + $writer->writeObjectValue('lastEstimateStatisticsOperation', $this->getLastEstimateStatisticsOperation()); + $writer->writeObjectValue('lastModifiedBy', $this->getLastModifiedBy()); + $writer->writeDateTimeValue('lastModifiedDateTime', $this->getLastModifiedDateTime()); + $writer->writeCollectionOfObjectValues('noncustodialSources', $this->getNoncustodialSources()); + } + + /** + * Sets the additionalSources property value. Adds an additional source to the sourceCollection. + * @param array|null $value Value to set for the additionalSources property. + */ + public function setAdditionalSources(?array $value): void { + $this->getBackingStore()->set('additionalSources', $value); + } + + /** + * Sets the addToReviewSetOperation property value. Adds the results of the sourceCollection to the specified reviewSet. + * @param AddToReviewSetOperation|null $value Value to set for the addToReviewSetOperation property. + */ + public function setAddToReviewSetOperation(?AddToReviewSetOperation $value): void { + $this->getBackingStore()->set('addToReviewSetOperation', $value); + } + + /** + * Sets the contentQuery property value. The query string in KQL (Keyword Query Language) query. For details, see Keyword queries and search conditions for Content Search and eDiscovery. You can refine searches by using fields paired with values; for example, subject:'Quarterly Financials' AND Date>=06/01/2016 AND Date<=07/01/2016. + * @param string|null $value Value to set for the contentQuery property. + */ + public function setContentQuery(?string $value): void { + $this->getBackingStore()->set('contentQuery', $value); + } + + /** + * Sets the createdBy property value. The user who created the sourceCollection. + * @param IdentitySet|null $value Value to set for the createdBy property. + */ + public function setCreatedBy(?IdentitySet $value): void { + $this->getBackingStore()->set('createdBy', $value); + } + + /** + * Sets the createdDateTime property value. The date and time the sourceCollection was created. + * @param DateTime|null $value Value to set for the createdDateTime property. + */ + public function setCreatedDateTime(?DateTime $value): void { + $this->getBackingStore()->set('createdDateTime', $value); + } + + /** + * Sets the custodianSources property value. Custodian sources that are included in the sourceCollection. + * @param array|null $value Value to set for the custodianSources property. + */ + public function setCustodianSources(?array $value): void { + $this->getBackingStore()->set('custodianSources', $value); + } + + /** + * Sets the dataSourceScopes property value. When specified, the collection spans across a service for an entire workload. Possible values are: none, allTenantMailboxes, allTenantSites, allCaseCustodians, allCaseNoncustodialDataSources. + * @param DataSourceScopes|null $value Value to set for the dataSourceScopes property. + */ + public function setDataSourceScopes(?DataSourceScopes $value): void { + $this->getBackingStore()->set('dataSourceScopes', $value); + } + + /** + * Sets the description property value. The description of the sourceCollection. + * @param string|null $value Value to set for the description property. + */ + public function setDescription(?string $value): void { + $this->getBackingStore()->set('description', $value); + } + + /** + * Sets the displayName property value. The display name of the sourceCollection. + * @param string|null $value Value to set for the displayName property. + */ + public function setDisplayName(?string $value): void { + $this->getBackingStore()->set('displayName', $value); + } + + /** + * Sets the lastEstimateStatisticsOperation property value. The last estimate operation associated with the sourceCollection. + * @param EstimateStatisticsOperation|null $value Value to set for the lastEstimateStatisticsOperation property. + */ + public function setLastEstimateStatisticsOperation(?EstimateStatisticsOperation $value): void { + $this->getBackingStore()->set('lastEstimateStatisticsOperation', $value); + } + + /** + * Sets the lastModifiedBy property value. The last user who modified the sourceCollection. + * @param IdentitySet|null $value Value to set for the lastModifiedBy property. + */ + public function setLastModifiedBy(?IdentitySet $value): void { + $this->getBackingStore()->set('lastModifiedBy', $value); + } + + /** + * Sets the lastModifiedDateTime property value. The last date and time the sourceCollection was modified. + * @param DateTime|null $value Value to set for the lastModifiedDateTime property. + */ + public function setLastModifiedDateTime(?DateTime $value): void { + $this->getBackingStore()->set('lastModifiedDateTime', $value); + } + + /** + * Sets the noncustodialSources property value. noncustodialDataSource sources that are included in the sourceCollection + * @param array|null $value Value to set for the noncustodialSources property. + */ + public function setNoncustodialSources(?array $value): void { + $this->getBackingStore()->set('noncustodialSources', $value); } } diff --git a/src/Generated/Models/Ediscovery/TopicModelingSettings.php b/src/Generated/Models/Ediscovery/TopicModelingSettings.php new file mode 100644 index 00000000000..a658c963768 --- /dev/null +++ b/src/Generated/Models/Ediscovery/TopicModelingSettings.php @@ -0,0 +1,202 @@ +backingStore = BackingStoreFactorySingleton::getInstance()->createBackingStore(); + $this->setAdditionalData([]); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return TopicModelingSettings + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): TopicModelingSettings { + return new TopicModelingSettings(); + } + + /** + * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @return array|null + */ + public function getAdditionalData(): ?array { + $val = $this->getBackingStore()->get('additionalData'); + if (is_null($val) || is_array($val)) { + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'additionalData'"); + } + + /** + * Gets the BackingStore property value. Stores model information. + * @return BackingStore + */ + public function getBackingStore(): BackingStore { + return $this->backingStore; + } + + /** + * Gets the dynamicallyAdjustTopicCount property value. To learn more, see Adjust maximum number of themes dynamically. + * @return bool|null + */ + public function getDynamicallyAdjustTopicCount(): ?bool { + $val = $this->getBackingStore()->get('dynamicallyAdjustTopicCount'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'dynamicallyAdjustTopicCount'"); + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return [ + 'dynamicallyAdjustTopicCount' => fn(ParseNode $n) => $o->setDynamicallyAdjustTopicCount($n->getBooleanValue()), + 'ignoreNumbers' => fn(ParseNode $n) => $o->setIgnoreNumbers($n->getBooleanValue()), + 'isEnabled' => fn(ParseNode $n) => $o->setIsEnabled($n->getBooleanValue()), + '@odata.type' => fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), + 'topicCount' => fn(ParseNode $n) => $o->setTopicCount($n->getIntegerValue()), + ]; + } + + /** + * Gets the ignoreNumbers property value. To learn more, see Include numbers in themes. + * @return bool|null + */ + public function getIgnoreNumbers(): ?bool { + $val = $this->getBackingStore()->get('ignoreNumbers'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'ignoreNumbers'"); + } + + /** + * Gets the isEnabled property value. Indicates whether themes are enabled for the case. + * @return bool|null + */ + public function getIsEnabled(): ?bool { + $val = $this->getBackingStore()->get('isEnabled'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'isEnabled'"); + } + + /** + * Gets the @odata.type property value. The OdataType property + * @return string|null + */ + public function getOdataType(): ?string { + $val = $this->getBackingStore()->get('odataType'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'odataType'"); + } + + /** + * Gets the topicCount property value. To learn more, see Maximum number of themes. + * @return int|null + */ + public function getTopicCount(): ?int { + $val = $this->getBackingStore()->get('topicCount'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'topicCount'"); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + $writer->writeBooleanValue('dynamicallyAdjustTopicCount', $this->getDynamicallyAdjustTopicCount()); + $writer->writeBooleanValue('ignoreNumbers', $this->getIgnoreNumbers()); + $writer->writeBooleanValue('isEnabled', $this->getIsEnabled()); + $writer->writeStringValue('@odata.type', $this->getOdataType()); + $writer->writeIntegerValue('topicCount', $this->getTopicCount()); + $writer->writeAdditionalData($this->getAdditionalData()); + } + + /** + * Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @param array $value Value to set for the AdditionalData property. + */ + public function setAdditionalData(?array $value): void { + $this->getBackingStore()->set('additionalData', $value); + } + + /** + * Sets the BackingStore property value. Stores model information. + * @param BackingStore $value Value to set for the BackingStore property. + */ + public function setBackingStore(BackingStore $value): void { + $this->backingStore = $value; + } + + /** + * Sets the dynamicallyAdjustTopicCount property value. To learn more, see Adjust maximum number of themes dynamically. + * @param bool|null $value Value to set for the dynamicallyAdjustTopicCount property. + */ + public function setDynamicallyAdjustTopicCount(?bool $value): void { + $this->getBackingStore()->set('dynamicallyAdjustTopicCount', $value); + } + + /** + * Sets the ignoreNumbers property value. To learn more, see Include numbers in themes. + * @param bool|null $value Value to set for the ignoreNumbers property. + */ + public function setIgnoreNumbers(?bool $value): void { + $this->getBackingStore()->set('ignoreNumbers', $value); + } + + /** + * Sets the isEnabled property value. Indicates whether themes are enabled for the case. + * @param bool|null $value Value to set for the isEnabled property. + */ + public function setIsEnabled(?bool $value): void { + $this->getBackingStore()->set('isEnabled', $value); + } + + /** + * Sets the @odata.type property value. The OdataType property + * @param string|null $value Value to set for the @odata.type property. + */ + public function setOdataType(?string $value): void { + $this->getBackingStore()->set('odataType', $value); + } + + /** + * Sets the topicCount property value. To learn more, see Maximum number of themes. + * @param int|null $value Value to set for the topicCount property. + */ + public function setTopicCount(?int $value): void { + $this->getBackingStore()->set('topicCount', $value); + } + +} diff --git a/src/Generated/Models/EducationAssignmentDefaults.php b/src/Generated/Models/EducationAssignmentDefaults.php index 475eeb1a598..1776fae4da2 100644 --- a/src/Generated/Models/EducationAssignmentDefaults.php +++ b/src/Generated/Models/EducationAssignmentDefaults.php @@ -5,6 +5,7 @@ use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; +use Microsoft\Kiota\Abstractions\Types\Time; class EducationAssignmentDefaults extends Entity implements Parsable { @@ -24,6 +25,42 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Educa return new EducationAssignmentDefaults(); } + /** + * Gets the addedStudentAction property value. Class-level default behavior for handling students who are added after the assignment is published. Possible values are: none, assignIfOpen. + * @return EducationAddedStudentAction|null + */ + public function getAddedStudentAction(): ?EducationAddedStudentAction { + $val = $this->getBackingStore()->get('addedStudentAction'); + if (is_null($val) || $val instanceof EducationAddedStudentAction) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'addedStudentAction'"); + } + + /** + * Gets the addToCalendarAction property value. Optional field to control adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: studentsOnly. The default value is none. + * @return EducationAddToCalendarOptions|null + */ + public function getAddToCalendarAction(): ?EducationAddToCalendarOptions { + $val = $this->getBackingStore()->get('addToCalendarAction'); + if (is_null($val) || $val instanceof EducationAddToCalendarOptions) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'addToCalendarAction'"); + } + + /** + * Gets the dueTime property value. Class-level default value for due time field. Default value is 23:59:00. + * @return Time|null + */ + public function getDueTime(): ?Time { + $val = $this->getBackingStore()->get('dueTime'); + if (is_null($val) || $val instanceof Time) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'dueTime'"); + } + /** * The deserialization information for the current model * @return array @@ -31,15 +68,67 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Educa public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'addedStudentAction' => fn(ParseNode $n) => $o->setAddedStudentAction($n->getEnumValue(EducationAddedStudentAction::class)), + 'addToCalendarAction' => fn(ParseNode $n) => $o->setAddToCalendarAction($n->getEnumValue(EducationAddToCalendarOptions::class)), + 'dueTime' => fn(ParseNode $n) => $o->setDueTime($n->getTimeValue()), + 'notificationChannelUrl' => fn(ParseNode $n) => $o->setNotificationChannelUrl($n->getStringValue()), ]); } + /** + * Gets the notificationChannelUrl property value. Default Teams channel to which notifications are sent. Default value is null. + * @return string|null + */ + public function getNotificationChannelUrl(): ?string { + $val = $this->getBackingStore()->get('notificationChannelUrl'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'notificationChannelUrl'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeEnumValue('addedStudentAction', $this->getAddedStudentAction()); + $writer->writeEnumValue('addToCalendarAction', $this->getAddToCalendarAction()); + $writer->writeTimeValue('dueTime', $this->getDueTime()); + $writer->writeStringValue('notificationChannelUrl', $this->getNotificationChannelUrl()); + } + + /** + * Sets the addedStudentAction property value. Class-level default behavior for handling students who are added after the assignment is published. Possible values are: none, assignIfOpen. + * @param EducationAddedStudentAction|null $value Value to set for the addedStudentAction property. + */ + public function setAddedStudentAction(?EducationAddedStudentAction $value): void { + $this->getBackingStore()->set('addedStudentAction', $value); + } + + /** + * Sets the addToCalendarAction property value. Optional field to control adding assignments to students' and teachers' calendars when the assignment is published. The possible values are: none, studentsAndPublisher, studentsAndTeamOwners, unknownFutureValue, and studentsOnly. Use the Prefer: include-unknown-enum-members request header to get the following value(s) in this evolvable enum: studentsOnly. The default value is none. + * @param EducationAddToCalendarOptions|null $value Value to set for the addToCalendarAction property. + */ + public function setAddToCalendarAction(?EducationAddToCalendarOptions $value): void { + $this->getBackingStore()->set('addToCalendarAction', $value); + } + + /** + * Sets the dueTime property value. Class-level default value for due time field. Default value is 23:59:00. + * @param Time|null $value Value to set for the dueTime property. + */ + public function setDueTime(?Time $value): void { + $this->getBackingStore()->set('dueTime', $value); + } + + /** + * Sets the notificationChannelUrl property value. Default Teams channel to which notifications are sent. Default value is null. + * @param string|null $value Value to set for the notificationChannelUrl property. + */ + public function setNotificationChannelUrl(?string $value): void { + $this->getBackingStore()->set('notificationChannelUrl', $value); } } diff --git a/src/Generated/Models/EducationAssignmentSettings.php b/src/Generated/Models/EducationAssignmentSettings.php index 07903ce3315..5815f4222ac 100644 --- a/src/Generated/Models/EducationAssignmentSettings.php +++ b/src/Generated/Models/EducationAssignmentSettings.php @@ -5,6 +5,7 @@ use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; +use Microsoft\Kiota\Abstractions\Types\TypeUtils; class EducationAssignmentSettings extends Entity implements Parsable { @@ -24,6 +25,18 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Educa return new EducationAssignmentSettings(); } + /** + * Gets the defaultGradingScheme property value. The defaultGradingScheme property + * @return EducationGradingScheme|null + */ + public function getDefaultGradingScheme(): ?EducationGradingScheme { + $val = $this->getBackingStore()->get('defaultGradingScheme'); + if (is_null($val) || $val instanceof EducationGradingScheme) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'defaultGradingScheme'"); + } + /** * The deserialization information for the current model * @return array @@ -31,15 +44,95 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Educa public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'defaultGradingScheme' => fn(ParseNode $n) => $o->setDefaultGradingScheme($n->getObjectValue([EducationGradingScheme::class, 'createFromDiscriminatorValue'])), + 'gradingCategories' => fn(ParseNode $n) => $o->setGradingCategories($n->getCollectionOfObjectValues([EducationGradingCategory::class, 'createFromDiscriminatorValue'])), + 'gradingSchemes' => fn(ParseNode $n) => $o->setGradingSchemes($n->getCollectionOfObjectValues([EducationGradingScheme::class, 'createFromDiscriminatorValue'])), + 'submissionAnimationDisabled' => fn(ParseNode $n) => $o->setSubmissionAnimationDisabled($n->getBooleanValue()), ]); } + /** + * Gets the gradingCategories property value. When set, enables users to weight assignments differently when computing a class average grade. + * @return array|null + */ + public function getGradingCategories(): ?array { + $val = $this->getBackingStore()->get('gradingCategories'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, EducationGradingCategory::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'gradingCategories'"); + } + + /** + * Gets the gradingSchemes property value. The gradingSchemes property + * @return array|null + */ + public function getGradingSchemes(): ?array { + $val = $this->getBackingStore()->get('gradingSchemes'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, EducationGradingScheme::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'gradingSchemes'"); + } + + /** + * Gets the submissionAnimationDisabled property value. Indicates whether turn-in celebration animation is shown. If true, the animation doesn't show. The default value is false. + * @return bool|null + */ + public function getSubmissionAnimationDisabled(): ?bool { + $val = $this->getBackingStore()->get('submissionAnimationDisabled'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'submissionAnimationDisabled'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeObjectValue('defaultGradingScheme', $this->getDefaultGradingScheme()); + $writer->writeCollectionOfObjectValues('gradingCategories', $this->getGradingCategories()); + $writer->writeCollectionOfObjectValues('gradingSchemes', $this->getGradingSchemes()); + $writer->writeBooleanValue('submissionAnimationDisabled', $this->getSubmissionAnimationDisabled()); + } + + /** + * Sets the defaultGradingScheme property value. The defaultGradingScheme property + * @param EducationGradingScheme|null $value Value to set for the defaultGradingScheme property. + */ + public function setDefaultGradingScheme(?EducationGradingScheme $value): void { + $this->getBackingStore()->set('defaultGradingScheme', $value); + } + + /** + * Sets the gradingCategories property value. When set, enables users to weight assignments differently when computing a class average grade. + * @param array|null $value Value to set for the gradingCategories property. + */ + public function setGradingCategories(?array $value): void { + $this->getBackingStore()->set('gradingCategories', $value); + } + + /** + * Sets the gradingSchemes property value. The gradingSchemes property + * @param array|null $value Value to set for the gradingSchemes property. + */ + public function setGradingSchemes(?array $value): void { + $this->getBackingStore()->set('gradingSchemes', $value); + } + + /** + * Sets the submissionAnimationDisabled property value. Indicates whether turn-in celebration animation is shown. If true, the animation doesn't show. The default value is false. + * @param bool|null $value Value to set for the submissionAnimationDisabled property. + */ + public function setSubmissionAnimationDisabled(?bool $value): void { + $this->getBackingStore()->set('submissionAnimationDisabled', $value); } } diff --git a/src/Generated/Models/EducationGradingScheme.php b/src/Generated/Models/EducationGradingScheme.php index e7383e1cbf3..532fe9f9607 100644 --- a/src/Generated/Models/EducationGradingScheme.php +++ b/src/Generated/Models/EducationGradingScheme.php @@ -5,6 +5,7 @@ use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; +use Microsoft\Kiota\Abstractions\Types\TypeUtils; class EducationGradingScheme extends Entity implements Parsable { @@ -24,6 +25,18 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Educa return new EducationGradingScheme(); } + /** + * Gets the displayName property value. The name of the grading scheme. + * @return string|null + */ + public function getDisplayName(): ?string { + $val = $this->getBackingStore()->get('displayName'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'displayName'"); + } + /** * The deserialization information for the current model * @return array @@ -31,15 +44,71 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Educa public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'displayName' => fn(ParseNode $n) => $o->setDisplayName($n->getStringValue()), + 'grades' => fn(ParseNode $n) => $o->setGrades($n->getCollectionOfObjectValues([EducationGradingSchemeGrade::class, 'createFromDiscriminatorValue'])), + 'hidePointsDuringGrading' => fn(ParseNode $n) => $o->setHidePointsDuringGrading($n->getBooleanValue()), ]); } + /** + * Gets the grades property value. The grades that make up the scheme. + * @return array|null + */ + public function getGrades(): ?array { + $val = $this->getBackingStore()->get('grades'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, EducationGradingSchemeGrade::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'grades'"); + } + + /** + * Gets the hidePointsDuringGrading property value. The display setting for the UI. Indicates whether teachers can grade with points in addition to letter grades. + * @return bool|null + */ + public function getHidePointsDuringGrading(): ?bool { + $val = $this->getBackingStore()->get('hidePointsDuringGrading'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'hidePointsDuringGrading'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeStringValue('displayName', $this->getDisplayName()); + $writer->writeCollectionOfObjectValues('grades', $this->getGrades()); + $writer->writeBooleanValue('hidePointsDuringGrading', $this->getHidePointsDuringGrading()); + } + + /** + * Sets the displayName property value. The name of the grading scheme. + * @param string|null $value Value to set for the displayName property. + */ + public function setDisplayName(?string $value): void { + $this->getBackingStore()->set('displayName', $value); + } + + /** + * Sets the grades property value. The grades that make up the scheme. + * @param array|null $value Value to set for the grades property. + */ + public function setGrades(?array $value): void { + $this->getBackingStore()->set('grades', $value); + } + + /** + * Sets the hidePointsDuringGrading property value. The display setting for the UI. Indicates whether teachers can grade with points in addition to letter grades. + * @param bool|null $value Value to set for the hidePointsDuringGrading property. + */ + public function setHidePointsDuringGrading(?bool $value): void { + $this->getBackingStore()->set('hidePointsDuringGrading', $value); } } diff --git a/src/Generated/Models/EducationGradingSchemeGrade.php b/src/Generated/Models/EducationGradingSchemeGrade.php new file mode 100644 index 00000000000..3952594e338 --- /dev/null +++ b/src/Generated/Models/EducationGradingSchemeGrade.php @@ -0,0 +1,180 @@ +backingStore = BackingStoreFactorySingleton::getInstance()->createBackingStore(); + $this->setAdditionalData([]); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return EducationGradingSchemeGrade + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): EducationGradingSchemeGrade { + return new EducationGradingSchemeGrade(); + } + + /** + * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @return array|null + */ + public function getAdditionalData(): ?array { + $val = $this->getBackingStore()->get('additionalData'); + if (is_null($val) || is_array($val)) { + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'additionalData'"); + } + + /** + * Gets the BackingStore property value. Stores model information. + * @return BackingStore + */ + public function getBackingStore(): BackingStore { + return $this->backingStore; + } + + /** + * Gets the defaultPercentage property value. The midpoint of the grade range. + * @return float|null + */ + public function getDefaultPercentage(): ?float { + $val = $this->getBackingStore()->get('defaultPercentage'); + if (is_null($val) || is_float($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'defaultPercentage'"); + } + + /** + * Gets the displayName property value. The name of the grading scheme. + * @return string|null + */ + public function getDisplayName(): ?string { + $val = $this->getBackingStore()->get('displayName'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'displayName'"); + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return [ + 'defaultPercentage' => fn(ParseNode $n) => $o->setDefaultPercentage($n->getFloatValue()), + 'displayName' => fn(ParseNode $n) => $o->setDisplayName($n->getStringValue()), + 'minPercentage' => fn(ParseNode $n) => $o->setMinPercentage($n->getFloatValue()), + '@odata.type' => fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), + ]; + } + + /** + * Gets the minPercentage property value. The minimum percentage of the total points needed to achieve this grade. + * @return float|null + */ + public function getMinPercentage(): ?float { + $val = $this->getBackingStore()->get('minPercentage'); + if (is_null($val) || is_float($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'minPercentage'"); + } + + /** + * Gets the @odata.type property value. The OdataType property + * @return string|null + */ + public function getOdataType(): ?string { + $val = $this->getBackingStore()->get('odataType'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'odataType'"); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + $writer->writeFloatValue('defaultPercentage', $this->getDefaultPercentage()); + $writer->writeStringValue('displayName', $this->getDisplayName()); + $writer->writeFloatValue('minPercentage', $this->getMinPercentage()); + $writer->writeStringValue('@odata.type', $this->getOdataType()); + $writer->writeAdditionalData($this->getAdditionalData()); + } + + /** + * Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @param array $value Value to set for the AdditionalData property. + */ + public function setAdditionalData(?array $value): void { + $this->getBackingStore()->set('additionalData', $value); + } + + /** + * Sets the BackingStore property value. Stores model information. + * @param BackingStore $value Value to set for the BackingStore property. + */ + public function setBackingStore(BackingStore $value): void { + $this->backingStore = $value; + } + + /** + * Sets the defaultPercentage property value. The midpoint of the grade range. + * @param float|null $value Value to set for the defaultPercentage property. + */ + public function setDefaultPercentage(?float $value): void { + $this->getBackingStore()->set('defaultPercentage', $value); + } + + /** + * Sets the displayName property value. The name of the grading scheme. + * @param string|null $value Value to set for the displayName property. + */ + public function setDisplayName(?string $value): void { + $this->getBackingStore()->set('displayName', $value); + } + + /** + * Sets the minPercentage property value. The minimum percentage of the total points needed to achieve this grade. + * @param float|null $value Value to set for the minPercentage property. + */ + public function setMinPercentage(?float $value): void { + $this->getBackingStore()->set('minPercentage', $value); + } + + /** + * Sets the @odata.type property value. The OdataType property + * @param string|null $value Value to set for the @odata.type property. + */ + public function setOdataType(?string $value): void { + $this->getBackingStore()->set('odataType', $value); + } + +} diff --git a/src/Generated/Models/EmailNotificationsSetting.php b/src/Generated/Models/EmailNotificationsSetting.php index a9d1abbc20b..d1d2c2461b0 100644 --- a/src/Generated/Models/EmailNotificationsSetting.php +++ b/src/Generated/Models/EmailNotificationsSetting.php @@ -24,6 +24,18 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Email return new EmailNotificationsSetting(); } + /** + * Gets the additionalEvents property value. The additionalEvents property + * @return NotificationEventsType|null + */ + public function getAdditionalEvents(): ?NotificationEventsType { + $val = $this->getBackingStore()->get('additionalEvents'); + if (is_null($val) || $val instanceof NotificationEventsType) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'additionalEvents'"); + } + /** * The deserialization information for the current model * @return array @@ -31,15 +43,69 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Email public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'additionalEvents' => fn(ParseNode $n) => $o->setAdditionalEvents($n->getEnumValue(NotificationEventsType::class)), + 'isEnabled' => fn(ParseNode $n) => $o->setIsEnabled($n->getBooleanValue()), + 'recipients' => fn(ParseNode $n) => $o->setRecipients($n->getObjectValue([NotificationRecipients::class, 'createFromDiscriminatorValue'])), ]); } + /** + * Gets the isEnabled property value. Indicates whether notifications are enabled. + * @return bool|null + */ + public function getIsEnabled(): ?bool { + $val = $this->getBackingStore()->get('isEnabled'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'isEnabled'"); + } + + /** + * Gets the recipients property value. The recipients property + * @return NotificationRecipients|null + */ + public function getRecipients(): ?NotificationRecipients { + $val = $this->getBackingStore()->get('recipients'); + if (is_null($val) || $val instanceof NotificationRecipients) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'recipients'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeEnumValue('additionalEvents', $this->getAdditionalEvents()); + $writer->writeBooleanValue('isEnabled', $this->getIsEnabled()); + $writer->writeObjectValue('recipients', $this->getRecipients()); + } + + /** + * Sets the additionalEvents property value. The additionalEvents property + * @param NotificationEventsType|null $value Value to set for the additionalEvents property. + */ + public function setAdditionalEvents(?NotificationEventsType $value): void { + $this->getBackingStore()->set('additionalEvents', $value); + } + + /** + * Sets the isEnabled property value. Indicates whether notifications are enabled. + * @param bool|null $value Value to set for the isEnabled property. + */ + public function setIsEnabled(?bool $value): void { + $this->getBackingStore()->set('isEnabled', $value); + } + + /** + * Sets the recipients property value. The recipients property + * @param NotificationRecipients|null $value Value to set for the recipients property. + */ + public function setRecipients(?NotificationRecipients $value): void { + $this->getBackingStore()->set('recipients', $value); } } diff --git a/src/Generated/Models/EmployeeExperienceUser.php b/src/Generated/Models/EmployeeExperienceUser.php index 6b5b7233cec..75887b59511 100644 --- a/src/Generated/Models/EmployeeExperienceUser.php +++ b/src/Generated/Models/EmployeeExperienceUser.php @@ -5,6 +5,7 @@ use Microsoft\Kiota\Abstractions\Serialization\Parsable; use Microsoft\Kiota\Abstractions\Serialization\ParseNode; use Microsoft\Kiota\Abstractions\Serialization\SerializationWriter; +use Microsoft\Kiota\Abstractions\Types\TypeUtils; /** * Represents a container that exposes navigation properties for employee experience user resources. @@ -27,6 +28,20 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Emplo return new EmployeeExperienceUser(); } + /** + * Gets the assignedRoles property value. Represents the collection of Viva Engage roles assigned to a user. + * @return array|null + */ + public function getAssignedRoles(): ?array { + $val = $this->getBackingStore()->get('assignedRoles'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, EngagementRole::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'assignedRoles'"); + } + /** * The deserialization information for the current model * @return array @@ -34,15 +49,49 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Emplo public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'assignedRoles' => fn(ParseNode $n) => $o->setAssignedRoles($n->getCollectionOfObjectValues([EngagementRole::class, 'createFromDiscriminatorValue'])), + 'learningCourseActivities' => fn(ParseNode $n) => $o->setLearningCourseActivities($n->getCollectionOfObjectValues([LearningCourseActivity::class, 'createFromDiscriminatorValue'])), ]); } + /** + * Gets the learningCourseActivities property value. The learningCourseActivities property + * @return array|null + */ + public function getLearningCourseActivities(): ?array { + $val = $this->getBackingStore()->get('learningCourseActivities'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, LearningCourseActivity::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'learningCourseActivities'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeCollectionOfObjectValues('assignedRoles', $this->getAssignedRoles()); + $writer->writeCollectionOfObjectValues('learningCourseActivities', $this->getLearningCourseActivities()); + } + + /** + * Sets the assignedRoles property value. Represents the collection of Viva Engage roles assigned to a user. + * @param array|null $value Value to set for the assignedRoles property. + */ + public function setAssignedRoles(?array $value): void { + $this->getBackingStore()->set('assignedRoles', $value); + } + + /** + * Sets the learningCourseActivities property value. The learningCourseActivities property + * @param array|null $value Value to set for the learningCourseActivities property. + */ + public function setLearningCourseActivities(?array $value): void { + $this->getBackingStore()->set('learningCourseActivities', $value); } } diff --git a/src/Generated/Models/EndpointPrivilegeManagementProvisioningStatus.php b/src/Generated/Models/EndpointPrivilegeManagementProvisioningStatus.php index 8fd92e36dae..8e54f5a910a 100644 --- a/src/Generated/Models/EndpointPrivilegeManagementProvisioningStatus.php +++ b/src/Generated/Models/EndpointPrivilegeManagementProvisioningStatus.php @@ -34,15 +34,59 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Endpo public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'licenseType' => fn(ParseNode $n) => $o->setLicenseType($n->getEnumValue(LicenseType::class)), + 'onboardedToMicrosoftManagedPlatform' => fn(ParseNode $n) => $o->setOnboardedToMicrosoftManagedPlatform($n->getBooleanValue()), ]); } + /** + * Gets the licenseType property value. Indicates whether tenant has a valid Intune Endpoint Privilege Management license. Possible value are : 0 - notPaid, 1 - paid, 2 - trial. See LicenseType enum for more details. Default notPaid . + * @return LicenseType|null + */ + public function getLicenseType(): ?LicenseType { + $val = $this->getBackingStore()->get('licenseType'); + if (is_null($val) || $val instanceof LicenseType) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'licenseType'"); + } + + /** + * Gets the onboardedToMicrosoftManagedPlatform property value. Indicates whether tenant is onboarded to Microsoft Managed Platform - Cloud (MMPC). When set to true, implies tenant is onboarded and when set to false, implies tenant is not onboarded. Default set to false. + * @return bool|null + */ + public function getOnboardedToMicrosoftManagedPlatform(): ?bool { + $val = $this->getBackingStore()->get('onboardedToMicrosoftManagedPlatform'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'onboardedToMicrosoftManagedPlatform'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeEnumValue('licenseType', $this->getLicenseType()); + $writer->writeBooleanValue('onboardedToMicrosoftManagedPlatform', $this->getOnboardedToMicrosoftManagedPlatform()); + } + + /** + * Sets the licenseType property value. Indicates whether tenant has a valid Intune Endpoint Privilege Management license. Possible value are : 0 - notPaid, 1 - paid, 2 - trial. See LicenseType enum for more details. Default notPaid . + * @param LicenseType|null $value Value to set for the licenseType property. + */ + public function setLicenseType(?LicenseType $value): void { + $this->getBackingStore()->set('licenseType', $value); + } + + /** + * Sets the onboardedToMicrosoftManagedPlatform property value. Indicates whether tenant is onboarded to Microsoft Managed Platform - Cloud (MMPC). When set to true, implies tenant is onboarded and when set to false, implies tenant is not onboarded. Default set to false. + * @param bool|null $value Value to set for the onboardedToMicrosoftManagedPlatform property. + */ + public function setOnboardedToMicrosoftManagedPlatform(?bool $value): void { + $this->getBackingStore()->set('onboardedToMicrosoftManagedPlatform', $value); } } diff --git a/src/Generated/Models/EndsWithTransformation.php b/src/Generated/Models/EndsWithTransformation.php new file mode 100644 index 00000000000..1585327c130 --- /dev/null +++ b/src/Generated/Models/EndsWithTransformation.php @@ -0,0 +1,90 @@ +setOdataType('#microsoft.graph.endsWithTransformation'); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return EndsWithTransformation + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): EndsWithTransformation { + return new EndsWithTransformation(); + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return array_merge(parent::getFieldDeserializers(), [ + 'output' => fn(ParseNode $n) => $o->setOutput($n->getObjectValue([TransformationAttribute::class, 'createFromDiscriminatorValue'])), + 'value' => fn(ParseNode $n) => $o->setValue($n->getStringValue()), + ]); + } + + /** + * Gets the output property value. The output property + * @return TransformationAttribute|null + */ + public function getOutput(): ?TransformationAttribute { + $val = $this->getBackingStore()->get('output'); + if (is_null($val) || $val instanceof TransformationAttribute) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'output'"); + } + + /** + * Gets the value property value. The value to be used as part of the transformation. + * @return string|null + */ + public function getValue(): ?string { + $val = $this->getBackingStore()->get('value'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'value'"); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + parent::serialize($writer); + $writer->writeObjectValue('output', $this->getOutput()); + $writer->writeStringValue('value', $this->getValue()); + } + + /** + * Sets the output property value. The output property + * @param TransformationAttribute|null $value Value to set for the output property. + */ + public function setOutput(?TransformationAttribute $value): void { + $this->getBackingStore()->set('output', $value); + } + + /** + * Sets the value property value. The value to be used as part of the transformation. + * @param string|null $value Value to set for the value property. + */ + public function setValue(?string $value): void { + $this->getBackingStore()->set('value', $value); + } + +} diff --git a/src/Generated/Models/EnhancedPersonalizationSetting.php b/src/Generated/Models/EnhancedPersonalizationSetting.php index d4be2389774..0862b304929 100644 --- a/src/Generated/Models/EnhancedPersonalizationSetting.php +++ b/src/Generated/Models/EnhancedPersonalizationSetting.php @@ -24,6 +24,18 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Enhan return new EnhancedPersonalizationSetting(); } + /** + * Gets the disabledForGroup property value. The ID of a Microsoft Entra group to which the value is used to disable the control for populated users. The default value is null. This parameter is optional. + * @return string|null + */ + public function getDisabledForGroup(): ?string { + $val = $this->getBackingStore()->get('disabledForGroup'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'disabledForGroup'"); + } + /** * The deserialization information for the current model * @return array @@ -31,15 +43,47 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Enhan public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'disabledForGroup' => fn(ParseNode $n) => $o->setDisabledForGroup($n->getStringValue()), + 'isEnabledInOrganization' => fn(ParseNode $n) => $o->setIsEnabledInOrganization($n->getBooleanValue()), ]); } + /** + * Gets the isEnabledInOrganization property value. If true, enables the enhanced personalization control and therefore related features as defined in control enhanced personalization privacy + * @return bool|null + */ + public function getIsEnabledInOrganization(): ?bool { + $val = $this->getBackingStore()->get('isEnabledInOrganization'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'isEnabledInOrganization'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeStringValue('disabledForGroup', $this->getDisabledForGroup()); + $writer->writeBooleanValue('isEnabledInOrganization', $this->getIsEnabledInOrganization()); + } + + /** + * Sets the disabledForGroup property value. The ID of a Microsoft Entra group to which the value is used to disable the control for populated users. The default value is null. This parameter is optional. + * @param string|null $value Value to set for the disabledForGroup property. + */ + public function setDisabledForGroup(?string $value): void { + $this->getBackingStore()->set('disabledForGroup', $value); + } + + /** + * Sets the isEnabledInOrganization property value. If true, enables the enhanced personalization control and therefore related features as defined in control enhanced personalization privacy + * @param bool|null $value Value to set for the isEnabledInOrganization property. + */ + public function setIsEnabledInOrganization(?bool $value): void { + $this->getBackingStore()->set('isEnabledInOrganization', $value); } } diff --git a/src/Generated/Models/EnrollmentProfile.php b/src/Generated/Models/EnrollmentProfile.php index 5097fd56145..560eac88766 100644 --- a/src/Generated/Models/EnrollmentProfile.php +++ b/src/Generated/Models/EnrollmentProfile.php @@ -39,6 +39,54 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Enrol return new EnrollmentProfile(); } + /** + * Gets the configurationEndpointUrl property value. Configuration endpoint url to use for Enrollment + * @return string|null + */ + public function getConfigurationEndpointUrl(): ?string { + $val = $this->getBackingStore()->get('configurationEndpointUrl'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'configurationEndpointUrl'"); + } + + /** + * Gets the description property value. Description of the profile + * @return string|null + */ + public function getDescription(): ?string { + $val = $this->getBackingStore()->get('description'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'description'"); + } + + /** + * Gets the displayName property value. Name of the profile + * @return string|null + */ + public function getDisplayName(): ?string { + $val = $this->getBackingStore()->get('displayName'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'displayName'"); + } + + /** + * Gets the enableAuthenticationViaCompanyPortal property value. Indicates to authenticate with Apple Setup Assistant instead of Company Portal. + * @return bool|null + */ + public function getEnableAuthenticationViaCompanyPortal(): ?bool { + $val = $this->getBackingStore()->get('enableAuthenticationViaCompanyPortal'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'enableAuthenticationViaCompanyPortal'"); + } + /** * The deserialization information for the current model * @return array @@ -46,15 +94,99 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Enrol public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'configurationEndpointUrl' => fn(ParseNode $n) => $o->setConfigurationEndpointUrl($n->getStringValue()), + 'description' => fn(ParseNode $n) => $o->setDescription($n->getStringValue()), + 'displayName' => fn(ParseNode $n) => $o->setDisplayName($n->getStringValue()), + 'enableAuthenticationViaCompanyPortal' => fn(ParseNode $n) => $o->setEnableAuthenticationViaCompanyPortal($n->getBooleanValue()), + 'requireCompanyPortalOnSetupAssistantEnrolledDevices' => fn(ParseNode $n) => $o->setRequireCompanyPortalOnSetupAssistantEnrolledDevices($n->getBooleanValue()), + 'requiresUserAuthentication' => fn(ParseNode $n) => $o->setRequiresUserAuthentication($n->getBooleanValue()), ]); } + /** + * Gets the requireCompanyPortalOnSetupAssistantEnrolledDevices property value. Indicates that Company Portal is required on setup assistant enrolled devices + * @return bool|null + */ + public function getRequireCompanyPortalOnSetupAssistantEnrolledDevices(): ?bool { + $val = $this->getBackingStore()->get('requireCompanyPortalOnSetupAssistantEnrolledDevices'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'requireCompanyPortalOnSetupAssistantEnrolledDevices'"); + } + + /** + * Gets the requiresUserAuthentication property value. Indicates if the profile requires user authentication + * @return bool|null + */ + public function getRequiresUserAuthentication(): ?bool { + $val = $this->getBackingStore()->get('requiresUserAuthentication'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'requiresUserAuthentication'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeStringValue('configurationEndpointUrl', $this->getConfigurationEndpointUrl()); + $writer->writeStringValue('description', $this->getDescription()); + $writer->writeStringValue('displayName', $this->getDisplayName()); + $writer->writeBooleanValue('enableAuthenticationViaCompanyPortal', $this->getEnableAuthenticationViaCompanyPortal()); + $writer->writeBooleanValue('requireCompanyPortalOnSetupAssistantEnrolledDevices', $this->getRequireCompanyPortalOnSetupAssistantEnrolledDevices()); + $writer->writeBooleanValue('requiresUserAuthentication', $this->getRequiresUserAuthentication()); + } + + /** + * Sets the configurationEndpointUrl property value. Configuration endpoint url to use for Enrollment + * @param string|null $value Value to set for the configurationEndpointUrl property. + */ + public function setConfigurationEndpointUrl(?string $value): void { + $this->getBackingStore()->set('configurationEndpointUrl', $value); + } + + /** + * Sets the description property value. Description of the profile + * @param string|null $value Value to set for the description property. + */ + public function setDescription(?string $value): void { + $this->getBackingStore()->set('description', $value); + } + + /** + * Sets the displayName property value. Name of the profile + * @param string|null $value Value to set for the displayName property. + */ + public function setDisplayName(?string $value): void { + $this->getBackingStore()->set('displayName', $value); + } + + /** + * Sets the enableAuthenticationViaCompanyPortal property value. Indicates to authenticate with Apple Setup Assistant instead of Company Portal. + * @param bool|null $value Value to set for the enableAuthenticationViaCompanyPortal property. + */ + public function setEnableAuthenticationViaCompanyPortal(?bool $value): void { + $this->getBackingStore()->set('enableAuthenticationViaCompanyPortal', $value); + } + + /** + * Sets the requireCompanyPortalOnSetupAssistantEnrolledDevices property value. Indicates that Company Portal is required on setup assistant enrolled devices + * @param bool|null $value Value to set for the requireCompanyPortalOnSetupAssistantEnrolledDevices property. + */ + public function setRequireCompanyPortalOnSetupAssistantEnrolledDevices(?bool $value): void { + $this->getBackingStore()->set('requireCompanyPortalOnSetupAssistantEnrolledDevices', $value); + } + + /** + * Sets the requiresUserAuthentication property value. Indicates if the profile requires user authentication + * @param bool|null $value Value to set for the requiresUserAuthentication property. + */ + public function setRequiresUserAuthentication(?bool $value): void { + $this->getBackingStore()->set('requiresUserAuthentication', $value); } } diff --git a/src/Generated/Models/EntitlementManagementSettings.php b/src/Generated/Models/EntitlementManagementSettings.php index f4ae8b6a4ba..11a869706ce 100644 --- a/src/Generated/Models/EntitlementManagementSettings.php +++ b/src/Generated/Models/EntitlementManagementSettings.php @@ -24,6 +24,30 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Entit return new EntitlementManagementSettings(); } + /** + * Gets the daysUntilExternalUserDeletedAfterBlocked property value. If externalUserLifecycleAction is BlockSignInAndDelete, the number of days after an external user is blocked from sign in before their account is deleted. + * @return int|null + */ + public function getDaysUntilExternalUserDeletedAfterBlocked(): ?int { + $val = $this->getBackingStore()->get('daysUntilExternalUserDeletedAfterBlocked'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'daysUntilExternalUserDeletedAfterBlocked'"); + } + + /** + * Gets the externalUserLifecycleAction property value. One of None, BlockSignIn, or BlockSignInAndDelete. + * @return string|null + */ + public function getExternalUserLifecycleAction(): ?string { + $val = $this->getBackingStore()->get('externalUserLifecycleAction'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'externalUserLifecycleAction'"); + } + /** * The deserialization information for the current model * @return array @@ -31,6 +55,8 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Entit public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'daysUntilExternalUserDeletedAfterBlocked' => fn(ParseNode $n) => $o->setDaysUntilExternalUserDeletedAfterBlocked($n->getIntegerValue()), + 'externalUserLifecycleAction' => fn(ParseNode $n) => $o->setExternalUserLifecycleAction($n->getStringValue()), ]); } @@ -40,6 +66,24 @@ public function getFieldDeserializers(): array { */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeIntegerValue('daysUntilExternalUserDeletedAfterBlocked', $this->getDaysUntilExternalUserDeletedAfterBlocked()); + $writer->writeStringValue('externalUserLifecycleAction', $this->getExternalUserLifecycleAction()); + } + + /** + * Sets the daysUntilExternalUserDeletedAfterBlocked property value. If externalUserLifecycleAction is BlockSignInAndDelete, the number of days after an external user is blocked from sign in before their account is deleted. + * @param int|null $value Value to set for the daysUntilExternalUserDeletedAfterBlocked property. + */ + public function setDaysUntilExternalUserDeletedAfterBlocked(?int $value): void { + $this->getBackingStore()->set('daysUntilExternalUserDeletedAfterBlocked', $value); + } + + /** + * Sets the externalUserLifecycleAction property value. One of None, BlockSignIn, or BlockSignInAndDelete. + * @param string|null $value Value to set for the externalUserLifecycleAction property. + */ + public function setExternalUserLifecycleAction(?string $value): void { + $this->getBackingStore()->set('externalUserLifecycleAction', $value); } } diff --git a/src/Generated/Models/EntitlementsDataCollection.php b/src/Generated/Models/EntitlementsDataCollection.php new file mode 100644 index 00000000000..da3c93aa66d --- /dev/null +++ b/src/Generated/Models/EntitlementsDataCollection.php @@ -0,0 +1,113 @@ +setOdataType('#microsoft.graph.entitlementsDataCollection'); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return EntitlementsDataCollection + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): EntitlementsDataCollection { + return new EntitlementsDataCollection(); + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return array_merge(parent::getFieldDeserializers(), [ + 'lastCollectionDateTime' => fn(ParseNode $n) => $o->setLastCollectionDateTime($n->getDateTimeValue()), + 'permissionsModificationCapability' => fn(ParseNode $n) => $o->setPermissionsModificationCapability($n->getEnumValue(PermissionsModificationCapability::class)), + 'status' => fn(ParseNode $n) => $o->setStatus($n->getEnumValue(DataCollectionStatus::class)), + ]); + } + + /** + * Gets the lastCollectionDateTime property value. Last transformation time of entitlements. + * @return DateTime|null + */ + public function getLastCollectionDateTime(): ?DateTime { + $val = $this->getBackingStore()->get('lastCollectionDateTime'); + if (is_null($val) || $val instanceof DateTime) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'lastCollectionDateTime'"); + } + + /** + * Gets the permissionsModificationCapability property value. The permissionsModificationCapability property + * @return PermissionsModificationCapability|null + */ + public function getPermissionsModificationCapability(): ?PermissionsModificationCapability { + $val = $this->getBackingStore()->get('permissionsModificationCapability'); + if (is_null($val) || $val instanceof PermissionsModificationCapability) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'permissionsModificationCapability'"); + } + + /** + * Gets the status property value. The status property + * @return DataCollectionStatus|null + */ + public function getStatus(): ?DataCollectionStatus { + $val = $this->getBackingStore()->get('status'); + if (is_null($val) || $val instanceof DataCollectionStatus) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'status'"); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + parent::serialize($writer); + $writer->writeDateTimeValue('lastCollectionDateTime', $this->getLastCollectionDateTime()); + $writer->writeEnumValue('permissionsModificationCapability', $this->getPermissionsModificationCapability()); + $writer->writeEnumValue('status', $this->getStatus()); + } + + /** + * Sets the lastCollectionDateTime property value. Last transformation time of entitlements. + * @param DateTime|null $value Value to set for the lastCollectionDateTime property. + */ + public function setLastCollectionDateTime(?DateTime $value): void { + $this->getBackingStore()->set('lastCollectionDateTime', $value); + } + + /** + * Sets the permissionsModificationCapability property value. The permissionsModificationCapability property + * @param PermissionsModificationCapability|null $value Value to set for the permissionsModificationCapability property. + */ + public function setPermissionsModificationCapability(?PermissionsModificationCapability $value): void { + $this->getBackingStore()->set('permissionsModificationCapability', $value); + } + + /** + * Sets the status property value. The status property + * @param DataCollectionStatus|null $value Value to set for the status property. + */ + public function setStatus(?DataCollectionStatus $value): void { + $this->getBackingStore()->set('status', $value); + } + +} diff --git a/src/Generated/Models/EntitlementsDataCollectionInfo.php b/src/Generated/Models/EntitlementsDataCollectionInfo.php new file mode 100644 index 00000000000..e5c82ac215f --- /dev/null +++ b/src/Generated/Models/EntitlementsDataCollectionInfo.php @@ -0,0 +1,122 @@ +backingStore = BackingStoreFactorySingleton::getInstance()->createBackingStore(); + $this->setAdditionalData([]); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return EntitlementsDataCollectionInfo + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): EntitlementsDataCollectionInfo { + $mappingValueNode = $parseNode->getChildNode("@odata.type"); + if ($mappingValueNode !== null) { + $mappingValue = $mappingValueNode->getStringValue(); + switch ($mappingValue) { + case '#microsoft.graph.entitlementsDataCollection': return new EntitlementsDataCollection(); + case '#microsoft.graph.noEntitlementsDataCollection': return new NoEntitlementsDataCollection(); + } + } + return new EntitlementsDataCollectionInfo(); + } + + /** + * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @return array|null + */ + public function getAdditionalData(): ?array { + $val = $this->getBackingStore()->get('additionalData'); + if (is_null($val) || is_array($val)) { + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'additionalData'"); + } + + /** + * Gets the BackingStore property value. Stores model information. + * @return BackingStore + */ + public function getBackingStore(): BackingStore { + return $this->backingStore; + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return [ + '@odata.type' => fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), + ]; + } + + /** + * Gets the @odata.type property value. The OdataType property + * @return string|null + */ + public function getOdataType(): ?string { + $val = $this->getBackingStore()->get('odataType'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'odataType'"); + } + + /** + * Serializes information the current object + * @param SerializationWriter $writer Serialization writer to use to serialize this model + */ + public function serialize(SerializationWriter $writer): void { + $writer->writeStringValue('@odata.type', $this->getOdataType()); + $writer->writeAdditionalData($this->getAdditionalData()); + } + + /** + * Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @param array $value Value to set for the AdditionalData property. + */ + public function setAdditionalData(?array $value): void { + $this->getBackingStore()->set('additionalData', $value); + } + + /** + * Sets the BackingStore property value. Stores model information. + * @param BackingStore $value Value to set for the BackingStore property. + */ + public function setBackingStore(BackingStore $value): void { + $this->backingStore = $value; + } + + /** + * Sets the @odata.type property value. The OdataType property + * @param string|null $value Value to set for the @odata.type property. + */ + public function setOdataType(?string $value): void { + $this->getBackingStore()->set('odataType', $value); + } + +} diff --git a/src/Generated/Models/EntityType.php b/src/Generated/Models/EntityType.php new file mode 100644 index 00000000000..39608caa4c4 --- /dev/null +++ b/src/Generated/Models/EntityType.php @@ -0,0 +1,22 @@ +setOdataType('#microsoft.graph.list'); } /** @@ -24,6 +26,84 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Escap return new EscapedList(); } + /** + * Gets the activities property value. The recent activities that took place within this list. + * @return array|null + */ + public function getActivities(): ?array { + $val = $this->getBackingStore()->get('activities'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, ItemActivityOLD::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'activities'"); + } + + /** + * Gets the columns property value. The collection of field definitions for this list. + * @return array|null + */ + public function getColumns(): ?array { + $val = $this->getBackingStore()->get('columns'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, ColumnDefinition::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'columns'"); + } + + /** + * Gets the contentTypes property value. The collection of content types present in this list. + * @return array|null + */ + public function getContentTypes(): ?array { + $val = $this->getBackingStore()->get('contentTypes'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, ContentType::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'contentTypes'"); + } + + /** + * Gets the displayName property value. The displayable title of the list. + * @return string|null + */ + public function getDisplayName(): ?string { + $val = $this->getBackingStore()->get('displayName'); + if (is_null($val) || is_string($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'displayName'"); + } + + /** + * Gets the drive property value. Allows access to the list as a drive resource with driveItems. Only present on document libraries. + * @return Drive|null + */ + public function getDrive(): ?Drive { + $val = $this->getBackingStore()->get('drive'); + if (is_null($val) || $val instanceof Drive) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'drive'"); + } + + /** + * Gets the list property value. Contains more details about the list. + * @return ListInfo|null + */ + public function getEscapedList(): ?ListInfo { + $val = $this->getBackingStore()->get('escapedList'); + if (is_null($val) || $val instanceof ListInfo) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'escapedList'"); + } + /** * The deserialization information for the current model * @return array @@ -31,15 +111,215 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Escap public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'activities' => fn(ParseNode $n) => $o->setActivities($n->getCollectionOfObjectValues([ItemActivityOLD::class, 'createFromDiscriminatorValue'])), + 'columns' => fn(ParseNode $n) => $o->setColumns($n->getCollectionOfObjectValues([ColumnDefinition::class, 'createFromDiscriminatorValue'])), + 'contentTypes' => fn(ParseNode $n) => $o->setContentTypes($n->getCollectionOfObjectValues([ContentType::class, 'createFromDiscriminatorValue'])), + 'displayName' => fn(ParseNode $n) => $o->setDisplayName($n->getStringValue()), + 'drive' => fn(ParseNode $n) => $o->setDrive($n->getObjectValue([Drive::class, 'createFromDiscriminatorValue'])), + 'list' => fn(ParseNode $n) => $o->setEscapedList($n->getObjectValue([ListInfo::class, 'createFromDiscriminatorValue'])), + 'items' => fn(ParseNode $n) => $o->setItems($n->getCollectionOfObjectValues([ListItem::class, 'createFromDiscriminatorValue'])), + 'operations' => fn(ParseNode $n) => $o->setOperations($n->getCollectionOfObjectValues([RichLongRunningOperation::class, 'createFromDiscriminatorValue'])), + 'permissions' => fn(ParseNode $n) => $o->setPermissions($n->getCollectionOfObjectValues([Permission::class, 'createFromDiscriminatorValue'])), + 'sharepointIds' => fn(ParseNode $n) => $o->setSharepointIds($n->getObjectValue([SharepointIds::class, 'createFromDiscriminatorValue'])), + 'subscriptions' => fn(ParseNode $n) => $o->setSubscriptions($n->getCollectionOfObjectValues([Subscription::class, 'createFromDiscriminatorValue'])), + 'system' => fn(ParseNode $n) => $o->setSystem($n->getObjectValue([SystemFacet::class, 'createFromDiscriminatorValue'])), ]); } + /** + * Gets the items property value. All items contained in the list. + * @return array|null + */ + public function getItems(): ?array { + $val = $this->getBackingStore()->get('items'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, ListItem::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'items'"); + } + + /** + * Gets the operations property value. The collection of long-running operations on the list. + * @return array|null + */ + public function getOperations(): ?array { + $val = $this->getBackingStore()->get('operations'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, RichLongRunningOperation::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'operations'"); + } + + /** + * Gets the permissions property value. The set of permissions for the item. Read-only. Nullable. + * @return array|null + */ + public function getPermissions(): ?array { + $val = $this->getBackingStore()->get('permissions'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, Permission::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'permissions'"); + } + + /** + * Gets the sharepointIds property value. Returns identifiers useful for SharePoint REST compatibility. Read-only. + * @return SharepointIds|null + */ + public function getSharepointIds(): ?SharepointIds { + $val = $this->getBackingStore()->get('sharepointIds'); + if (is_null($val) || $val instanceof SharepointIds) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'sharepointIds'"); + } + + /** + * Gets the subscriptions property value. The set of subscriptions on the list. + * @return array|null + */ + public function getSubscriptions(): ?array { + $val = $this->getBackingStore()->get('subscriptions'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, Subscription::class); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'subscriptions'"); + } + + /** + * Gets the system property value. If present, indicates that the list is system-managed. Read-only. + * @return SystemFacet|null + */ + public function getSystem(): ?SystemFacet { + $val = $this->getBackingStore()->get('system'); + if (is_null($val) || $val instanceof SystemFacet) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'system'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeCollectionOfObjectValues('activities', $this->getActivities()); + $writer->writeCollectionOfObjectValues('columns', $this->getColumns()); + $writer->writeCollectionOfObjectValues('contentTypes', $this->getContentTypes()); + $writer->writeStringValue('displayName', $this->getDisplayName()); + $writer->writeObjectValue('drive', $this->getDrive()); + $writer->writeObjectValue('list', $this->getEscapedList()); + $writer->writeCollectionOfObjectValues('items', $this->getItems()); + $writer->writeCollectionOfObjectValues('operations', $this->getOperations()); + $writer->writeCollectionOfObjectValues('permissions', $this->getPermissions()); + $writer->writeObjectValue('sharepointIds', $this->getSharepointIds()); + $writer->writeCollectionOfObjectValues('subscriptions', $this->getSubscriptions()); + $writer->writeObjectValue('system', $this->getSystem()); + } + + /** + * Sets the activities property value. The recent activities that took place within this list. + * @param array|null $value Value to set for the activities property. + */ + public function setActivities(?array $value): void { + $this->getBackingStore()->set('activities', $value); + } + + /** + * Sets the columns property value. The collection of field definitions for this list. + * @param array|null $value Value to set for the columns property. + */ + public function setColumns(?array $value): void { + $this->getBackingStore()->set('columns', $value); + } + + /** + * Sets the contentTypes property value. The collection of content types present in this list. + * @param array|null $value Value to set for the contentTypes property. + */ + public function setContentTypes(?array $value): void { + $this->getBackingStore()->set('contentTypes', $value); + } + + /** + * Sets the displayName property value. The displayable title of the list. + * @param string|null $value Value to set for the displayName property. + */ + public function setDisplayName(?string $value): void { + $this->getBackingStore()->set('displayName', $value); + } + + /** + * Sets the drive property value. Allows access to the list as a drive resource with driveItems. Only present on document libraries. + * @param Drive|null $value Value to set for the drive property. + */ + public function setDrive(?Drive $value): void { + $this->getBackingStore()->set('drive', $value); + } + + /** + * Sets the list property value. Contains more details about the list. + * @param ListInfo|null $value Value to set for the list property. + */ + public function setEscapedList(?ListInfo $value): void { + $this->getBackingStore()->set('escapedList', $value); + } + + /** + * Sets the items property value. All items contained in the list. + * @param array|null $value Value to set for the items property. + */ + public function setItems(?array $value): void { + $this->getBackingStore()->set('items', $value); + } + + /** + * Sets the operations property value. The collection of long-running operations on the list. + * @param array|null $value Value to set for the operations property. + */ + public function setOperations(?array $value): void { + $this->getBackingStore()->set('operations', $value); + } + + /** + * Sets the permissions property value. The set of permissions for the item. Read-only. Nullable. + * @param array|null $value Value to set for the permissions property. + */ + public function setPermissions(?array $value): void { + $this->getBackingStore()->set('permissions', $value); + } + + /** + * Sets the sharepointIds property value. Returns identifiers useful for SharePoint REST compatibility. Read-only. + * @param SharepointIds|null $value Value to set for the sharepointIds property. + */ + public function setSharepointIds(?SharepointIds $value): void { + $this->getBackingStore()->set('sharepointIds', $value); + } + + /** + * Sets the subscriptions property value. The set of subscriptions on the list. + * @param array|null $value Value to set for the subscriptions property. + */ + public function setSubscriptions(?array $value): void { + $this->getBackingStore()->set('subscriptions', $value); + } + + /** + * Sets the system property value. If present, indicates that the list is system-managed. Read-only. + * @param SystemFacet|null $value Value to set for the system property. + */ + public function setSystem(?SystemFacet $value): void { + $this->getBackingStore()->set('system', $value); } } diff --git a/src/Generated/Models/ExtendedKeyUsage.php b/src/Generated/Models/ExtendedKeyUsage.php index 95d722018b2..9a1db2c6ca3 100644 --- a/src/Generated/Models/ExtendedKeyUsage.php +++ b/src/Generated/Models/ExtendedKeyUsage.php @@ -72,7 +72,7 @@ public function getFieldDeserializers(): array { } /** - * Gets the name property value. Extended Key Usage Name + * Gets the name property value. The extended key usage (EKU) name that provides a user-friendly way to identify an EKU. * @return string|null */ public function getName(): ?string { @@ -84,7 +84,7 @@ public function getName(): ?string { } /** - * Gets the objectIdentifier property value. Extended Key Usage Object Identifier + * Gets the objectIdentifier property value. The object identifier (OID) of an extended key usage of a certificate. For example, '1.3.6.1.5.5.7.3.2' for client authentication. * @return string|null */ public function getObjectIdentifier(): ?string { @@ -135,7 +135,7 @@ public function setBackingStore(BackingStore $value): void { } /** - * Sets the name property value. Extended Key Usage Name + * Sets the name property value. The extended key usage (EKU) name that provides a user-friendly way to identify an EKU. * @param string|null $value Value to set for the name property. */ public function setName(?string $value): void { @@ -143,7 +143,7 @@ public function setName(?string $value): void { } /** - * Sets the objectIdentifier property value. Extended Key Usage Object Identifier + * Sets the objectIdentifier property value. The object identifier (OID) of an extended key usage of a certificate. For example, '1.3.6.1.5.5.7.3.2' for client authentication. * @param string|null $value Value to set for the objectIdentifier property. */ public function setObjectIdentifier(?string $value): void { diff --git a/src/Generated/Models/ExternalConnectors/ConnectionQuota.php b/src/Generated/Models/ExternalConnectors/ConnectionQuota.php index 326d92f6ab7..aa18d15c267 100644 --- a/src/Generated/Models/ExternalConnectors/ConnectionQuota.php +++ b/src/Generated/Models/ExternalConnectors/ConnectionQuota.php @@ -32,15 +32,37 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Conne public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'itemsRemaining' => fn(ParseNode $n) => $o->setItemsRemaining($n->getIntegerValue()), ]); } + /** + * Gets the itemsRemaining property value. The minimum of two values, one representing the items remaining in the connection and the other remaining items at tenant-level. The following equation represents the formula used to calculate the minimum number: min ({max capacity in the connection} – {number of items in the connection}, {tenant quota} – {number of items indexed in all connections}). If the connection is not monetized, such as in a preview connector or preview content experience, then this property is simply the number of remaining items in the connection. + * @return int|null + */ + public function getItemsRemaining(): ?int { + $val = $this->getBackingStore()->get('itemsRemaining'); + if (is_null($val) || is_int($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'itemsRemaining'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeIntegerValue('itemsRemaining', $this->getItemsRemaining()); + } + + /** + * Sets the itemsRemaining property value. The minimum of two values, one representing the items remaining in the connection and the other remaining items at tenant-level. The following equation represents the formula used to calculate the minimum number: min ({max capacity in the connection} – {number of items in the connection}, {tenant quota} – {number of items indexed in all connections}). If the connection is not monetized, such as in a preview connector or preview content experience, then this property is simply the number of remaining items in the connection. + * @param int|null $value Value to set for the itemsRemaining property. + */ + public function setItemsRemaining(?int $value): void { + $this->getBackingStore()->set('itemsRemaining', $value); } } diff --git a/src/Generated/Models/ExternalConnectors/Identity.php b/src/Generated/Models/ExternalConnectors/Identity.php index 821fbc79367..b993a274c1e 100644 --- a/src/Generated/Models/ExternalConnectors/Identity.php +++ b/src/Generated/Models/ExternalConnectors/Identity.php @@ -32,15 +32,37 @@ public static function createFromDiscriminatorValue(ParseNode $parseNode): Ident public function getFieldDeserializers(): array { $o = $this; return array_merge(parent::getFieldDeserializers(), [ + 'type' => fn(ParseNode $n) => $o->setType($n->getEnumValue(IdentityType::class)), ]); } + /** + * Gets the type property value. The type of identity. Possible values are: user or group for Microsoft Entra identities and externalgroup for groups in an external system. + * @return IdentityType|null + */ + public function getType(): ?IdentityType { + $val = $this->getBackingStore()->get('type'); + if (is_null($val) || $val instanceof IdentityType) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'type'"); + } + /** * Serializes information the current object * @param SerializationWriter $writer Serialization writer to use to serialize this model */ public function serialize(SerializationWriter $writer): void { parent::serialize($writer); + $writer->writeEnumValue('type', $this->getType()); + } + + /** + * Sets the type property value. The type of identity. Possible values are: user or group for Microsoft Entra identities and externalgroup for groups in an external system. + * @param IdentityType|null $value Value to set for the type property. + */ + public function setType(?IdentityType $value): void { + $this->getBackingStore()->set('type', $value); } } diff --git a/src/Generated/Models/ExternalConnectors/IdentityType.php b/src/Generated/Models/ExternalConnectors/IdentityType.php new file mode 100644 index 00000000000..7163e9e81e9 --- /dev/null +++ b/src/Generated/Models/ExternalConnectors/IdentityType.php @@ -0,0 +1,12 @@ +backingStore = BackingStoreFactorySingleton::getInstance()->createBackingStore(); + $this->setAdditionalData([]); + } + + /** + * Creates a new instance of the appropriate class based on discriminator value + * @param ParseNode $parseNode The parse node to use to read the discriminator value and create the object + * @return Property + */ + public static function createFromDiscriminatorValue(ParseNode $parseNode): Property { + return new Property(); + } + + /** + * Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. + * @return array|null + */ + public function getAdditionalData(): ?array { + $val = $this->getBackingStore()->get('additionalData'); + if (is_null($val) || is_array($val)) { + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'additionalData'"); + } + + /** + * Gets the aliases property value. A set of aliases or friendly names for the property. Maximum 32 characters. Only alphanumeric characters allowed. For example, each string might not contain control characters, whitespace, or any of the following: :, ;, ,, (, ), [, ], {, }, %, $, +, !, *, =, &, ?, @, #, /, ~, ', ', <, >, `, ^. Optional. + * @return array|null + */ + public function getAliases(): ?array { + $val = $this->getBackingStore()->get('aliases'); + if (is_array($val) || is_null($val)) { + TypeUtils::validateCollectionValues($val, 'string'); + /** @var array|null $val */ + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'aliases'"); + } + + /** + * Gets the BackingStore property value. Stores model information. + * @return BackingStore + */ + public function getBackingStore(): BackingStore { + return $this->backingStore; + } + + /** + * The deserialization information for the current model + * @return array + */ + public function getFieldDeserializers(): array { + $o = $this; + return [ + 'aliases' => function (ParseNode $n) { + $val = $n->getCollectionOfPrimitiveValues(); + if (is_array($val)) { + TypeUtils::validateCollectionValues($val, 'string'); + } + /** @var array|null $val */ + $this->setAliases($val); + }, + 'isExactMatchRequired' => fn(ParseNode $n) => $o->setIsExactMatchRequired($n->getBooleanValue()), + 'isQueryable' => fn(ParseNode $n) => $o->setIsQueryable($n->getBooleanValue()), + 'isRefinable' => fn(ParseNode $n) => $o->setIsRefinable($n->getBooleanValue()), + 'isRetrievable' => fn(ParseNode $n) => $o->setIsRetrievable($n->getBooleanValue()), + 'isSearchable' => fn(ParseNode $n) => $o->setIsSearchable($n->getBooleanValue()), + 'labels' => fn(ParseNode $n) => $o->setLabels($n->getCollectionOfEnumValues(Label::class)), + 'name' => fn(ParseNode $n) => $o->setName($n->getStringValue()), + '@odata.type' => fn(ParseNode $n) => $o->setOdataType($n->getStringValue()), + 'rankingHint' => fn(ParseNode $n) => $o->setRankingHint($n->getObjectValue([RankingHint::class, 'createFromDiscriminatorValue'])), + 'type' => fn(ParseNode $n) => $o->setType($n->getEnumValue(PropertyType::class)), + ]; + } + + /** + * Gets the isExactMatchRequired property value. Specifies if the property will be matched exactly for queries. Exact matching can only be set to true for non-searchable properties of type string or stringCollection. Optional. + * @return bool|null + */ + public function getIsExactMatchRequired(): ?bool { + $val = $this->getBackingStore()->get('isExactMatchRequired'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'isExactMatchRequired'"); + } + + /** + * Gets the isQueryable property value. Specifies if the property is queryable. Queryable properties can be used in Keyword Query Language (KQL) queries. Optional. + * @return bool|null + */ + public function getIsQueryable(): ?bool { + $val = $this->getBackingStore()->get('isQueryable'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'isQueryable'"); + } + + /** + * Gets the isRefinable property value. Specifies if the property is refinable. Refinable properties can be used to filter search results in the Search API and add a refiner control in the Microsoft Search user experience. Optional. + * @return bool|null + */ + public function getIsRefinable(): ?bool { + $val = $this->getBackingStore()->get('isRefinable'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'isRefinable'"); + } + + /** + * Gets the isRetrievable property value. Specifies if the property is retrievable. Retrievable properties are returned in the result set when items are returned by the search API. Retrievable properties are also available to add to the display template used to render search results. Optional. + * @return bool|null + */ + public function getIsRetrievable(): ?bool { + $val = $this->getBackingStore()->get('isRetrievable'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'isRetrievable'"); + } + + /** + * Gets the isSearchable property value. Specifies if the property is searchable. Only properties of type string or stringCollection can be searchable. Non-searchable properties aren't added to the search index. Optional. + * @return bool|null + */ + public function getIsSearchable(): ?bool { + $val = $this->getBackingStore()->get('isSearchable'); + if (is_null($val) || is_bool($val)) { + return $val; + } + throw new \UnexpectedValueException("Invalid type found in backing store for 'isSearchable'"); + } + + /** + * Gets the labels property value. Specifies one or more well-known tags added against a property. Labels help Microsoft Search understand the semantics of the data in the connection. Adding appropriate labels would result in an enhanced search experience (for example, better relevance). Optional.The possible values are: title, url, createdBy, lastModifiedBy, authors, createdDateTime, lastModifiedDateTime, fileName, fileExtension, unknownFutureValue, containerName, containerUrl, iconUrl. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: containerName, containerUrl, iconUrl. + * @return array